A Julia implementation of estimation and validation algorithms for time series compatible with incomplete data.
| Documentation |
|---|
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")