no_cov
- pyoptex.doe.fixed_structure.cov.no_cov(Y, X, random=False, subset=None)[source]
Function to indicate no covariate is added.
Parameters
- Ynp.array(2d)
The design matrix
- Xnp.array(2d)
The model matrix
- randombool
Whether to add covariates at random or predetermined. The random aspect is used for sampling random points in the design space.
- subsetslice, np.array(1d)
Whether to consider a subset of the experiment.
Returns
- Ynp.array(2d)
The updated design matrix with covariates.
- Xnp.array(2d)
The updated model matrix with covariates.