compute1F1AllVersions: Computes 6 equivalent forms of the confluent hypergeometric...

View source: R/tTest.R

compute1F1AllVersionsR Documentation

Computes 6 equivalent forms of the confluent hypergeometric function 1f1

Description

Repeated calls of genhypergeo, which provides further details.

Usage

compute1F1AllVersions(U, L, z, tol = 0, maxiter = 2000)

Arguments

U

Upper arguments respectively (real or complex)

L

Lower arguments respectively (real or complex)

z

Primary complex argument

tol

tolerance with default zero meaning to iterate until additional terms to not change the partial sum

maxiter

Maximum number of iterations to perform

Value

a vector

Examples

compute1F1AllVersions(U=-359, L=1/2, z=-0.1891234)

safestats documentation built on Sept. 6, 2026, 1:06 a.m.