One Sample TTest.Sample Standard Deviation Property
Gets or sets the standard deviation of the sample.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The standard deviation of the sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double SampleStandardDeviation { get; set; }
Property Value
DoubleThe standard deviation of the sample.
Remarks
This property can only be set if the Sample has not been set. The standard deviation must be greater than or equal to zero.
Exceptions
Invalid | An attempt is made to set the sample mean for a test based on a Vector<T> sample. Set Sample to null before setting this property. |
Argument | The new standard deviation is less than zero. |