TwoSampleZTest.Proportion2 Property

Gets or sets the proportion for the second sample.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Proportion2 { get; set; }

Property Value

Double
The proportion for the second sample.

Remarks

This property can only be set if Sample1 is null. The mean must be greater than or equal to zero.

Exceptions

ArgumentOutOfRangeExceptionThe new proportion is less than zero or greater than one.

See Also