R/ellipse.arima0.R

Defines functions ellipse.arima0

Documented in ellipse.arima0

ellipse.arima0<-
  function(x, which = c(1, 2), level = 0.95, t = sqrt(qchisq(level, 2)), ...)
{
        ellipse.default(x$var.coef[which, which], centre = x$coef[which], t = t, ...)
}

Try the ellipse package in your browser

Any scripts or data that you put into this service are public.

ellipse documentation built on July 26, 2023, 6:10 p.m.