Description Usage Arguments Value
This function computes the mMSE gap value.
1 2 3 4 5 6 7 8 | compute.movi(
beta,
Xmodel = "gaussian",
Ydist = "gaussian",
sigma_X.list = NULL,
X = NULL,
nulls.list = NULL
)
|
beta |
a p-dimensional vector, true regression coefficients. |
Xmodel |
model of the covaraites (default: "gaussian"). |
Ydist |
the type of conditional model. |
sigma_X.list |
a list of length p, with each element being the variance of the conditional distribution. |
X |
a n by p matrix, containing all the covariates. |
nulls.list |
a list of length p, whose element is a (|i2|*K)-dimensional vector, which contains K set of null samples. |
A vector of p, with each element being the value of I for a given covariate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.