gammapDer function

gammapDer: derivative of gammap

gammapDer: derivative of gammap

This is the gamma_p_derivative from the boost library

gammapDer(a, z)

Arguments

  • a: The numeric 'a' parameter in the upper incomplete gamma
  • z: The numeric 'z' parameter in the upper incomplete gamma

Returns

lowergamma results

Examples

gammapDer(1:3, 3) gammapDer(1, 1:3)

Author(s)

Matthew L. Fidler