Description Usage Arguments Details Value Author(s) See Also Examples
fitting a distribution by polynomial curve fitting
1  | polyFit(DBdata, n)
 | 
DBdata | 
 input distribution dataset  | 
n | 
 the degree of polynomial functions  | 
The function fits distributions by polynomial curve fitting and returns a polynomial curve fitting function.
a polynomial curve fitting function
Qinxue Meng, Paul Kennedy
1 2  | # Calculating the polynomial curve fitting function of DArray1's distribution
DBdata1 = polyFit(DBdata1, 3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.