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