https://github.com/cran/fda
Revision ca5e2b4994971ec127b6a5ed2a08ce34abb2655c authored by J. O. Ramsay on 28 September 2021, 03:50:08 UTC, committed by cran-robot on 28 September 2021, 03:50:08 UTC
1 parent b359639
Raw File
Tip revision: ca5e2b4994971ec127b6a5ed2a08ce34abb2655c authored by J. O. Ramsay on 28 September 2021, 03:50:08 UTC
version 5.4.0
Tip revision: ca5e2b4
evaldiag.bifd.Rd
\name{evaldiag.bifd}
\alias{evaldiag.bifd}
\title{
  Evaluate the Diagonal of a Bivariate Functional Data Object
}
\description{
Bivariate function data objects are functions of
two arguments, $f(s,t)$.  It can be useful to evaluate
the function for argument values satisfying $s=t$, such
as evaluating the univariate variance function given the
bivariate function that defines the variance-covariance
function or surface.  A linear differential operator can
be applied to function $f(s,t)$ considered as a univariate
function of either object holding the other object fixed.
}
\usage{
evaldiag.bifd(evalarg, bifdobj, sLfd=int2Lfd(0), tLfd=int2Lfd(0))
}
\arguments{
\item{evalarg}{
a vector of values of $s = t$.
}
\item{bifdobj}{
a bivariate functional data object of the \code{bifd} class.
}
\item{sLfd}{
either a nonnegative integer or a linear differential operator
object.
}
\item{tLfd}{
either a nonnegative integer or a linear differential operator
object.
}
}
\value{
a vector or matrix of diagonal function values.
}
\seealso{
\code{\link{var.fd}},
\code{\link{eval.bifd}}
}
% docclass is function
\keyword{smooth}
back to top