Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 990 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 990 Bytes

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

Documentation

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> import Pkg; Pkg.add("MessyTimeSeriesOptim")