BetaGeoBetaBinomRV.R_op#
- BetaGeoBetaBinomRV.R_op(inputs, eval_points)#
Construct a graph for the R-operator.
This method is primarily used by
Rop
.- Parameters:
- inputs
The
Op
inputs.- eval_points
A
Variable
or list ofVariable
s with the same length as inputs. Each element ofeval_points
specifies the value of the corresponding input at the point where the R-operator is to be evaluated.
- Returns:
rval[i]
should
be
Rop(f=f_i(inputs), wrt=inputs, eval_points=eval_points)
.