TwoSampleZTest.Count2 Property

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

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Count2 { get; set; }

Property Value

Int32
The number of observations of the second sample.

Remarks

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

Exceptions

ArgumentOutOfRangeException

The new count is less than or equal to one.

See Also