| TwoSamplePairedTTestDefaultType Property |
Gets and sets the default form of the alternative hypothesis associated with
TwoSamplePairedTTests.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public static HypothesisType DefaultType { get; set; }
Public Shared Property DefaultType As HypothesisType
Get
Set
public:
static property HypothesisType DefaultType {
HypothesisType get ();
void set (HypothesisType value);
}
static member DefaultType : HypothesisType with get, set
Property Value
HypothesisTypeSee Also