dbeta_rcpp: Probability density function of the beta distribution...

View source: R/RcppExports.R

dbeta_rcppR 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


momentuHMM documentation built on Nov. 25, 2025, 9:07 a.m.