Description Usage Arguments Details Value Note Author(s) References Examples
mask the original data by noise
| 1 | mask(y, noisefile, noise = createNoise(length(y)), a1 = min(y), b1 = max(y), maxorder = 100, EPS = 1e-06)
 | 
| y | the original data | 
| noisefile | a file containing the information of noise | 
| noise | the noise used to mask data | 
| a1 | the a_basic mentioned in paper | 
| b1 | the b_basic mentioned in paper | 
| maxorder | the maximum order of moments used in the density approximant | 
| EPS | the criterion used in order selection | 
no details needed
| ystar  | masked data | 
| noisefile | a file containing the information of noise | 
no further notes
Mark and Yan-Xia
no reference
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.