Constraint<'a> Type

Defines if regression function should pass any specific point.

Union cases

Union case Description

RegressionThroughOrigin

Full Usage: RegressionThroughOrigin

The regression line must go through the origin (0,0)

RegressionThroughXY 'a

Full Usage: RegressionThroughXY 'a

Parameters:
    Item : 'a

The regression line must go through a specified point, defined as float*float tuple ('xCorrdinate*'yCoordinate)

Item : 'a

Unconstrained

Full Usage: Unconstrained

No constraints are given.