summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/r-fracdiff/package.py
blob: 5f947244ed8d30e12210960d473f34b6ad20e6b4 (plain) (tree)
1
2
3
4
5
                                                                         
                                                                         
 

                                              












                                                                             
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class RFracdiff(RPackage):
    """Maximum likelihood estimation of the parameters of a
    fractionally differenced ARIMA(p,d,q) model (Haslett and
    Raftery, Appl.Statistics, 1989)."""

    homepage = "https://cran.r-project.org/package=fracdiff"
    url      = "https://cran.r-project.org/src/contrib/fracdiff_1.4-2.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/fracdiff"

    version('1.4-2', '6a6977d175ad963d9675736a8f8d41f7')