pdf_dz: Evaluate a gamma pdf for _molt increment_ parameterized by...

View source: R/calcGammaPDFs.R

pdf_dzR Documentation

Evaluate a gamma pdf for molt increment parameterized by mean and scale

Description

Function to evaluate the pdf for molt increment parameterized by the mean and scale.

Usage

pdf_dz(dz, mnDZ, beta)

Arguments

dz

: the molt increment

mnDZ

: the mean molt increment

beta

: the gamma distribution scale parameter

Details

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

value of the corresponding value of the gamma distribution


wStockhausen/tcsamFunctions documentation built on Jan. 28, 2024, 9:01 a.m.