encriptNoise: encript noise

Description Usage Arguments Details Value Note Author(s) References Examples

Description

to create a binary file for noise

Usage

1
encriptNoise(noise, a, b, maxorder, levels, EPS, noisefile)

Arguments

noise

noise used to mask data

a

lower boundary

b

upper boundary

maxorder

determine the maximum order of the moment in Provost

levels

levels for categorical variable

EPS

criterion used to stop the number of moments in provost

noisefile

a binary noise file

Details

no details required

Value

binary code

Note

no further notes

Author(s)

Mark and Yan-Xia

References

no reference

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

c2<-rnorm(100,0,1)
c2<-abs(c2)
a<-0
b<-2
maxorder<-10
lvls<-NULL
EPS<-1e-06
encriptNoise(c2,a,b,maxorder,lvls,EPS,"noisefile")

ElsevierSoftwareX/SOFTX-D-15-00040 documentation built on May 6, 2019, 3:25 p.m.