0

I need little help. I have calculated the parameters with non linear estimation. Now, I need to calculate the 95% confidence interval for calculated parameters. How I can obtain the 95% confidence interval using Statistica for Windows ? Or any other recommendations how I can calculate the 95 % confidence interval.

Thanks in advance.

Toni N
  • 23
  • 2

2 Answers2

0

You can use excel, not sure how it is done in Statistica:

CONFIDENCE(alpha,std-dev,number)

In this case alpha is .05.

The result of that is added and subtracted to give you your interval.

Pete B.
  • 3,188
  • 6
  • 25
  • 38
0

The confidence intervals may not be well-defined, depending on the structure of the model. Simulation is the only general approach. You can get the variance/covariance matrix for the parameters though, and derive a confidence ellipse from that.

swn1
  • 39
  • 3