QisCentralExchanges.Test.Test1 (test v0.1.0)
Documentation for QisCentralExchanges.Test
.
Link to this section Summary
Functions
The mean is the sum of all values over the number of values.
Link to this section Functions
Link to this function
mean(list)
The mean is the sum of all values over the number of values.
Examples
iex> QisCentralExchanges.Test.Test1.mean([])
nil
iex> QisCentralExchanges.Test.Test1.mean([1,2,3,4,5])
3.0
iex> QisCentralExchanges.Test.Test1.mean([1.5,-2.1,3,4.5,5])
2.38