TimeseriesTools.jl
TimeseriesTools.jl is the top-level package for the Timeseries
family. It re-exports all functionality of TimeseriesMakie.jl and TimeseriesBase.jl.
Installation
julia
using Pkg
Pkg.add("TimeseriesTools")
What's in the box?
Data Types: Learn about the different time series and spectrum types
Basic utilities: Common operations for time series analysis
Others: Other functionality
Where to next?
TimeseriesMakie provides tools and Makie recipes for visualizing time series, spectra, and related data.