search for: arfimaoxfit

Displaying 1 result from an estimated 1 matches for "arfimaoxfit".

2008 Jun 18
0
example from arfimaOxFit
Hi, I got some problem running the example of arfimaOxFit. The first three line of the examples I run are: library(Rmetrics) x = armaSim(model = list(ar = c(0.5, - 0.5), d = 0.3, ma = 0.1), n = 500) fit = arfimaOxFit(formula = x ~ arfima(2,1)) The error msg is: Error in eval(expr, envir, enclos) : object "package" not found Did I do something...