lpc()
function argument.lpc.control(iter =100, boundary = 0.005, convergence.at =0.00001,
pruning.thresh=0.0, rho0=0.4, cross=TRUE)
iter
iterations.control
argument of the lpc
function.[2] Einbeck, J. and Zayed, M. (2011). Some asymptotics for localized principal components and curves. Working paper, Durham University. Unpublished.
data(calspeedflow)
fit1 <- lpc(calspeedflow[,c(3,4)], x0=c(50,60),scaled=TRUE,
control=lpc.control(iter=20, boundary=0))
plot(fit1, type=c("curve","start","mass"))
Run the code above in your browser using DataLab