Calc std. dev. in nonlinear regression


mikkelix
04-20-2006, 09:53 AM
Hi
I'm doing nonlinear regression using my own vb.net code. I'm fitting the equation:Y=(Bmax*X)/(Kd*X) to experimental data containing X and Y.
My question is how can I calculate the standard deviation on the Bmax and Kd values from my regression analysis.
I need the standard deviation on Bmax and Kd to calculate the 95% conf. interval on Bmax and Kd.
Can anyone help me.

Thanks in advance