grad_theta_MP.Rd
grad_theta_MP
calculates the value of the gradient of the beta-binomial log-likelihood function to theta
at given data points, while avoiding numerical mistakes (catastrophic cancellations) due to
extreme parameter values. This function is called by grad_theta
if necessary, and should not be called outside of this.
grad_theta_MP(ms, ns, piX, thetaX, NecPres)
Numeric vector. Vector of number of successes
Numeric vector. Vector of number of trials
Number. Probability of success; 0 >= piX >= 1
Number. Dispersion parameter; 0 >= thetaX > +Inf
Number. Necessary Precision, i.e. number of bits, for an accurate gradient calculatation, as determined by the function grad_pi
A numeric vector of the same length as ms and ns, containing the gradient to theta in the give data points