Cell.Variance Property

Gets the biased variance of all non-empty data values.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double Variance { get; }

Property Value

Double
The biased variance of all non-empty data values.

See Also