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