| TwoSamplePairedTTestAlpha Property |
Gets and sets the alpha level associated with this hypothesis test.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double Alpha { get; set; }
Public Property Alpha As Double
Get
Set
public:
property double Alpha {
double get ();
void set (double value);
}
member Alpha : float with get, set
Property Value
DoubleSee Also