Skip to content

Commit fc99831

Browse files
committed
emacs backups moved to RCS ('G2RCS')
1 parent 5e9bdc7 commit fc99831

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

README

+21-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
fracdiff Maximum likelihood estimation of the parameters of a fractionally
2-
differenced ARIMA (p,d,q) model. For long-memory dependence in
2+
differenced ARIMA (p,d,q) model. For long-memory dependence in
33
time series. (Haslett and Raftery, Applied Statistics 38, 1989, 1-50).
44

55
See the help files for details.
66

7-
This package has been converted from the original S/S-plus package by
8-
the Department of Statistics, Univeristy of Washington for usage with
9-
R; see README.orig for copyright and original author.
7+
The original S/S-plus package by Chris Fraley, Department of Statistics,
8+
University of Washington, has been converted for usage with R;
9+
see README.orig, also for copyright.
1010

1111
I've converted all single precision floats to double precision (both
12-
in the R file and the Fortran sources), as R doesn't support single
13-
precision.
12+
in the R file and the Fortran sources), as R didn't support single
13+
precision (in 1999).
1414

15-
The code seems to work fine for parameter estimation, but I have not
16-
figured out how to use the variance estimation. I always get
17-
covariance matrices with entries around 10^{+-20} or so. If you have
18-
used the original version under S, could you send me a working
19-
example?
15+
Fritz Leisch, TU Wien, Austria
2016

21-
Fritz Leisch
17+
------------
2218

19+
The package was _orphaned_ in Summer 2003, and after asking Fritz and Chris
20+
Fraley, I have become the new maintainer in December 2003.
21+
I've managed to locate and eradicate the bug leading to wrong hessian,
22+
covariance and correlation matrix estimates.
23+
24+
Martin Maechler, ETH Zurich, Switzerland
25+
26+
------
27+
28+
See the files ./TODO and ./Done and ./ChangeLog on TODOs and ideas
29+
30+
See the file ./Calling (and then src/ftn-struc) about code organization
31+
~~~~~~~~~

0 commit comments

Comments
 (0)