pdf_z: Evaluate a gamma pdf for _post-molt size_ given pre-molt...

View source: R/calcGammaPDFs.R

pdf_zR Documentation

Evaluate a gamma pdf for post-molt size given pre-molt size, parameterized by the mean post-molt size and scale

Description

Function to evaluate the pdf for post-molt size given pre-molt size, parameterized by the mean post-molt size and scale.

Usage

pdf_z(zp, z_, mnZ, beta)

Arguments

zp

: the post-molt size

z_

: the pre-molt size

mnZ

: the mean post-molt size

beta

: the gamma distribution scale parameter

Details

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

value of the corresponding value of the gamma distribution


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