All Projects → helske → KFAS

helske / KFAS

Licence: other
KFAS: R Package for Exponential Family State Space Models

Programming Languages

r
7636 projects
fortran
972 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to KFAS

pomp
R package for statistical inference using partially observed Markov processes
Stars: ✭ 88 (+76%)
Mutual labels:  time-series, state-space
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+74%)
Mutual labels:  time-series
readabs
Download and tidy time series data from the Australian Bureau of Statistics in R
Stars: ✭ 73 (+46%)
Mutual labels:  time-series
Machine-Learning-Projects-2
No description or website provided.
Stars: ✭ 23 (-54%)
Mutual labels:  time-series
ECGClassifier
CNN, RNN, and Bayesian NN classification for ECG time-series (using TensorFlow in Swift and Python)
Stars: ✭ 53 (+6%)
Mutual labels:  time-series
pyrra
Making SLOs with Prometheus manageable, accessible, and easy to use for everyone!
Stars: ✭ 587 (+1074%)
Mutual labels:  time-series
P4J
Periodic time series analysis tools based on information theory
Stars: ✭ 42 (-16%)
Mutual labels:  time-series
Occupancy-Detection
Occupancy detection of an office room from light, temperature, humidity and CO2 measurements
Stars: ✭ 18 (-64%)
Mutual labels:  time-series
influxdb-ha
High-availability and horizontal scalability for InfluxDB
Stars: ✭ 45 (-10%)
Mutual labels:  time-series
modeltime.gluonts
GluonTS Deep Learning with Modeltime
Stars: ✭ 31 (-38%)
Mutual labels:  time-series
timely-beliefs
Model data as beliefs (at a certain time) about events (at a certain time).
Stars: ✭ 15 (-70%)
Mutual labels:  time-series
sugrrants
SUpporting GRaphics with R for ANalysing Time Series
Stars: ✭ 79 (+58%)
Mutual labels:  time-series
imputeFin
Imputation of Financial Time Series with Missing Values and/or Outliers
Stars: ✭ 17 (-66%)
Mutual labels:  time-series
time-series-labs
Hands-on training labs for Deep Learning in Time Series course by CERTIFAI
Stars: ✭ 17 (-66%)
Mutual labels:  time-series
ConvLSTM-PyTorch
ConvLSTM/ConvGRU (Encoder-Decoder) with PyTorch on Moving-MNIST
Stars: ✭ 202 (+304%)
Mutual labels:  time-series
ninja automator
Acquire data with honour and wisdom — using the way of the ninja.
Stars: ✭ 21 (-58%)
Mutual labels:  time-series
singular-spectrum-transformation
fast implementation of singular spectrum transformation (change point detection algorithm)
Stars: ✭ 41 (-18%)
Mutual labels:  time-series
svg-time-series
SVG time-series charting library
Stars: ✭ 18 (-64%)
Mutual labels:  time-series
mongofluxd
Real time sync from MongoDB into InfluxDB
Stars: ✭ 33 (-34%)
Mutual labels:  time-series
causal-learn
Causal Discovery for Python. Translation and extension of the Tetrad Java code.
Stars: ✭ 428 (+756%)
Mutual labels:  time-series

R-CMD-check cran version downloads

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.

Paper at JSS

If you use KFAS in your paper, please cite it properly, see citation("KFAS") in R, or above link to the paper.

Main features

  • Kalman filtering
  • Fixed interval smoothing (Kalman smoothing)
  • Simulation smoothing of Gaussian models
  • Importance sampling based inference 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.

KFAS is available at CRAN. You can install the latest development version from the GitHub using the devtools package:

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

See

  • help(KFAS) in R for examples, and many more examples under different functions, as well as the Paper at JSS.
  • ChangeLog for changes.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].