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))
}

Try the fda package in your browser

Any scripts or data that you put into this service are public.

fda documentation built on May 31, 2023, 9:19 p.m.