Mean

Learn how to use the Mean function in Origami Tech to calculate average values from data sets for technical indicators and performance metrics.

mean(list[decimal]) -> decimal

Returns decimal

Compute the arithmetic mean (average) of the given list elements

Example:

mean([2.2, 2.5])2.35

Last updated