This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatisticsResults Interface > IStatisticsResults.StandardDeviation Property (ArcObjects .NET 10.5 SDK) |
The standard deviation, based on sample flag.
[Visual Basic .NET] Public ReadOnly Property StandardDeviation As Double
[C#] public double StandardDeviation {get;}
[C++]
HRESULT get_StandardDeviation(
double* stdDev
);
[C++]
Parameters stdDev [out, retval] stdDev is a parameter of type double
Returns the StandardDeviation of all the data values in the BaseStatistics.
If your data is a sample of the real data, you should indicate so with IGenerateStatistics::Sample before calling StandardDeviation.
By default it returns the Sample Standard Deviation.
IStatisticsResults Interface | IGenerateStatistics.Sample Property