e9954f8de0
Maximum likelihood estimation of the parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and Raftery, Appl. Statistics, 1989).
17 lines
421 B
Makefile
17 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/02/07 01:11:18 minskim Exp $
|
|
|
|
CATEGORIES= finance
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/fracdiff/
|
|
COMMENT= Fractionally differenced ARIMA aka ARFIMA(p,d,q) models
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= fracdiff
|
|
R_PKGVER= 1.4-2
|
|
|
|
USE_LANGUAGES= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|