linfit
Calculates the linear regression equation y = b0 + b1 * x that fits inputted nodes (x,y).
Arguments
- Input matrix m
Output
Expression b0 + b1 * x
Examples
Calculates the linear regression equation y = b0 + b1 * x that fits inputted nodes (x,y).
Expression b0 + b1 * x