Skip to content

Latest commit

 

History

History

StochProc.jl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

StochProc.jl

this package implements some stochastic processes that are probably the most simple and used ones, as well as some covariance matrix computation

install

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