Mean Function
Calculate the mean of a list
Description
The function \(Mean\) Computes the average value of a list.
Syntax
Mean (Liste)
Example
a=[4,6,9,7,9,2,4,6,3]
Mean(a)= 5.56
Calculate the mean of a list
The function \(Mean\) Computes the average value of a list.
Mean (Liste)
a=[4,6,9,7,9,2,4,6,3]
Mean(a)= 5.56