| beta | R Documentation |
Computed as exp(lbeta(a, b)).
beta(a, b)
## S4 method for signature 'numeric,numeric'
beta(a, b)
## S4 method for signature 'ANY,ANY'
beta(a, b)
a |
A numeric or dual value. |
b |
A numeric or dual value. |
beta(a, b) with derivative.
beta(2, 3)
a <- dual_variable(2)
value(beta(a, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.