Description Usage Arguments Value Examples
Calculate the mean square error.
1 | MSE.CGS.SMP(Output, Y, X)
|
Output |
A list of random samples for parameters generated by CGS or SMP algorithm. |
Y |
Observations. |
X |
Design matrix. |
Reture the mean square error.
1 2 3 4 5 6 7 | ## Not run:
output = BSGS.Simple(Y, X, Group.Index, r.value, eta.value, beta.value, tau2.value,
rho.value, theta.value, sigma2.value, nu, lambda, Num.of.Iter.Inside.CompWise,
Num.Of.Iteration, MCSE.Sigma2.Given)
MSE.CGS.SMP(output, Y, X)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.