List of my modules...
Module: Linear_Regression
Description:
Performs a linear regression on a set of points, i.e. finds the line that minimises the sum of the squared distances of the points from the line.
A set of points (shown in brown) and the resulting line from the linear regression. The extremities of that line intersect the input bounding box (in blue).
Connections:
Points
[required]
The input point set, defined in a class HxCluster.
Ports:
Action button

Push this button to start the regression.
Commands:
Additional options can be accessed when typing in the console Linear_Regression COMMAND_NAME.
create
Runs the computation. Returns the name of the output, so it can be used in a script, such as set RESULT [Linear_Regression create].