estimateInitialGuessCircle {conicfit} | R Documentation |
Estimate Initial Guess Circle values
Description
estimateInitialGuessCircle
estimates initial guess values
for the center and radius of the circle
Usage
estimateInitialGuessCircle(XY)
Arguments
XY |
array of sample data |
Value
vector(a , b , R) |
vector with the estimates for the circle: center (a,b) and radius R |
Author(s)
Jose Gama
Examples
xy<-calculateCircle(0,0,200,50,randomDist=TRUE,noiseFun=function(x) (x+rnorm(1,mean=0,sd=50)))
estimateInitialGuessCircle(xy)
[Package conicfit version 1.0.4 Index]