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.
To install TurchinReg.jl, start Julia and run
julia> using Pkg
julia> Pkg.add(PackageSpec(url = "https://github.com/mipt-npm/TurchinReg.jl.git"))