Hypothesis {Microsoft.VisualBasic.Math.Statistics.Hypothesis} .NET clr documentation

Hypothesis

Description

Declare

            
# namespace Microsoft.VisualBasic.Math.Statistics.Hypothesis
export class Hypothesis extends Enum {
   # mu < mu0
   [@desc "less than"]
   Less: Hypothesis = -1;

   # not equals mu <> mu0
   [@desc "not equal to"]
   TwoSided: Hypothesis = 0;

   # mu > mu0
   [@desc "greater than"]
   Greater: Hypothesis = 1;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member Less: Hypothesis
  3. use by field member TwoSided: Hypothesis
  4. use by field member Greater: Hypothesis

[Package {$package} version {$version} Index]