Alternative

Specifies the direction of the alternative hypothesis in a statistical test.

The alternative hypothesis is the claim being tested against the null hypothesis. The choice of alternative affects how the p-value is computed from the test statistic.

Entries

Link copied to clipboard

Tests whether the parameter differs from the null value in either direction.

Link copied to clipboard

Tests whether the parameter is less than the null value.

Link copied to clipboard

Tests whether the parameter is greater than the null value.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.