formatRobustEff | R Documentation |
gmwm
ObjectThe computation method (classical/robust) and efficiency will be returned in a certain format.
formatRobustEff(x)
x |
A |
Used in compare.eff()
.
n = 1000 x = gen_gts(n, AR1(phi = .1, sigma2 = 1) + AR1(phi = 0.95, sigma2 = .1)) GMWM1 = gmwm(2*AR1()+RW(), data = x, robust = TRUE, eff = 0.9) GMWM2 = gmwm(2*AR1()+RW(), data = x, robust = FALSE) formatRobustEff(GMWM1) formatRobustEff(GMWM2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.