Displaying 20 results from an estimated 500 matches similar to: "How to obtain the series of residuals from fracdiff"
2013 Apr 24
0
Residuals for fracdiff
Hi,
I am using the fracdiff package to estimate the parameters of an
ARFIMA(1,d,1) model. I would also like to get the residuals of the series. I
have seen another post about this (below). However, being still quite at the
beginner level in terms of R, I did not quite understand how this worked. I
also read through the fracdiff package manual with no success to find any
help with the
2004 Feb 17
1
Bug report for fracdiff
I was sniffing in the fracdiff library (this is for fractionally integrated
ARMA processes; Haslett and Raftery 1989).
The documentation suggests that one tries the following simple example:
library(fracdiff)
ts.test <- fracdiff.sim( 5000, ar = .2, ma = -.4, d = .3)
fracdiff( ts.test$series, nar = length(ts.test$ar), nma = length(ts.test$ma))
When I run this, I get the following error:
R
2006 Jul 19
1
fracdiff
Hi, I'm using the function fracdiff and can not figure out how to get the estimated values for sigma2 or confidence intervals for the parameter estimates. Does anyone know how to obtain these values?
Thanks,
Melissa
2003 Jan 29
1
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2504)
Full_Name: Jussi Mäkinen
Version: 1.6.2
OS: Win2000
Submission from: (NULL) (193.210.145.2)
I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
but I got the messages box:
The procedure entry point daxpy_ could not be located in the dynamic link
library R.dll
and the following lines to RGui:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable
2004 Jun 14
1
forecasting from fracdiff objects
Does anybody know if it is possible to forcast or predict from a
fracdiff object?
Any help would be much obliged...
Cheers,
Alan
2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
Hi. I''m upgrading a project from an 0.8.0 pre-release gem to 0.8.2.
I''ve installed the 0.8.2 gem, and the rspec_on_rails 0.8.2 plugin:
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/rspec
When I try to run my specs though, I get the below error. It''s as if the
spec_helper cannot find "spec/rails". I''ve noticed that
2012 Nov 05
0
Customly low standard deviation in fracdiff.var function
Hi,I have a question about the fracdiff.var function (package fracdiff) which goal is to recompute more precise confidence intervals for the parameters estimated by fracdiff (or arfima). More precisely, it deals with the standard error of the "d" coefficient :
Is it normal that the standard error of the "d" coefficient can be brought customly close to zero by decreasing the
2001 Mar 31
0
confused about range of 'd' in fracdiff package
Dear all,
I want to assess the question whether several time series of parties'
respective popularities are fractionally integrated. The "fracdiff"
package seems to be an obvious choice. What confuses me is that the
'd' parameter estimated by fracfiff seems to be bound to a range from
0 to 0.5. From what I have read I would assume it should be allowed to
vary between 0 and
2002 Mar 08
4
ARMA and ARIMA modeling
I'd like to play with ARIMA models of stock prices, but I am a complete novice.
Could some kind soul explain the relationship among packages "ts", "tseries",
"dse", "dse2", and "fracdiff"? Are they 'competing' products or does one
depend on another? Where would be the best place for a novice to begin?
Thanks for any advice.
PS. I
2005 Jul 26
3
farimaSim
Hello!
I installed the fSeries package to get some farima time-series which i tried
with farimaSim, but unfortunately i got always an error. I tried it this way:
> farimaSim(n = 1000, model = list(ar = 0.5, d = 0.3, ma = 0.1), method="freq")
Error in farimaSim(n = 1000, model = list(ar = 0.5, d = 0.3, ma = 0.1), :
... used in an incorrect context
Some ideas?
Regards,
___
2012 Feb 05
1
fractional cointegration
Dear folk,
I am stempting to estimate a vector error correction model using a
seemingly fractionally integrated multivariate time series. The
*fracdiff *package
provides tools to estimate degree of fractional integration. But
*fracdiff *can't
help me to:
1. test equality of two degrees of fractional integration, say d1=d2?
2. estimate a multivariate cointegrating error correction model,
2011 Mar 31
1
R packages "Demography installing Error In Ubuntu 10.04"
Dear lists:
I could not calculate what is wrong with my installing.
Could you help me to find the solution?
Thanks.
Following are the installing screen massages:
install.packages("demography")
将程序包安装入‘/home/zzk/R/i686-pc-linux-gnu-library/2.12’
(因为‘lib’没有被指定)
--- 在此連線階段时请选用CRAN的鏡子 ---
载入Tcl/Tk接口... 完成
also installing the dependencies ‘akima’, ‘rgl’, ‘misc3d’, ‘quadprog’, ‘zoo’, ‘locfit’,
2003 Jan 29
0
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2505)
jussi.makinen@valtiokonttori.fi wrote:
> Full_Name: Jussi M?kinen
> Version: 1.6.2
> OS: Win2000
> Submission from: (NULL) (193.210.145.2)
>
>
> I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
> but I got the messages box:
That's not a current mirror of CRAN (see the CRAN Master for recent
mirrors), it's last update seems to be
2015 Jul 27
4
Como modificar valores en un data frame
Estimad en s, quería realizar una consulta
Dado un data frame llamado aves, como puedo sustiuir las variables area,
dist y distm por sus logaritmos en base10 y volver a crear un data frame?
Muchas gracias
Saludos
Susana
[[alternative HTML version deleted]]
1997 Apr 08
2
R-alpha: CRAN source/contrib
I've put all ``current'' add-on packages into CRAN's source/contrib tree
and created an INDEX file (attached below). As you can see, currently
we have
acepack
bootstrap
ctest
date
e1071
fracdiff
gee
jpn
snns
splines
survival4
(Yes, e1071 and jpn are new ... more on the latter in a later mail.)
In the near future, I am hoping for the following:
oz (Bill
2007 Feb 15
2
How to add obj to a list?
Hello everybody!
I'm quite new using R and i'm trying to develope a function, but i have
a problem.
What i want to build is something like an objects vector. I have a list
with two tables, and after or next to them, I want to add more tables or
vectors to that list one by one. But i cannot find how to do it!
Does someone can help me?
I will be very grateful for any of your help!
2023 May 31
1
error in arfima...
dear members,
I am using arfima() from forecast package to model a time series. The following is the code:
> LYGH[[202]]
[1] 45.40 3.25 6.50 2.15
> arfima(LYGH[[202]])
Error in .fdcov(x, fdf$d, h, nar = nar, nma = nma, hess = hess, fdf.work = fdf$w) :
NA/NaN/Inf in foreign function call (arg 5)
I tried viewing .fdcov() with the following code:
2023 Jun 01
1
error in arfima...
>>>>> akshay kulkarni
>>>>> on Wed, 31 May 2023 20:55:33 +0000 writes:
> dear members,
> I am using arfima() from forecast package to model a time
> series. The following is the code:
>> LYGH[[202]]
> [1] 45.40 3.25 6.50 2.15
>> arfima(LYGH[[202]])
> Error in .fdcov(x, fdf$d, h, nar = nar, nma = nma,
2023 Jun 05
1
error in arfima...
Dear Martin,
Sad that the bug is beyond your ken...
Fortunately, the error happens only rarely...The length of LYGH was 719 and there were only two such errors..I will just replace them with NA and make do.
By the by, what if I send LYGH as an attachment to your actual mail ( not the r-help mail)? Will it help? Can you then pinpoint the cause?
Or should I raise a bug
2000 Dec 30
3
ARIMA
Thanks,
Can't find an ARIMA in base, dse1/2 or tseries, only references to. What
package is it in?
Thanks again!
Best regards,
/fb
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the