image thumbnail

updated 16 days ago

Fast Kernel Density Estimator (Multivariate) by Matej Kristan

A very fast multivariate bandwidth calculation for KDE that can even be calculated from a GMM. (kernel density estima..., gaussian mixture mode..., bandwidth)

applyForScaleTransformToPdf( pdf0, Mu, T )

applyInvScaleTransformToPdf( pdf0, Mu, T )

checkcompiledBWestimator()

image thumbnail

updated 24 days ago

2D Bandwidth Estimator for KDE by Matej Kristan

2D kernel density estimator from weighted data. (statistics, signal processing, kernel density estima...)

col_sum( a )

cols(a)

conf2mahal(c, d)

image thumbnail

updated 3 years ago

Bivariant Kernel Density Estimation (V2.0) by Yi Cao

A tool for bivariant pdf, cdf and icdf estimation using Gaussian kernel function. (kernel density estima..., bivariant pdf, bivariant gaussian ke...)

Bivariate Kernel Density Estimation Demonstration

p=gkde2(x,p)

image thumbnail

updated 5 years ago

Efficient Kernel Smoothing Regression using KD-Tree by Yi Cao

Efficiency improved multivariant kernel regression using kd-tree (nonpa, kernel density estima..., kernel regression)

r=kdtree_ksrmv(x,y,hx,z)

image thumbnail

updated 5 years ago

Multivariant Kernel Regression and Smoothing by Yi Cao

A multivariant Gaussian kernel regression and smoothing tool. (kernel regression, statistics, kernel smoothing)

3-D Image Smoothing through Multivariant Kernel Regression

r=ksrmv(x,y,hx,z)

image thumbnail

updated 5 years ago

Update PDF Estimation by Yi Cao

Update PDF estimation upon receiving new data (kernel density estima..., statistics, pdf)

p=gkde(x,p)

Contact us