|
IRunningStatisticsStandardDeviation Property
|
Gets the current standard deviation of the gathered values.
Namespace:
Accord.Statistics.Running
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double StandardDeviation { get; }
ReadOnly Property StandardDeviation As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleThe standard deviation of the values.
See Also