vec_gsl_hyp2f1_e: GSL Hypergeometric 2F1 for equal length vectors

View source: R/RcppExports.R

vec_gsl_hyp2f1_eR Documentation

GSL Hypergeometric 2F1 for equal length vectors

Description

Calculate the hypergeometric 2f1 using the GSL library (gsl_sf_hyperg_2F1_e)

Usage

vec_gsl_hyp2f1_e(vA, vB, vC, vZ)

Arguments

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

Value

List with vector of values and vector of gsl status codes


bachmannpatrick/CLVTools documentation built on Oct. 29, 2023, 2:16 p.m.