SummaryStatisticsStandardDeviation Property |
Gets the standard deviation of the observed data.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double StandardDeviation { get; }
Public ReadOnly Property StandardDeviation As Double
Get
public:
property double StandardDeviation {
double get ();
}
member StandardDeviation : float with get
Property Value
Type:
DoubleSee Also