An open API service indexing awesome lists of open source software.

https://github.com/fipelle/messytimeseriesoptim.jl

A Julia implementation of estimation and validation algorithms for time series compatible with incomplete data.
https://github.com/fipelle/messytimeseriesoptim.jl

dynamic-factor-models ecm-algorithm forecast julia kalman-filter kalman-smoother time-series var-models vma-models

Last synced: 8 months ago
JSON representation

A Julia implementation of estimation and validation algorithms for time series compatible with incomplete data.

Awesome Lists containing this project

README

          

A Julia implementation of estimation and validation algorithms for time series compatible with incomplete data.

| **Documentation** |
|:-------------------------------------------------------------------------------:
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] |

## Installation

The package can be installed with the Julia package manager.
From the Julia REPL, type `]` to enter the Pkg REPL mode and run:

```
pkg> add MessyTimeSeriesOptim
```

Or, equivalently, via the `Pkg` API:

```julia
julia> import Pkg; Pkg.add("MessyTimeSeriesOptim")
```

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://fipelle.github.io/MessyTimeSeriesOptim.jl/dev

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://fipelle.github.io/MessyTimeSeriesOptim.jl/stable