Click or drag to resize

SpecialFunctionsGeneralizedHypergeometric Method

A generalized hypergeometric series is a power series in which the ratio of successive coefficients indexed by n is a rational function of n. This is the most common pFq(a1, ..., ap; b1,...,bq; z) representation see: https://en.wikipedia.org/wiki/Generalized_hypergeometric_function

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GeneralizedHypergeometric(
	double[] a,
	double[] b,
	int z
)

Parameters

a  Double
The list of coefficients in the numerator
b  Double
The list of coefficients in the denominator
z  Int32
The variable in the power series

Return Value

Double
The value of the Generalized HyperGeometric Function.
See Also