CVB.Net 14.0
Regression Class Reference

Various regression functions. More...

Static Public Member Functions

static Circle Circle (ICollection< IPosition > points)
 Create a circle, that fits best into a collection of points. More...
 
static Ellipse Ellipse (ICollection< IPosition > points)
 Create an ellipse, that fits best into a collection of points. More...
 
static Line Line (ICollection< IPosition > points)
 Create a line, that fits best into a collection of points. More...
 

Detailed Description

Various regression functions.

Member Function Documentation

◆ Circle()

static Circle Circle ( ICollection< IPosition points)
static

Create a circle, that fits best into a collection of points.

Parameters
pointsPoints to fit circle in.
Returns
Circle object.
Exceptions
ArgumentNullExceptionIf points is null.

◆ Ellipse()

static Ellipse Ellipse ( ICollection< IPosition points)
static

Create an ellipse, that fits best into a collection of points.

Parameters
pointsPoints to fit the ellipse in.
Returns
Ellipse object.
Exceptions
ArgumentNullExceptionIf points is null.

◆ Line()

static Line Line ( ICollection< IPosition points)
static

Create a line, that fits best into a collection of points.

Parameters
pointsPoints to fit the line in.
Returns
Line object.
Exceptions
ArgumentNullExceptionIf points is null.