TTestType

Specifies the design of the t-test for power analysis calculations.

The test type determines how sample size [n] is interpreted and how the noncentrality parameter is computed. For TWO_SAMPLE, [n] is the per-group sample size and the noncentrality scales by the square root of n/2. For ONE_SAMPLE and PAIRED, [n] is the total sample size (or number of pairs) and the noncentrality scales by the square root of n.

Entries

Link copied to clipboard

A one-sample t-test comparing a single sample mean to a hypothesized value.

Link copied to clipboard

A two-sample (independent) t-test comparing the means of two independent groups.

Link copied to clipboard

A paired t-test comparing matched observations (e.g. before/after measurements).

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
fun valueOf(value: String): TTestType

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.