span.TSestModel {curve} | R Documentation |
Calculate the dimension of the tangent space
## S3 method for class 'TSestModel' span(func, x=coef(func), method="Richardson", method.args=list(d=0.01, eps=1e-4, r=6, v=2), show.details=FALSE, compiled=.DSEflags()$COMPILED, Shape=TSmodel(func), data=TSdata(func), ...)
func |
a TSestModel object which is used as a function mapping coefficients (parameters) to residuals. |
x |
parameter vector first argument to function func indicating the point with respect to which the derivative is calculated. |
show.details |
logical indicating if detailed calculations should be shown. |
compiled |
use the compiled version of the code. (FALSE only for debugging.) |
method |
string indicating the numerical approximation method. |
method.args |
list with arguments to |
Shape |
a TSmodel in which the parameters should be used. |
data |
TSdata to use in teh evaluation. |
... |
additional arguments passed to |
See the generic function.
The singular values of the matrix of tangent vectors are returned.
If show.details is TRUE then intermediate calculations are printed.