Click or drag to resize

ArrayStatisticsMean(Single) 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.3179.0 (4.8.3179.0)
Syntax
C#
public static double Mean(
	float[] data
)

Parameters

data  Single
Sample array, no sorting is assumed.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.ArrayStatistics.Mean(System.Single[])"]

See Also