| meanvarcheck | R Documentation | 
Asymptotic covariance matrix of periodic mean.
meanvarcheck(parmodel, n)
meancovmat(parmodel, n, cor = FALSE, result = "var")
parmodel | 
 a periodic model.  | 
n | 
 number of observations (TODO: need clarification here).  | 
cor | 
 if   | 
result | 
 if   | 
Computes asymptotic covariance or correlation matrix of the periodic means.
if result = "var" a matrix,
otherwise a vector
Georgi N. Boshnakov
parcovmatlist
x <- arima.sim(list(ar=0.9), n=1000)
proba1 <- fitPM(c(3,2,2,2), x)
meancovmat(proba1, 100)
meancovmat(proba1, 100, cor = TRUE)
meancovmat(proba1, 100, result = "")
meancovmat(proba1, 100, cor = TRUE, result = "")
meanvarcheck(proba1, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.