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