expfit
Calculates the exponential regression equation y = a * exp(b * x) that fits inputted nodes (x,y).
Arguments
- Input matrix m
Output
Expression a * exp(b * x)
Examples
Calculates the exponential regression equation y = a * exp(b * x) that fits inputted nodes (x,y).
Expression a * exp(b * x)