doublyF_opt: Distribution function of the non central F-distribution

View source: R/doublyF.R

doublyF_optR Documentation

Distribution function of the non central F-distribution

Description

Distribution function of the non central F-distribution

Usage

doublyF_opt(x, df1, df2, lambda1, lambda2, acc = 100, ex = 5)

Arguments

x

quantile, a single numeric value

df1

first degree of freedom, a single integer value

df2

second degree of freedom, a single integer value

lambda1

first non centrality parameter, a single numeric value

lambda2

second non centrality parameter, a single numeric value

acc

accuracy; last index of the approximation of the infinite sum

ex

exactness; break early, if the summands are smaller than 10^(-ex)

Value

Probability of observing a value larger than x


randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.