dweibull_rcpp {momentuHMM} | R Documentation |
Weibull density function
Description
Probability density function of the Weibull distribution (written in C++)
Usage
dweibull_rcpp(x, shape, scale)
Arguments
x |
Vector of quantiles |
shape |
Shape |
scale |
Scale |
Value
Vector of densities
[Package momentuHMM version 1.5.5 Index]