I am trying to fit Hill equation
y=Vmax X^n/((K^n+X^n))
when n is >0, it is fitting fine,
but when n = -1 , or some number < 0, it can not fit. It shows:
"Fit did not converge - mutual dependency exists between parameters. You may have overparameterized the fitting function. Fixing one of them may eliminate this problem."
and give me a horizontal line Please help me , what is the problem with the fitting ? ( I did not change anything with the function) |