stepNorm-internal          package:stepNorm          R Documentation

_I_n_t_e_r_n_a_l _s_t_e_p_N_o_r_m _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     Internal stepNorm functions.

_U_s_a_g_e:

     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)

_D_e_t_a_i_l_s:

     These are not to be called directly by the user.

