TwoSampleTTest.Mean1 Property

Gets or sets the mean of the first sample.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Mean1 { get; set; }

Property Value

Double
The mean of the first sample.

Remarks

This property can only be set if Sample1 is null. The mean must be greater than or equal to zero.

Exceptions

InvalidOperationExceptionSample1 is not null.

See Also