Click or drag to resize

ArrayStatisticsPopulationVariance(Int32) Method

Evaluates the population variance from the full population provided as unsorted array. On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset. Returns NaN if data is empty or if 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 PopulationVariance(
	int[] population
)

Parameters

population  Int32
Sample array, no sorting is assumed.

Return Value

Double

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

See Also