$mean
Computes the average of all values in an array.
Signature
Arguments
Name
Description
Type
Required
Number Array
String
Returns
{{$mean scores}}{
"scores": [ 3, 22, 9, 15 ]
}Last updated
Was this helpful?
Computes the average of all values in an array.
{{$mean array [format]}}
array
Array of numbers.
format
Format string used to format the result
Returns the average value.
Example
{{$mean scores}}{
"scores": [ 3, 22, 9, 15 ]
}12.25
Last updated
Was this helpful?
Was this helpful?