F distribution on the 41C
|
12-25-2015, 02:54 PM
(This post was last modified: 12-25-2015 03:00 PM by Dieter.)
Post: #39
|
|||
|
|||
RE: F distribution on the 41C
(12-21-2015 07:24 PM)Dieter Wrote: This is what I currently use in Excel for calculating the upper F integral. Addendum: here is a slightly more compact version of the regularized Beta function. While in the previous implementation one loop calculates both the odd and even terms of the continued fraction, here is a version that computes them separately: Code: Function ibeta(ByVal x, ByVal a, ByVal b) In this particular case I think the underflow tests (if abs(x)<tiny then x=tiny) follow an addition of 1, so maybe they can be replaced with "if x=0 then...". Maybe the floating point experts can comment on this. Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 12 Guest(s)