eval.bifd {fda} | R Documentation |
Evaluate a two-argument functional data object at specified argument values s and t.
eval.bifd(sevalarg, tevalarg, bifd, sLfd=0, tLfd=0)
sevalarg |
A vector of argument values for the first argument s of the functional data object to be evaluated. |
tevalarg |
A vector of argument values for the second argument t of the functional data object to be evaluated. |
bifd |
A two-argument functional data object. |
sLfd |
Either a nonnegative integer or a linear differential operator object. If present, the derivative or the value of applying the operator to the object as a function of the first argument s is evaluated rather than the functions themselves. |
tLfd |
Either a nonnegative integer or a linear differential operator object. If present, the derivative or the value of applying the operator to the object as a function of the second argument t is evaluated rather than the functions themselves. |
An array of 2, 3, or 4 dimensions containing the function values. The first dimension corresponds to the argument values in sevalarg, the second to argument values in tevalarg, the third if present to replications, and the fourth if present to functions.
eval.fd