powered by
Plot method for tscopulafit class
# S4 method for tscopulafit,missing plot(x, plottype = "residual", bw = FALSE, lagmax = 30)
No return value, generates plot.
an object of class tscopulafit.
type of plot required.
logical variable specifying whether black-white options should be chosen.
maximum lag value for Kendall plots
data <- sim(armacopula(list(ar = 0.5, ma = 0.4)), n = 1000) fit <- fit(armacopula(list(ar = 0.5, ma = 0.4)), data) plot(fit)
Run the code above in your browser using DataLab