This function is not called directly. It is only used to create the paretocounts() family option
in `brms`
Usage
paretocounts_lpdf_temp(Y, mu, vreal1, vreal2, vreal3)
Arguments
- Y
vector of data (individual body sizes)
- mu
exponent of the bounded power law
- vreal1
counts for each body size (numeric of integer)
- vreal2
xmin: the minimum body size of the sample or the minimum possible body size
- vreal3
xmax: the maximum body size of the sample or the maximum possible body size
Value
temporary function that is later vectorized using vectorize(paretocounts_lpdf_temp)