You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains projects related to various aspects of image processing, from basic operations to advanced techniques like active contours. Examples and case studies focus on applications in medical imaging.
Fits a discharge rating curve based on the power-law and the generalized power-law from data on paired water elevation and discharge measurements in a given river using a Bayesian hierarchical model as described in Hrafnkelsson et al. (2022)
Library for rain estimation and detection built with PyTorch. This library provides an implementation of algorithms for extracting rain-rate using data from commercial microwave links (CMLs). Addinaly this project provide an example dataset with data from two CMLs and implementation of performance and robustness metrics
This repository provides MATLAB implementations of plfit and plpva functions for fitting power-law distributions to empirical data using maximum likelihood estimation (MLE) and statistical goodness-of-fit tests. These tools accurately model complex systems with significant tail behaviors, common in fields like physics, biology, and economics.
Solves the Cauchy Momentum equations for a non-newtonian incompressible fluid using the Finite Difference Method on a 2D grid. The solver is of the explicit type with each iteration corresponding to a step forward in time. The viscosity is updated at each grid point as per the truncated power law.