Two Sample ZTest.Count 1 Property
Gets or sets the number of observations of the first sample.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The number of observations of the first sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int Count1 { get; set; }
Property Value
Int32The 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
Argument | The new count is less than or equal to one. |