From 4bc8514c079f018f5d1ded11c748e2c6db847d47 Mon Sep 17 00:00:00 2001 From: "J. Derek Tucker" Date: Thu, 15 Aug 2024 08:48:25 -0600 Subject: [PATCH] add man file --- man/predict.jfpcah.Rd | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 man/predict.jfpcah.Rd diff --git a/man/predict.jfpcah.Rd b/man/predict.jfpcah.Rd new file mode 100644 index 0000000..33c960b --- /dev/null +++ b/man/predict.jfpcah.Rd @@ -0,0 +1,30 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/predict.jfpcah.R +\name{predict.jfpcah} +\alias{predict.jfpcah} +\title{Elastic Prediction for functional PCA} +\usage{ +\method{predict}{jfpcah}(object, newdata = NULL, ...) +} +\arguments{ +\item{object}{Object of class inheriting from "jointFPCA"} + +\item{newdata}{An optional matrix in which to look for functions with which to predict. If omitted, the original functions are used.} + +\item{...}{additional arguments affecting the predictions produced} +} +\value{ +Returns a matrix +\item{a}{principle coefficients} +} +\description{ +This function performs projection of new functions on fPCA basis +} +\references{ +Tucker, J. D., Wu, W., Srivastava, A., +Generative Models for Function Data using Phase and Amplitude Separation, +Computational Statistics and Data Analysis (2012), 10.1016/j.csda.2012.12.001. +} +\keyword{alignment} +\keyword{regression} +\keyword{srvf}