estimateInitialGuessCircle: Estimate Initial Guess Circle values

Description Usage Arguments Value Author(s) Examples

Description

estimateInitialGuessCircle estimates initial guess values for the center and radius of the circle

Usage

1

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

1
2
xy<-calculateCircle(0,0,200,50,randomDist=TRUE,noiseFun=function(x) (x+rnorm(1,mean=0,sd=50)))
estimateInitialGuessCircle(xy)

conicfit documentation built on May 2, 2019, 3:11 a.m.