kvasilaky / InverseProblem
This function inverts ill conditioned matrices using an iterative solution to the Tikhonov regularization problem. It takes three arguments: A, the matrix, l, lambda the contraint, and k, the number of iterations. In this iterative Tikhonov regularization model, also known as ridge regression, I introduce an iterative solution to the ill-posed l…
☆26Updated last year
Related projects ⓘ
Alternatives and complementary repositories for InverseProblem
- A linear-operator toolbox for Matlab☆61Updated 5 months ago
- Calculate Tikhonov-regularized, Gauss-Newton nonlinear iterated inversion to solve the damped nonlinear least squares problem (Matlab cod…☆22Updated 8 years ago
- Time-frequency decomposition☆19Updated 8 years ago
- Nonlinear optimization for MATLAB.☆27Updated 4 years ago
- An implementation of the Goodman & Weare MCMC sampler for matlab☆51Updated 6 years ago
- MATLAB code for examples and exercises for the 3rd edition of Parameter Estimation and Inverse Problems☆96Updated 2 years ago
- Port of SPGL1 to python☆45Updated 3 months ago
- A collection of algorithms used in Bayesian Statistics and particularly in Bayesian Inverse Problems. This repository also contains some …☆29Updated 6 years ago
- code for L2 regularization of arbitrary Tikhonov matrices☆13Updated 6 years ago
- Notebooks and python scripts to reproduce the figures shown in "Open source software for simulations and inversions of airborne electroma…☆17Updated 5 years ago
- MATLAB MCMC for Bayesian hierarchical inversion☆25Updated 8 years ago
- Source code for the paper "Multi-dimensional Sparse Super-resolution"☆16Updated 6 years ago
- Multichain MCMC framework and algorithms based on PyMC.☆17Updated 13 years ago
- A multigrid solver for 3D electromagnetic diffusion☆65Updated last week
- Electric field volume integral equation solver, incorporating method of moments and SWG basis functions.☆21Updated 5 years ago
- C++ code for a reversible jump Markov chain Monte Carlo algorithm to sample changepoints☆16Updated 5 years ago
- Regularized expectation maximization algorithm (Matlab code)☆27Updated 7 years ago
- C++, CUDA, and MATLAB codes for the paper "An Exact and Fast Computation of Discrete Fourier Transform for Polar and Spherical Grid"☆44Updated 7 years ago
- An Open Source python module for rapid prototyping Distributed Acoustic Sensing (DAS) processing flows☆38Updated 2 years ago
- High-accuracy simulation of light propagation☆29Updated last month
- A set of MATLAB scripts for the application of the level-crossing Random Decrement Technique, a time-domain operational modal analysis me…☆10Updated 5 years ago
- A Python module that implements tools for the simulation and identification of random fields using the Karhunen-Loeve expansion represent…