Skip to content

fipelle/MessyTimeSeriesOptim.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")