TwoSampleTTest.Count1 Property

Gets or sets the number of observations of the first sample.

Definition

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

Property Value

Int32
The number of observations of the first sample.

Remarks

This property can only be set if Sample1 is null. The count must be greater than one.

Exceptions

InvalidOperationExceptionSample1 is not null.
ArgumentOutOfRangeExceptionThe new count is less than or equal to one.

See Also