model
Module containing all the generic model functions
Functions
|
Decodes the encoded terms (the encoded categorical variables). |
|
Encodes the model according to the effect types. |
|
Encodes the column names according to the categorical expansion of the factors. |
|
The identity function. |
|
Creates a Scheffe model Y2X with potential process effects and potential cross-terms between the mixture effects and process effects. |
|
Creates a Scheffe model with potential process effects and potential cross-terms between the mixture effects and process effects. |
|
Creates a Y2X function from a model. |
|
Retrieves the names of the encoded parameters. |
|
Converts the model to parameter names. |
|
Create a dependency matrix from a model where interactions and higher order effects depend on their components and lower order effects. |
|
Creates a partial response surface model from a number of quadratic, two-factor interactions (tfi) and linear terms. |
|
Creates a partial response surface model |
|
Computes which terms are permitted to be added to this model such that adding any of the returned terms does not violate the heredity constraints. |
|
Determines if the term specified by at idx of model can be dropped, given the other existing terms in the model, the mode, and the dependency matrix. |
|
Sample a model given the dependency matrix of a fixed size. |
|
Sample a model given the dependency matrix of a fixed size. |
|
Convert an existing model to its strong heredity variant according to the provided dependency matrix. |