SciPy

This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.0).

scipy.special.pbdv

scipy.special.pbdv(v, x) = <ufunc 'pbdv'>

Parabolic cylinder function D

Returns (d, dp) the parabolic cylinder function Dv(x) in d and the derivative, Dv’(x) in dp.

Returns:

d

Value of the function

dp

Value of the derivative vs x

Previous topic

scipy.special.hyp3f0

Next topic

scipy.special.pbvv