OneSampleZTestOfProportion.SampleProportion Property

Gets or sets the proportion for the sample.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double SampleProportion { get; set; }

Property Value

Double
The 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.

See Also