powregcoef
Calculates the power regression coefficients that satisfy the equation y = b0 * x^b1 for every node (x,y).
Arguments
- Input matrix m with possitive values
Output
Vector of coefficients [b0,b1]
Examples

Calculates the power regression coefficients that satisfy the equation y = b0 * x^b1 for every node (x,y).
Vector of coefficients [b0,b1]