One Sample ZTest.Sample Mean Property
Gets or sets the mean of the sample.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The mean of the sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
InvalidOperationException | 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. |