Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Pazen window estimate MATLAB source code (with sam
no vote
Contents: 1. the distribution of samples. Mvnrnd using MATLAB's function, given the mean and covariance matrix as well as the distribution of samples to obtain samples. The function principle is actually using probability density function of the normal distribution random to generate a series of random data, namely distribution of samples. 2. using Parzen window estimation and KN, neighbor estimator for the results are basically the same. But the use of different practical problems in different context, get the accuracy of different. Should be based on specific practical issues and data properties to determine which method to use. Results: first built the two-dimensional Gaussian dataset, the Parzen window estimation method is then used to make non-parametric estimation of the PDF, and compare them with the original PDF.
rachelshen
2016-08-23
4
1
Scan line filling algorithm
no vote
Targeting boundary defined regions, and populates it with the scan line seed filling algorithm. The basic process of scan line filling algorithm for scan line filling algorithm when given a seed point (x, y), first scan the filled seed point is located in a given area of a sector of the line, and then identified with a section that connected two sections at a given region on a scan line, which in turn saved. Repeat the process until the end of fill.
rachelshen
2016-08-23
0
1
No more~