Gets the unbiased standard deviation of the variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property StandardDeviation As TimeSpan
C#
public TimeSpan StandardDeviation { get; }
C++
public:
TimeSpan StandardDeviation {
	TimeSpan get ();
}

Value

The standard deviation of the variable.

Remarks

This property returns the sample standard deviation. When the variable represents the values for an entire population, the RootMeanSquare property can be used to obtain the population standard deviation.

See Also

RootMeanSquare
StandardDeviation