BetaVariable.this

Constructs a `BetaVariable` with shape parameters `a` and `b`. (community summary)

struct BetaVariable(T)
this
(
T a
,
T b
)
if (
isFloatingPoint!T
)