{ } Raw JSON

bundles / scipy latest / scipy / special / _orthogonal / _pbcf

function

scipy.special._orthogonal:_pbcf

source: /scipy/special/_orthogonal.py :1064

Signature

def   _pbcf ( n theta )

Summary

Asymptotic series expansion of parabolic cylinder function

Extended Summary

The implementation is based on sections 3.2 and 3.3 from the original paper. Compared to the published version this code adds one more term to the asymptotic series. The detailed formulas can be found at [parabolic-asymptotics]. The evaluation is done in a transformed variable where and .

Parameters

n : int

Quadrature order

theta : ndarray

Transformed position variable

Returns

U : ndarray

Value of the parabolic cylinder function .

Ud : ndarray

Value of the derivative of the parabolic cylinder function.

See also

roots_hermite_asy

Aliases

  • scipy.special._orthogonal._pbcf