*LINEAR_REGRESSION¶
Description: Linear Regression
Syntax:
linear_regression(independent,dependent,optimize,minimum,maximum,step,objective,order)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Independent | scalar | ||
2 | Dependent | scalar | ||
3 | Optimize | select | ||
4 | Minimum | scalar | ||
5 | Maximum | scalar | ||
6 | Step | scalar | ||
7 | Objective | select | ||
8 | Order | select |
ID | Name | Type | Remarks |
---|---|---|---|
1 | R2 of the Fit | scalar | |
2 | Optimum value | scalar | |
3 | Independents | keyvalue | |
4 | Dependents | keyvalue | |
5 | Error vs Dependents | vector |