Two Sample ZTest.Proportion 1 Property
Gets or sets the proportion for the first sample.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The proportion for the first sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double Proportion1 { get; set; }Property Value
DoubleThe proportion for the first sample.
Remarks
This property can only be set if Sample1 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. |