Compute mean of the distribution of x values.
- Parametri
-
[in] | minimum | Minimum amount of accumulated data to perform the computation |
- Restituisce
- value of the mean. If N is less the minimum returns NaN
Definizione alla linea 177 del file statistics.h.
181 else return sqrt(-1);