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