One Sample TTest.Sample Mean Property
Gets or sets the mean of the sample.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The mean of the sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double SampleMean { get; set; }
Property Value
DoubleThe mean of the sample.
Remarks
This property can only be set if the Sample has not been set.
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. |