• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language
    Julia
  • License
    BSD 3-Clause "New...
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Julia implementation of basic tools for time series analysis compatible with incomplete data.

A Julia implementation of basic tools for time series analysis compatible with incomplete data.

Documentation

Advanced estimation and validation algorithms are included in MessyTimeSeriesOptim.

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 MessyTimeSeries

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("MessyTimeSeries")