anova_factor Derived Type

type, public :: anova_factor

Defines an ANOVA factor result.


Contents


Components

Type Visibility Attributes Name Initial
real(kind=real64), public :: dof

The number of degrees of freedome.

real(kind=real64), public :: f_statistic

The F-statistic.

real(kind=real64), public :: probability

The variance probability term.

real(kind=real64), public :: sum_of_squares

The sum of the squares.

real(kind=real64), public :: variance

The estimate of variance.