ZIM

Zero-Inflated Models for Count Time Series Data with Excess Zeros

https://github.com/mingstat/ZIM

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 12 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Zero-Inflated Models for Count Time Series Data with Excess Zeros

Basic Info
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 1
Created almost 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Zero-Inflated Models

CRAN Status Badge CRAN Downloads Total

Overview

Analyze count time series with excess zeros. Two types of statistical models are supported: Markov regression by Yang et al. (2013) <doi:10.1016/j.stamet.2013.02.001> and state-space models by Yang et al. (2015) <doi:10.1177/1471082X14535530>. They are also known as observation-driven and parameter-driven models respectively in the time series literature. The functions used for Markov regression or observation-driven models can also be used to fit ordinary regression models with independent data under the zero-inflated Poisson (ZIP) or zero-inflated negative binomial (ZINB) assumption. Besides, the package contains some miscellaneous functions to compute density, distribution, quantile, and generate random numbers from ZIP and ZINB distributions.

Installation

Stable Version

Install stable version from CRAN:

r install.packages("ZIM")

Development Version

Install development version from GitHub:

```r

install.packages("remotes")

remotes::install_github("mingstat/ZIM") ```

References

  • M Yang, GKD Zamba, JE Cavanaugh. Markov regression models for count time series with excess zeros: A partial likelihood approach. Statistical Methodology, 2013, 14:26–38. <doi:10.1016/j.stamet.2013.02.001>

  • M Yang, JE Cavanaugh, GKD Zamba. State-space models for count time series with excess zeros. Statistical Modelling, 2015, 15(1):70–90. <doi:10.1177/1471082X14535530>

Owner

  • Name: Ming Yang
  • Login: mingstat
  • Kind: user

Statistician & Data Scientist

GitHub Events

Total
  • Watch event: 1
  • Push event: 3
Last Year
  • Watch event: 1
  • Push event: 3

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 49
  • Total Committers: 1
  • Avg Commits per committer: 49.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ming Yang h****g@g****m 49

Dependencies

DESCRIPTION cran
  • MASS * imports
  • TSA * suggests
  • dplyr * suggests
  • knitr * suggests
  • pscl * suggests