R/smooth.fdPar.R

Defines functions smooth.fdPar

Documented in smooth.fdPar

smooth.fdPar <- function(fdobj, Lfdobj=NULL,
         lambda=1e-4, estimate=TRUE, penmat=NULL){
##
## 1.  fdPar
##
  fdP <- fdPar(fdobj, Lfdobj=Lfdobj, lambda=lambda,
               estimate=estimate, penmat=penmat)
##
## 2.  smooth.fd
##
  return(smooth.fd(fdobj, fdP))
}
JamesRamsay5/fda documentation built on Nov. 30, 2024, 5:12 a.m.