Find confidence interval in bivariate kernel estimation using ksdensity

I'm executing this piece of code in order to estimate the probability density function of a bivariate set of random points:
x = [0+.5*rand(20,1) 5+2.5*rand(20,1);
.75+.25*rand(10,1) 8.75+1.25*rand(10,1)];
figure
ksdensity(x);
and I wonder how to use the informations coming from the Matlab function ksdensity to evaluate the confidence interval I need.
My goal is to find outliers points in the set, namely that points that fall over the confidence interval.

1 件のコメント

Matteo Mastropierro
Matteo Mastropierro 2018 年 4 月 17 日
Hi Daniele, I have the same problem, have you found a solution to it?Thank you.

サインインしてコメントする。

回答 (0 件)

質問済み:

2017 年 2 月 17 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by