One Sample ZTest Of Proportion.Sample Proportion Property
Gets or sets the proportion for the sample.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The proportion for the sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double SampleProportion { get; set; }
Property Value
DoubleThe proportion for the sample.
Remarks
This property can only be set if Sample
is null.
The mean must be greater than or equal to zero.
Exceptions
ArgumentOutOfRangeException | The new proportion is less than zero or greater than one. |