This repository contains didactic material on Functional PCA, Landmark Registration and Generalised Additive Models (GAMs).
Scripts are found in the scripts/ folder. They require the following packages:
- for FPCA and landmark registration:
fda
,funData
,MFPCA
,landmarkregUtils
- for GAMs:
mgcv
,itsadug
The package landmarkregUtils
is available on GitHub here.