Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ grad_inc_beta() [3/3]

void stan::math::grad_inc_beta ( var g1,
var g2,
const var a,
const var b,
const var z 
)
inline

Gradient of the incomplete beta function beta(a, b, z) with respect to the first two arguments.

Uses the equivalence to a hypergeometric function. See http://dlmf.nist.gov/8.17#ii

Parameters
[out]g1d/da
[out]g2d/db
[in]aa
[in]bb
[in]zz

Definition at line 37 of file grad_inc_beta.hpp.