-
Notifications
You must be signed in to change notification settings - Fork 0
Manual Regression
[[TOC]]
A manual regression allows to calculate a linear regression on the data using a subset of points from the measurement. This calculation is performed on a log scale.
To start the user should navigate to the measurement's detail page from an existing project.
To perform a manual linear regression on measurement data the user should navigate to a measurement's detail page

The user should select two or more points from the data table.
To select points the user should use the mouse and click on the points that will be used in the linear regression.
In order to select multiple points the user should click on two (or more) different entries on the table by either:
- Press the "shift" key to select sequential points;
- Press the "ctrl" key to select specific points.


The chart below the table shows a live preview of the linear regression, as well as the μmax for the regression.
y = a + μ*x
The preview is updated as the selected points change.

Click on "Save regression" button
