Expand description
Function-on-scalar regression and functional ANOVA.
Predicts a functional response from scalar/categorical predictors:
X_i(t) = μ(t) + Σⱼ βⱼ(t) · z_ij + ε_i(t)§Methods
fosr: Penalized function-on-scalar regression (pointwise OLS + smoothing)fanova: Functional ANOVA with permutation-based global testpredict_fosr: Predict new curves from fitted model
Structs§
- Fanova
Result - Result of functional ANOVA.
- Fosr
FpcResult - Result of FPC-based function-on-scalar regression.
- Fosr
Result - Result of function-on-scalar regression.
Functions§
- fanova
- Functional ANOVA: test whether groups have different mean curves.
- fosr
- Penalized function-on-scalar regression.
- fosr_
fpc - FPC-based function-on-scalar regression.
- predict_
fosr - Predict new functional responses from a fitted FOSR model.