Description Usage Arguments Value
View source: R/compak_lambdaZ.R
logZ
and logLambda
values are precomputed and stored in the pc_data
data frame. This function would retrieve it based on the mu
and nu
.
The values are computed based on integer-value of mu
>=1 and at a 0.1 grid of nu
.
1 | compak_lambdaZ(mu, nu)
|
mu |
numeric: a vector of integers that are greater than 1, representing the means |
nu |
numeric: a vector of positive numbers, representing the dispersion |
A list containing the following components:
logLambda |
a numeric vector of log-lambda values based on mu and nu. |
logZ |
a numeric vector of log-Z values based on mu and nu. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.