|
1 | 1 | 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 |
3 | 3 | time series. (Haslett and Raftery, Applied Statistics 38, 1989, 1-50).
|
4 | 4 |
|
5 | 5 | See the help files for details.
|
6 | 6 |
|
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. |
10 | 10 |
|
11 | 11 | 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). |
14 | 14 |
|
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 |
20 | 16 |
|
21 |
| -Fritz Leisch |
| 17 | +------------ |
22 | 18 |
|
| 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