 | TwoSampleUnpairedUnequalTTestType 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
Syntaxpublic 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
HypothesisType
See Also