jjstickel / RegularizationTools.jl

A Julia package to perform Tikhonov regularization for small to moderate size problems.

Home Page:https://mdpetters.github.io/RegularizationTools.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RegularizationTools

A Julia package to perform Tikhonov regularization for small to moderate size problems.

Documentation Citations
DOI

Installation

The package can be installed from the Julia package prompt with

julia> ]add RegularizationTools

The closing square bracket switches to the package manager interface and the add command installs the package and any missing dependencies. To return to the Julia REPL hit the delete key.

To load the package run

julia> using RegularizationTools

Documentation

  • STABLEdocumentation of the most recently tagged version.

Project Status

The package is being developed for, Julia 1.5 and above.

Citations

If you use this package and publish your work, please cite:

Petters, M. D.: Revisiting matrix-based inversion of scanning mobility particle sizer (SMPS) and humidified tandem differential mobility analyzer (HTDMA) data, Atmos. Meas. Tech., 14, 7909–7928, https://doi.org/10.5194/amt-14-7909-2021, 2021.

This work was supported by the United States Department of Energy, Office of Science, Biological and Environment Research, Grant number DE-SC0021074.

About

A Julia package to perform Tikhonov regularization for small to moderate size problems.

https://mdpetters.github.io/RegularizationTools.jl/stable/

License:GNU General Public License v3.0


Languages

Language:Julia 100.0%