BetaVariable.this

Constructs a `BetaVariable` with shape parameters `a` and `b`.

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