TestType Enumeration

Describes the sidedness of a statistical test.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public enum TestType

Members

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