summary.mcSE | R Documentation |
summary method for class "mcSE".
## S3 method for class 'mcSE'
summary(object, ...)
object |
an object of class mcSE. |
... |
further arguments passed to or from other methods. |
A numeric vector with n values of the density function, one for each row in y.
Parisi A, Liseo B (2017). Objective Bayesian Analysis for the Multivariate Skew-t Model. Statistical Methods & Applications.
mcSE
, coef.mcSEsummary
.
# Generate Normally distributed data
pars = list(xi=c(2,2), G=diag(2), psi=c(0.3,0.5), nu=5)
values = rmvSE(n=100, p=2, modelType='N', theta=pars)
# Estimate a Skew-t model (not run)
# fit = mcSE(y=values$y, X=NULL, N=20000, Ti=3, modelType='ST', warmUp=FALSE)
# summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.