The beta function (not the beta distribution) b(a,b)
can be computed when a
or b
or both are negative. However, in the implementation of R, only non-negative arguments are allowed.
Is there a way around this?
The beta function (not the beta distribution) b(a,b)
can be computed when a
or b
or both are negative. However, in the implementation of R, only non-negative arguments are allowed.
Is there a way around this?