| SSM-class {SSM} | R Documentation |
An S4 class to represent a smooth supersaturated model
Description
An S4 class to represent a smooth supersaturated model
Slots
dimensionA number indicating the number of variables in the design.
designA matrix with rows indicating the design point and columns indicating the variable.
design_sizeA number indicating the number of design points.
responseA
design_sizelength vector of responses.thetaA vector containing the fitted model coefficients.
basisA matrix with each row being the exponent vector of a polynomial term.
basis_sizeA number indicating the number of basis terms used in the model. This may be different from
nrow(basis)if terms are excluded.includeA vector containing the row numbers of the basis polynomials used in the model. This is used when interactions or variables are being excluded from the model.
KA semi-positive definite matrix that defines the smoothing criteria.
PA matrix that defines the polynomial basis in terms of a monomial basis.
design_model_matrixA matrix.
variancesA vector of length
basis_sizecontaining the term variances.total_varianceA length one vector containing the total variance.
main_sobolA
dimensionlength vector containing the Sobol index for each variable.main_indA logical matrix indicating whether each term is included in the main effect corresponding to the column.
total_sobolA
dimensionlength vector containing the Total sensitivity index for each variable.total_indA logical matrix indicating whether each term is included in the Total sensitivity index corresponding to the column.
int_sobolA vector containing the Sobol index for interactions.
int_factorsA list of length the same as
int_sobolindicating which interaction corresponds with each entry inint_sobol.total_intA vector containing the Total interaction indices of all second order interactions.
total_int_factorsA matrix where each row indicates the variables associated with the corresponding interaction in
total_int.distanceA matrix containing the distances used for computing the covariance matrix of the GP metamodel error estimate.
distance_typeA character defining the distance type used for computing
distance. Can be one of "distance", "line", "product", "area", "proddiff", or "smoothdiff".typeA character, either "exp", "matern32", that selects the correlation function used for the GP metamodel error estimate.
covarianceA positive definite matrix. The covariance matrix of the GP metamodel error estimate prior to scaling by
sigma.residualsA
design_sizelength vector containing the Leave-One-Out errors of the model at each design point.sigmaA number indicating the scaling factor for
covariance.rA number indicating the length factor for the correlation function.
local_smoothnessA
design_sizelength vector containing the model smoothness at each design point.LOO_RMSEA number. The Leave-One-Out root mean square error.
legendrelogical. Indicates whether the default Legendre polynomial basis is being used.
faillogical. Indicates whether the model fit was successful.