Distribution function of the non central F-distribution
doublyF_opt(x, df1, df2, lambda1, lambda2, acc = 100, ex = 5)
x
: quantile, a single numeric valuedf1
: first degree of freedom, a single integer valuedf2
: second degree of freedom, a single integer valuelambda1
: first non centrality parameter, a single numeric valuelambda2
: second non centrality parameter, a single numeric valueacc
: accuracy; last index of the approximation of the infinite sumex
: exactness; break early, if the summands are smaller than 10^(-ex)
Probability of observing a value larger than x
Useful links