Displaying 2 results from an estimated 2 matches for "oxpath".
Did you mean:
xpath
2007 Jun 16
1
fSeries - Ox - ver: 240.10068 - Steps to make it work
...e)
5. Install Ox console to directory "c:\ox"
6. Copy: R-2.5.0\library\fSeries\ox\GarchOxModelling.ox c:\ox\ox\lib\GarchOxModelling.ox
7. Load R-Project
8. Run:
library(fSeries)
data(dem2gbp)
x = dem2gbp[, 1]
garchOxFit(~garch(1,1),x)
------------------
Causes the errors:
Error in paste(OXPATH, "\\bin\\oxl.exe ", OXPATH, "\\lib\\GarchOxModelling.ox", :
object "OXPATH" not found
------------------
This can be fixed by setting the directory in R-Project to where Ox is installed. ie. OXPATH="c:\ox\ox".
9. garchOxFit(~garch(1,1),x)
10. Co...
2007 Mar 03
1
GarchOxFit Interface
Hello,
I am having problems with the GarchOxFit. I have my Ox Console instaled in
c:\Program Files\ox, and when I execute the GarchOxFit the result is
C:\Ox\bin\oxl.exe not found. I there any posiblility to execute the command
without installing again Ox in c:\?
My OS is windows XP.
Thankyou for your help.
Pilar Grau