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