OneSampleTTest.SampleMean 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.0
C#
public double SampleMean { get; set; }

Property Value

Double
The 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.

See Also