Gets or sets the variance of the second sample.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double Variance2 { get; set; }
Public Property Variance2 As Double
Get
Set
public:
property double Variance2 {
double get ();
void set (double value);
}
member Variance2 : float with get, set
Property Value
Type:
DoubleThe variance of the second sample.
This property can only be set if Sample2
is .
The variance must be greater than or equal to zero.
Reference