One Sample ZTest Of Proportion.Sample Count Property
Gets or sets the number of observations of the sample.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The number of observations of the sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int SampleCount { get; set; }
Property Value
Int32The number of observations of the sample.
Remarks
This property can only be set if Sample
is null.
The count must be greater than one.
Exceptions
ArgumentOutOfRangeException | The new count is less than or equal to one. |