Click or drag to resize

ArrayStatisticsMean(Int32) Method

Estimates the arithmetic sample mean from the unsorted data array. Returns NaN if data is empty or any entry is NaN.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Mean(
	int[] data
)

Parameters

data  Int32
Sample array, no sorting is assumed.

Return Value

Double
The sample mean, or NaN if the data is empty or contains NaN.
See Also