Skip to content
/ KFAS Public
forked from helske/KFAS

KFAS: R Package for Exponential Family State Space Models

Notifications You must be signed in to change notification settings

gragusa/KFAS

 
 

Repository files navigation

Build Status codecov.io downloads cran version Research software impact

KFAS: R Package for Exponential Family State Space Models

Package KFAS provides tools for modelling exponential family state space models such as structural time series, ARIMA models, generalized linear models and generalized linear mixed models.

Vignette at CRAN

If you use KFAS in your paper, please cite properly, see citation("KFAS") in R. For collection of papers mentioning KFAS, see: Who uses KFAS Main features

  • Kalman filtering
  • Fixed interval smoothing (Kalman smoothing)
  • Simulation smoothing of Gaussian models
  • Importance sampling of non-Gaussian models
  • Exact diffuse initialization
  • Sequential processing
  • Multivariate models with mixed distributions

Most of the algorithms are based on book "Time Series Analysis by State Space Methods" and related articles by J. Durbin and S.J. Koopman.

Current version of KFAS in CRAN is 1.2.0. You can install the latest development version from github using devtools package:

install.packages("devtools")
library(devtools)
install_github("helske/KFAS")

See

  • help(KFAS) in R for examples
  • ChangeLog for upcoming, already completed changes

About

KFAS: R Package for Exponential Family State Space Models

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 61.7%
  • Fortran 36.3%
  • C 2.0%