dbeta_rcpp {momentuHMM} | R Documentation |
Probability density function of the beta distribution (written in C++)
Description
Probability density function of the beta distribution (written in C++)
Usage
dbeta_rcpp(x, shape1, shape2)
Arguments
x |
Vector of quantiles |
shape1 |
Shape1 |
shape2 |
Shape2 |
Value
Vector of densities
[Package momentuHMM version 1.5.5 Index]