Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

TurchinReg.jl

Build Status JetBrains Research DOI Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

TurchinReg.jl is a Julia package that allows to apply Turchin's method of statistical regularisation to solve the Fredholm equation of the first kind.

Installation

To install TurchinReg.jl, start Julia and run

julia> using Pkg
julia> Pkg.add(PackageSpec(url = "https://github.com/mipt-npm/TurchinReg.jl.git"))

Documentation