Gets and sets the form of the alternative hypothesis associated with this
hypothesis test.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public HypothesisType Type { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Type As HypothesisType |
| Visual C++ |
|---|
public: property HypothesisType Type { HypothesisType get (); void set (HypothesisType value); } |