hankel.hankel.HankelTransform.xrange_approx

classmethod HankelTransform.xrange_approx(h, nu, k=1)[source]

Tuple giving approximate (min,max) x value evaluated by f(x/k).

Operates under the assumption that N = 3.2/h.

Parameters:

h : float

The resolution parameter of the Hankel integration

nu : float

Order of the integration/transform

k : array-like, optional

Scales for the transformation. Leave as 1 for an integral.

See also

See
meth:xrange (instance method) for the actual x-range under a given choice of parameters.