Content deleted Content added
m Robot - Speedily moving category Non-parametric statistics to Category:Nonparametric statistics per CFDS. |
|||
Line 127:
We consider estimating the density of the Gaussian mixture
{{
+ (4''π'')<sup>−1</sup> exp(−{{frac|2}} ((''x''<sub>1</sub> - 3.5)<sup>2</sup> + ''x''<sub>2</sub><sup>2</sup>))}},
from 500 randomly generated points. We employ the Matlab routine for
Line 155:
<source lang="matlab" style="overflow:auto;">
data=[randn(500,2);
randn(500,1)+3.5, randn(500,1);];
% call the routine, which has been saved in the current directory
% plot the data and the density estimate
</source>
|