vec_gsl_hyp2f1_e {CLVTools} | R Documentation |
Calculate the hypergeometric 2f1 using the GSL library (gsl_sf_hyperg_2F1_e)
vec_gsl_hyp2f1_e(vA, vB, vC, vZ)
vA |
Vector of values for parameter a |
vB |
Vector of values for parameter b |
vC |
Vector of values for parameter c |
vZ |
Vector of values for parameter z |
List with vector of values and vector of gsl status codes