CRAN
glarma 1.6-0
Generalized Linear Autoregressive Moving Average Models
Released Feb 7, 2018 by "William T.M. Dunsmuir"
Dependencies
Functions are provided for estimation, testing, diagnostic checking and forecasting of generalized linear autoregressive moving average (GLARMA) models for discrete valued time series with regression variables. These are a class of observation driven non-linear non-Gaussian state space models. The state vector consists of a linear regression component plus an observation driven component consisting of an autoregressive-moving average (ARMA) filter of past predictive residuals. Currently three distributions (Poisson, negative binomial and binomial) can be used for the response series. Three options (Pearson, score-type and unscaled) for the residuals in the observation driven component are available. Estimation is via maximum likelihood (conditional on initializing values for the ARMA process) optimized using Fisher scoring or Newton Raphson iterative methods. Likelihood ratio and Wald tests for the observation driven component allow testing for serial dependence in generalized linear model settings. Graphical diagnostics including model fits, autocorrelation functions and probability integral transform residuals are included in the package. Several standard data sets are included in the package.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>glarma</artifactId> <version>1.6-0-b4</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:glarma')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- Asthma-examples
- DriverDeaths-examples
- OxBoatRace-examples
- PIT-examples
- RobberyConvict-examples
- coef.glarma-examples
- doRUnit
- forecast-examples
- forecastTests
- glarma-examples
- initial-examples
- likTests-examples
- logLik.glarma-examples
- model.frame.glarma-examples
- mySolve-examples
- nobs.glarma-examples
- offsetTests
- paramGen-examples
- plot.glarma-examples
- plotPIT-examples
- randPIT-examples
- randomisedResidsTest
- summary.glarma-examples