This function is not intended for direct use. It attempts to generate an approximate fit of a data set to a hyperbola, returning a parameter set for use in intializing the main function conicFit
.
bootHyperbola(x, y = NULL, maxiter = 10000, ...)
the new 6-parameter set defining the non-rotated conic.
the new 6-parameter set defining the rotated conic.
the angle of rotation between ParA and ParAr
the information returned from optim
vector of x-values, or a Nx2 array of x and y values. In the latter case, the input y
is ignored.
vector of y-values.
A 'safety' limiter on the number of iterations to try before giving up.
possible other arguments to be passed to future upgrades
Carl Witthoft, carl@witthoft.com
fitConic