dsbweibull | R Documentation |
Calculates size biased Weibull probability density - the underlying Weibull probability density when the likelihood of recording an observation is proportional to its value.
dsbweibull(x, lmean, lshape, log = FALSE, xlog = FALSE)
x |
A vector of positive numbers. |
lmean |
The mean of the distribution on the log scale. |
lshape |
The log shape parameter of the underlying Weibull distribution. |
log |
A logical indicating whether to return log densities. |
xlog |
A logical indicating whether to return densities for log transformed data. |
A vector of probability densities.
data(BCI_speed_data)
agoutiData <- subset(BCI_speed_data, species=="agouti")
dsbweibull(agoutiData$speed, 0, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.