View source: R/calcGammaPDFs.R
pdf_dz | R Documentation |
Function to evaluate the pdf for molt increment parameterized by the mean and scale.
pdf_dz(dz, mnDZ, beta)
dz |
: the molt increment |
mnDZ |
: the mean molt increment |
beta |
: the gamma distribution scale parameter |
Uses pdf_gamma to calculate the pdf, where
\alpha
(the shape parameter) is given by
\alpha = \frac{mnDZ}{\theta}
and \theta
(the scale parameter) is beta
value of the corresponding value of the gamma distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.