doe_model Derived Type

type, public :: doe_model

A model used to represent a design of experiments result. The model is of the following form.


Contents


Components

Type Visibility Attributes Name Initial
real(kind=real64), public, allocatable, dimension(:) :: coefficients

The model coefficients.

logical, public, allocatable, dimension(:) :: map

An array denoting if a model coefficient should be included as part of the model (true), or neglected (false).

integer(kind=int32), public :: nway

The number of interaction levels.

type(regression_statistics), public, allocatable, dimension(:) :: stats

Statistical information for each model parameter.