View source: R/calcGammaPDFs.R
pdf_z | R Documentation |
Function to evaluate the pdf for post-molt size given pre-molt size, parameterized by the mean post-molt size and scale.
pdf_z(zp, z_, mnZ, beta)
zp |
: the post-molt size |
z_ |
: the pre-molt size |
mnZ |
: the mean post-molt size |
beta |
: the gamma distribution scale parameter |
Converts the post-molt size to molt increment and mean molt increment and uses pdf_dz to calculate the corresponding value of the pdf.
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.