TwoSampleTTest.Mean2 Property

Gets or sets the mean of the second sample.

Definition

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

Property Value

Double
The mean of the second sample.

Remarks

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

Exceptions

InvalidOperationExceptionSample2 is not null.

See Also