search for: garchoxfit

Displaying 13 results from an estimated 13 matches for "garchoxfit".

Did you mean: garchfit
2011 Mar 27
2
Garchoxfit package
Dear List, I'm now using Ubuntu 10.10 and I want to use the garchoxfit function.It seems that I need to download the package. While after installing the package,I still can't use the garchoxfit function.What's the reason and how to fix that? Thanks for your time! Best, Ning
2005 Dec 04
1
fSeries: garchOxFit - is really the example provided not runnig?
Dear R-helpers, I have just loaded the fSeries package and I wanted to run the example provided in the documentation of garchOxFit but I got the following: > library(fSeries) > ?garchOxFit > library(datasets) > ?garchOxFit > ## Not run: > ## garchOxFit - > # Load Benchmark Data Set: > data(dem2gbp) > x = dem2gbp[, 1] > # Fit GARCH(1,1): > ga...
2009 Apr 06
2
GarchOxFit output
Dear Sirs, I have a problem with the garchOxFit output. I want to display only the value of max.like.est and the information criteria. How can I do that; I enclose a part of GarchOxFit output, which is what I want to display. Best regards, Vasilios Ismyrlis GarchOxFit output No. Observations : 1000 No. Parameters : 2 Mean (Y)...
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
2013 Jan 31
1
I want to download "garchOxFit" function.
Dear R help. Hello. I want to fit the model of "FIGARCH" on TimeSeries data. So I need to use the code of "garchOxFit". I don't know how to estimate FIGARCH model. Please let me know which package I need and what is procedure of estimating FIGARCH by R. I think I need this code! > garchOxFit(formula.mean = arma(0, 0), formula.var = garch(1,1), series = x, cond.dist = c("gaussian"...
2008 Jul 18
0
Installation of garchOxFit
Hi,   My question is how I load the package garchOxFit. I load the fGarch function that works quite well, but I can't use the garchOxFit function. I have tried looking at Help("garchOxFit"), I as far as I can understand I am supposed to download the OxConsole Software together with the "OxGarch" Package for free somewhere. But I...
2009 Jan 12
0
GarchOxFit Interface
please send me the GarchOxFit Interface thanks _________________________________________________________________ [[elided Hotmail spam]] [[alternative HTML version deleted]]
2011 Nov 24
2
object 'gs' not found
Hello, What is wrong in the below code? What do Ihave to do to make it work? Gs file is my working directory but for some reason it cannot be found.. da <- read.table(file.choose(),header=T,sep="\t") head(da) source("garchoxfit_R.txt") m1=garchOxFit(formula.mean=~arma(0,0),formula.var=~igarch(1,1),series=gs,include.var=F) Error in garchOxFit(formula.mean = ~arma(0, 0), formula.var = ~igarch(1, : object 'gs' not found -- View this message in context: http://r.789695.n4.nabble.com/object-gs-not-found-tp...
2007 Dec 12
1
APARCH
Hi, Could somebody say if it is possible to compute APARCH-models with garchFit commands. I have earlier used aaa (garchOxFit) and now I try to use bbb (look below) aaa <- garchOxFit(formula.mean=~arma(1,0),formula.var=~aparch(1,1),series=nyk,cond.dist=c('gaussian')) bbb <- garchFit(formula=~arma(1,0)+aparch(1,1),data=nyk) aaa works well, but I need other characteristics of garchFit and, therefore it w...
2006 May 19
0
how to estimate adding-regression GARCH Model
---------- Forwarded message ---------- From: ma yuchao <ma.yuchao@gmail.com> Date: 2006-5-20 ÉÏÎç4:01 Subject: hello, everyone To: R-help@stat.math.ethz.ch Hello, R people: I have a question in using fSeries package--the funciton garchFit and garchOxFit if adding a regression to the mean formula, how to estimate the model in R? using garchFit or garchOxFit? For example, Observations is {x,y}_t,there may be some relation between x and y. the model is y_t=gamma0 + *gamma1*x_t*+psi*e_{t-1}+e_t the gamma1*x_t is regression. e_t=...
2007 Jun 16
1
fSeries - Ox - ver: 240.10068 - Steps to make it work
...) 4. Download: http://www.doornik.com/download/b736gw/oxcons.html (Ox console) 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 install...
2008 Mar 29
0
fitting an AR-TAR-GARCH MODEL
I am trying to fit the model above. I know how to do for an AR-GARCH , but I do not know how to use the TAR function , I do not know if it is possible to use a TAR-GARCH formula for the variance in the garchOxFit command. With many thanks, Adela Popescu. -- View this message in context: http://www.nabble.com/fitting-an-AR-TAR-GARCH-MODEL-tp16376527p16376527.html Sent from the R help mailing list archive at Nabble.com.
2011 Jul 23
0
FIGARCH
I am working on stock market volatility. I now need to apply "FIGARCH" model using R. I need garchOxFit package to support R in applying FIGARCH to my data set. Please help. Looking forward for your reply, With regards, Prashant [[alternative HTML version deleted]]