Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.42 KB

CRANStatusBadge CRAN RStudio mirror downloads CRAN RStudio mirror downloads R-CMD-check Codecov test coverage

'mixAR' is an R package for time series modelling with mixture autoregressive and related models.

Installing mixAR

Install the latest stable version from CRAN:

install.packages("mixAR")

Alternatively, install the development version of mixAR from Github:

remotes::install_github("GeoBosh/mixAR")

Overview

Package mixAR provides functions for modelling with mixture autoregressive (MAR/mixAR) models.

See, for example, the overview of mixAR and model fitting functions such as fit_mixAR and bayes_mixAR.