Displaying 20 results from an estimated 30000 matches similar to: "FIGARCH"
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
=
2005 Oct 18
2
FIGARCH
Hi All,
Currently I'm working in FIGARCH process [Fractionally Integrated
Generalized Autoregressive Conditional Heteroscedasticity]. I've already
got the codes to do the process in S-Plus. Can anyone help me to do it
in R?
Thanks,
SUMANTA BASAK.
-------------------------------------------------------------------------------------------------------------------
This e-mail may
2008 Nov 25
0
Vector autoregression, panel data
Hi! I'm a new R user and I have a question about estimating VAR on a panel
data. What I'm trying to do is to explain stock's volume on it's lagged
volume, it's lagged returns and lagged market return's (and vice versa). In
addition I have generated an exogenous variable controlling for stock's
volatility. Some of you may be familiar with this experiment since it
follows
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
2008 Nov 04
2
ggplot & annotating charts
Dear "R-listers"
I've been trying to figure out how to annotate charts in ggplot (ie add text
to line charts, highlighted boxes etc). By and large, I can get close to
what i want with base graphics, but would ideally like to use ggplot
whenever possible (additionally, i would like to add text labels
automatically to the chart). The code is below
I suspect I need to use geom_rect,
2013 Apr 06
1
Creating quintiles on monthly basis
Hi,
I am trying in R to indicate in which quintile a value of a variable is for
every month of my data frame in this case based on volatility. For each
month I want to know for each stock if it is in the most volatile quintile
of if it is in one of the others.
So far I have come up with the following function (see below).
Unfortunately, the function only works in some cases and often gives the
2011 Nov 27
0
Need Help with my Code for complex GARCH (GJR)
Hello,
i want to estimate a complex GARCH-model (see below).
http://r.789695.n4.nabble.com/file/n4112396/GJR_Garch.png
W stands for the Day of the Week Dummies. r stands for returns of stock
market indices. I stands for the GJR-term.
I need some help with three problems:
1.) implementation of the GJR-term in the variance equation
2.) compute robust covariance matrix
2012 Oct 07
1
Testing volatility cluster (heteroscedasticity) in stock return?
Dear All,
i want to use garch model in return of stock. and the data should presence volatility cluster (Heteroscedasticity).
Do you know how to test volatility cluster (the presence of heteroscedasticity) in series data of stock return in R?
Is it using Langrange Multiplier (LM) ARCH test? what package i should use?
I really need the help. Thanks for the attention.
Eko A P
2012 Feb 12
3
Counting the loop-round of a "for"-loop
Dear all,
i have daily stock prices for more than 10 years and want to compute annual
volatilities for certain dates during this period. Since i have found no
"easy" way to work with time data, the data presents itself in the structure
TIme Index - Stock Price
1 - 15,6
2 - 17
...
...
2010 - 28
2011- 28,5
...
4500 - 23
Since I want to have the volatility only for certain dates, I
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]
>
2013 Mar 31
0
Skewness of fitted mixture not correct?
I fitted a gaussian mixture to my financial data. The data can be found
here: http://uploadeasy.net/upload/32xzq.rar
I look at the density with
plot(density(dat),col="red",lwd=2)
this has a skew of
library(e1071)
skewness(dat)
-0.1284311
Now, I fit a gaussian mixture according to:
f(l)=πϕ(l;μ1,σ21)+(1−π)ϕ(l;μ2,σ22)
with:
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) : -0.05511 Variance (Y) : 1.06869
2013 Apr 08
0
Maximum likelihood estimation of ARMA(1,1)-GARCH(1,1)
Hello
Following some standard textbooks on ARMA(1,1)-GARCH(1,1) (e.g. Ruey
Tsay's Analysis of Financial Time Series), I try to write an R program
to estimate the key parameters of an ARMA(1,1)-GARCH(1,1) model for
Intel's stock returns. For some random reason, I cannot decipher what
is wrong with my R program. The R package fGarch already gives me the
answer, but my customized function
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 dont know where to download it from? I have
2004 Dec 10
1
Porting optimisation setup from Excel Solver to R
Hi all,
I am currently optimising a small portfolio I have
created as a part of my research project in Excel. I
am unable to find the appropriate package to port this
into R. My problem set up is as follows
Minimise ABS(Sum(Xi-Xi')+10*Sum(XiMi)/Mavg)
Subject to:
0 <= Xi <= 0.05
ABS(Sum(Xi)) = 0.2
where
Mi - Market Cap of Stock i
Xi - Initial weight of Stock i
Xi' - New weight of
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,
2012 Apr 26
1
looking for an add-in for daily data analysis
Hi all
I am looking for an add-in. I am currently working on something and I use
daily data of closing stock prices. As not all companies are traded daily
(e.g. on monday, then on thursday etc) at the stock exchange, there is
satistically a problem. There are some papers which explain the approach to
handle infrequent trading of a stock or non synchronous data and beta
estimation (Dimson, 1979;
2011 Oct 09
2
fast or space-efficient lookup?
Dear R experts---I am struggling with memory and speed issues. Advice
would be appreciated.
I have a long data set (of financial stock returns, with stock name
and trading day). All three variables, stock return, id and day, are
irregular. About 1.3GB in object.size (200MB on disk). now, I need
to merge the main data set with some aggregate data (e.g., the S&P500
market rate of return,
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
2012 Jul 04
1
(no subject)
Hi everyone I
have data on stock prices and market indices
and I need to run a seperate regression of every stock on market
so I want to write a "for loop" so that I wont have to write codes again
and again to run the regression...
my data is in the format given below
Date Stock1 Stock2 Stock3 Market
01/01/2000 1 2 3 4