Skip to content

SciProgCentre/TurchinReg.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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