expfit

Calculates the exponential regression equation y = a * exp(b * x) that fits inputted nodes (x,y).

Arguments

  1. Input matrix m

Output

Expression a * exp(b * x)

Examples

expfit