Two Sample ZTest.Proportion 2 Property
            
            
            Gets or sets the proportion for the second sample.
            
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The proportion for the second sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public double Proportion2 { get; set; }Property Value
DoubleThe 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
| Argument | The new proportion is less than zero or greater than one.  |