Description Usage Arguments Value Author(s) References Examples
Performs parameter estimation using a resampling-based Stochastic Approximation (RSA) method. It is a stochatic approximation method. At every iteration, only a subset of the data is drawn and used to update the estimation of the parameters. The data are assumed to have a powered exponential correlation structure.
1 2 |
coords |
an (n\times 2) matrix. 2D location coordinates. |
y |
a length-n vector of response value. |
X |
an (n\times k) matrix of extra covariates. |
nsubset |
the size of the subset drawn from the data. It is recommended to be set to 300 or higher. |
stepscale |
gain factor control. It specifies the number of iterations when the gain factor begins to shrink. For example, one can be set it equal to 2 times the burn-in steps. |
niter |
the total number of iterations for stochastic approximation. In practice, it is recommended to be set to 2500 or higher. |
warm |
the number of burn-in iterations |
a named list containing
the coefficient estimates of the mean effect. It is a vector of length equal to the number of coefficients plus 1.
the shape estimate in the powered exponential correlation matrix.
the estimate of error variance.
the estimate of nugget variance.
Yichen Cheng, Faming Liang, Kisung You
SAMCrsaSAMCpack
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.