A model used to represent a design of experiments result. The model is of the following form.
Y=β0+n∑i=1βiXi+n∑i=1n∑j=1i≠jβijXiXj+n∑i=1n∑j=1n∑k=1i≠j≠kβijkXiXjXk+...
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. |