Description Usage Arguments Value See Also Examples
Compute the product of ratioBeta
and
kummer
functions with a specific set of arguments
1 2 |
alpha |
non-negative numeric vectors |
beta |
non-negative numeric vectors |
lambda |
numeric vector |
n |
non-negative integer vector |
relTol |
relative tolerance in the computation of the |
nThreads |
number (default the number of all cores, including logical cores) to use for computation |
Phi
returns
\frac{B(alpha + m, beta + n)}{B(alpha, beta)}\cdot {}_{1}F_{1}(lambda; alpha; beta), where
{}_{1}F_{1} stands for the confluent hypergeometric function
The lengths of the input vectors must be all equal except when their length is 1, which are
recycled. Otherwise NA
s are produced.
ratioBeta
, kummer
for related functions.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.