stepNorm-internal: Internal stepNorm functions

Description Usage Details

Description

Internal stepNorm functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
calcEnp(X)
noFit(y.fun="maM", x.fun="maA")
medfit(x, y, subset=TRUE)
loessfit(x, y, span=0.4, subset=TRUE, degree=1, family="symmetric", 
		control=loess.control(trace.hat="approximate", iteration=5, surface="direct"),...)
rlmfit(x, y, subset=TRUE)
loess2Dfit(x1, x2, y, span=0.2, subset=TRUE, degree=1, family="symmetric",
            control=loess.control(trace.hat="approximate", iteration=5, surface="direct"),...)
aov2Dfit(x1, x2, y, subset=TRUE)
rlm2Dfit(x1, x2, y, subset=TRUE)
spatialMedfit(x1, x2, y, subset=TRUE, width = 11,  height = width)
MedianSmooth(m, width, height=width)
square(x)

Details

These are not to be called directly by the user.


stepNorm documentation built on Nov. 8, 2020, 6:19 p.m.