Skip to main content

Questions tagged [kernel-smoothing]

Kernel smoothing techniques, such as kernel density estimation (KDE) and Nadaraya-Watson kernel regression, estimate functions by local interpolation from data points. Not to be confused with [kernel-trick], for the kernels used e.g. in SVMs.

0 votes
0 answers
33 views

In a recent bioinformatics paper, the authors describe a statistical/machine learning approach to classify clusters of cells using kernel density estimation (KDE) and Z-scores. While the details of ...
Michiel.Tawdarous's user avatar
2 votes
2 answers
75 views

So I've stumbled upon this example in the Sklearn website, where a KDE instance is trained with handwritten digits, and then used to synthesize samples : https://scikit-learn.org/stable/auto_examples/...
Polyval4's user avatar
1 vote
0 answers
76 views

Consider an estimation for $f(x)$ for a function $f$ at a fixed point $x$. We may use kernel density estimator $\hat{f}_n$ to estimate the $f$, then calculate $\hat{f}(x)$. If I understand correctly, ...
toki's user avatar
  • 117
1 vote
0 answers
53 views

The asymptotically optimal bandwidth for a kernel $K$ is given by $$ h =\Bigl(\frac{R(K)}{n\mu_2^2(K)R(f'')}\Bigr)^{1/5}, $$ where $R(g)=\int g^2(x)\,dx$, $\mu_2=\int x^2K(x)\,dx$, and $f$ is the ...
Cm7F7Bb's user avatar
  • 339
6 votes
2 answers
125 views

Consider the task of estimating a density function $f : \mathbb{R} \to \mathbb{R}$ from independent samples $X_1, \ldots, X_n \sim f$. Let $f_n$ be the kernel density estimator of $f$, that is, $$ f_n ...
Caio Lins's user avatar
  • 161
0 votes
0 answers
24 views

I'm working with a spatially distributed dataset where I first estimate the global empirical distribution using Kernel Density Estimation (KDE). I then divide the data into smaller spatial patches (...
Adham Enaya's user avatar
4 votes
1 answer
100 views

I'm reading a paper by Gine where a estimator $T_n$ for $\int f(x)^2dx$ was introduced, where $f$ is the true density function. $T_n$ is defined as $$T_n(h)=\frac{2}{n(n-1)h}\sum_{1\leq i<j\leq n}K\...
toki's user avatar
  • 117
0 votes
0 answers
64 views

say we've fit a distribution to data, we've either used minimum chi squared method of distribution fitting and if that failed we used an improved sheather jones KDE as the fall back to make the fit (...
Keith's user avatar
  • 1
0 votes
0 answers
51 views

I'm using kernel regression to model a non-linear relationship between several independent variables and a dependent variable. I understand kernel functions and bandwidth selection, but I’m wondering ...
Adham Enaya's user avatar
6 votes
1 answer
300 views

A very simple question, yet, I have not been able to find a straightforward answer on the internet. When trying to estimate a probability distribution of stock returns from historical data, should I ...
Conductor's user avatar
0 votes
0 answers
139 views

I am trying to estimate the shape parameter alpha of the PDF of a Pareto distribution, given that I have incomplete data. Specifically, the true dataset spans values between $10$ and $50,$ but my ...
aeiche01's user avatar
  • 117
0 votes
0 answers
46 views

Let $f(x)=\mathbb E[Y\mathop | X=x]$ be the regression function, and $\hat {f}(x)$ be its estimate (using kernel regression, for example). The average derivative estimator (Härdle and Stoker, 1989; ...
Steve Norkus's user avatar
5 votes
3 answers
277 views

I am trying to estimate non parametrically the first order derivative of a function g(x). I am estimating $g(x)$ using a local polynomial (quadratic) procedure. I know how to compute the leave-one-out ...
G. Ander's user avatar
  • 239
1 vote
0 answers
81 views

I'm trying to fit my data with kernel regression using npreg() from package np. However, the bandwidth automatically selected ...
Steve Norkus's user avatar
0 votes
0 answers
82 views

Suppose I'm interested in estimating the probability $p=\Pr((U,V)\in A)$ with a random sample $\{(U_i,V_i)\}_{i=1}^N$. The easiest way of doing it is to use the sample mean: $\widehat{p}=1/N\times \...
ExcitedSnail's user avatar
  • 3,090

15 30 50 per page
1
2 3 4 5
45