Calculating roots of a function
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...