this package implements some stochastic processes that are probably the most simple and used ones, as well as some covariance matrix computation
In the REPL, after importing Pkg (import Pkg
), type in the following
Pkg.add(url="https://github.com/matthewozon/BAYROSOL.jl.git",rev="master",subdir="packages/StochProc.jl/")
then you can use the package by calling using StochProc