Click or drag to resize

TestType Enumeration

Describes the sidedness of a statistical test.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public enum TestType
Members
  Member nameValueDescription
LeftTailed0 The P-value gives the probability of obtaining a value as low as observed.
RightTailed1 The P-value gives the probability of obtaining a value as high as observed.
TwoTailed2 The P-values gives the probability of obtaining a value as large in absolute value as observed.
See Also