estimate | R Documentation |
Compute the point estimate (mean) to describe posterior distribution.
estimate(object, ...)
## S3 method for class 'bspcov'
estimate(object, ...)
object |
an object from bandPPP, bmspcov, sbmspcov, and thresPPP. |
... |
additional arguments for estimate. |
Sigma |
the point estimate (mean) of covariance matrix. |
Seongil Jo
plot.postmean.bspcov
n <- 25
p <- 50
Sigma0 <- diag(1, p)
X <- MASS::mvrnorm(n = n, mu = rep(0, p), Sigma = Sigma0)
res <- bspcov::bandPPP(X,2,0.01,nsample=100)
est <- bspcov::estimate(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.