Hi everyone,
How do I calculate the roots of a function in JSL for confidence intervals?
I have a special case, where I need to calculate confidence Intervals which aren't implemented in JMP.
Using the Wilks theorem, I want to calculate confidence intervalls by calculating the roots of the following function:
f(x)=-2log(Likelihood(x|Data))-ChiSquare Quantile( 1-alpha, 1).
Where x is a real number and the Data is a univariate sample
Is there any build in JSL function I can use? Or at least something similar?
I couldn`t find anything on the web or in the scripting index.
I would really appreciate some suggestions.
Thanks in advance