CHIINV error

A

Amy Bass

Hi - According to the Excel Help info, the CHIINV function should work with
degrees of freedom up to 10^10, but I get a #NUM error whenever the value is
greater than 1037. Example: CHIINV(0.95,1038) gives a #NUM error, as does
any other degrees of freedom value of 1038 or more. Can anyone help me with
this? (Am I doing something wrong?, or Is there a way to work around this
problem?) Thank you - Amy
 
J

Jerry W. Lewis

I presume that for df>10^10 Excel's code has a branch that explictly
returns an error. As you have discovered, even though the algorithm
tries to work, it overflows for much smaller df. Actually, there are
alternative formulas that improve as df increases, and achieve machine
accuracy long before df=10^10; see harlan's post and
http://www.library.adelaide.edu.au/digitised/fisher/281.pdf
for details.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CHIINV error 1
Apparent bug in CHIINV! 11
chiinv function error 1
CHIINV - Degree of freedom error 5
CHIINV 1
CHIINV 1
MS Project Import Error Row 1 Column 5 2
How to correct a #N/A in vlookup 1

Top