| MovingStatisticsPopulationStandardDeviation Property |
Evaluates the standard deviation from the provided full population.
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:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public double PopulationStandardDeviation { get; }
Property Value
Type:
Double[Missing <value> documentation for "P:MathNet.Numerics.Statistics.MovingStatistics.PopulationStandardDeviation"]
See Also