{
  "_id": "6a1f1637b401979e7341e704",
  "Package": "fracARMA",
  "Type": "Package",
  "Title": "Fractionally Integrated ARMA Model",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(given = c(\"Muhammed\", \"Irshad\"),\nfamily = \"M\",\nrole = c(\"aut\", \"cre\"),\nemail = \"irshadmiitm@gmail.com\"),\nperson(given = c(\"Dr.\", \"Kader\", \"Ali\"),\nfamily = \"Sarkar\",\nrole = \"aut\"),\nperson(given = c(\"Dr.\", \"Digvijay\", \"Singh\"),\nfamily = \"Dhakre\",\nrole = \"aut\"),\nperson(given = c(\"Prof.\", \"Debasis\"),\nfamily = \"Bhattacharaya\",\nrole = \"aut\"))",
  "Maintainer": "Muhammed Irshad M <irshadmiitm@gmail.com>",
  "Description": "Implements fractional differencing with Autoregressive\nMoving Average models to analyse long-memory time series data.\nTraditional ARIMA models typically use integer values for\ndifferencing, which are suitable for time series with short\nmemory or anti-persistent behaviour. In contrast, the\nFractional ARIMA model allows fractional differencing, enabling\nit to effectively capture long memory characteristics in time\nseries data. The ‘fracARMA’ package is user-friendly and allows\nusers to manually input the fractional differencing parameter,\nwhich can be obtained using various estimators such as the GPH\nestimator, Sperio method, or Wavelet method and many.\nAdditionally, the package enables users to directly feed the\ntime series data, AR order, MA order, fractional differencing\nparameter, and the proportion of training data as a split\nratio, all in a single command. The package is based on the\nreference from the paper of Irshad and others (2024,\n<doi:10.22271/maths.2024.v9.i6b.1906>).",
  "Encoding": "UTF-8",
  "License": "GPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 06:23:49 UTC",
    "User": "root"
  },
  "Author": "Muhammed Irshad M [aut, cre], Dr. Kader Ali Sarkar [aut], Dr.\nDigvijay Singh Dhakre [aut], Prof. Debasis Bhattacharaya [aut]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-02-13 11:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/fracARMA",
  "RemoteRef": "HEAD",
  "RemoteSha": "6ad093606b068f3997a992579c8131a3cbfdf77b",
  "MD5sum": "534d192b2aeb673a41a06ad19ca25b85",
  "_user": "cran",
  "_type": "src",
  "_file": "fracARMA_0.1.0.tar.gz",
  "_fileid": "4547eda060bd2e0143c997871c1bacf11084e70acf114c63e6959b0f065ed0bd",
  "_filesize": 69940,
  "_sha256": "4547eda060bd2e0143c997871c1bacf11084e70acf114c63e6959b0f065ed0bd",
  "_created": "2026-05-17T06:23:49.000Z",
  "_published": "2026-06-02T17:43:19.667Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79134779448,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7039985648"
    },
    {
      "job": 79134779372,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039986396"
    },
    {
      "job": 79134779095,
      "time": 226,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039972429"
    },
    {
      "job": 79134778683,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365442259"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25983346276",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/fracARMA",
  "_commit": {
    "id": "6ad093606b068f3997a992579c8131a3cbfdf77b",
    "author": "Muhammed Irshad M <irshadmiitm@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1739445602
  },
  "_maintainer": {
    "name": "Muhammed Irshad M",
    "email": "irshadmiitm@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "forecast",
      "role": "Imports"
    },
    {
      "package": "fracdiff",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 555,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fracARMA"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fracARMA.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-02-13"
    }
  ],
  "_exports": [
    "fracARMA"
  ],
  "_help": [
    {
      "page": "fracARMA",
      "title": "Fractionally Integrated ARMA Model",
      "topics": [
        "fracARMA"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "colorspace",
    "cpp11",
    "farver",
    "forecast",
    "fracdiff",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lmtest",
    "magrittr",
    "nlme",
    "nnet",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "timeDate",
    "urca",
    "vctrs",
    "viridisLite",
    "withr",
    "zoo"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "fracarma",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-17T06:25:45.000Z",
      "distro": "noble",
      "commit": "6ad093606b068f3997a992579c8131a3cbfdf77b",
      "fileid": "97839134c46f0f244b8968ea4fe0647be86a8b108b4c0850b340a8eb3d0634d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25983346276"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-17T06:25:49.000Z",
      "distro": "noble",
      "commit": "6ad093606b068f3997a992579c8131a3cbfdf77b",
      "fileid": "2e6de4fe32e761cafea77de195acbfe488a50728b6aeae62365d09ac5e16cca2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25983346276"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T17:43:04.000Z",
      "commit": "6ad093606b068f3997a992579c8131a3cbfdf77b",
      "fileid": "27239a6b0fe39c1fbcf255cb8952f9349b6c747cd6db6010a4402ddcd9836bbe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25983346276"
    }
  ]
}