Refine by Content Type

Refine by Category

Refine by Product

Refine by Time Frame

image thumbnail

updated 1 year ago

Kernel Regression with Variable Window Width by Fernando Duarte

Gaussian kernel regression and local linear Gaussian kernel regression with variable window width (kernel, kernel smoothing, kernel regression)

r=ksr_vw(x,y,k,N)

r=ksrlin_vw(x,y,k,N)

image thumbnail

updated 4 years ago

Kernel Smoothing Regression by Yi Cao

A non-parametrical regression (smoothing) tool using Gaussian kernel. (kernel smoothing, kernel regression, statistics)

r=ksr(x,y,h,N)

image thumbnail

updated 5 years ago

Local Linear Kernel Regression by Yi Cao

A function to provide local linear estimator of Gaussian kernel regression (local, kernel regression, kernel smoothing)

r=ksrlin(x,y,h,N)

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 8 years ago

Kernel Regression Toolbox 1.0 by Tim Gebbie

Implementation of kernel regression. (finance, modeling, analysis)

Contents.m

kr_test_001.m

krexample.m

Contact us