bundles / scipy 1.17.1 / scipy / special / _orthogonal / _initial_nodes_b
function
scipy.special._orthogonal:_initial_nodes_b
Signature
def _initial_nodes_b ( n , k ) Summary
Gatteschi initial guesses
Extended Summary
Computes an initial approximation to the square of the kth (positive) root of the Hermite polynomial of order . The formula is the one from lemma 3.2 in the original paper. The guesses are accurate in the region just below .
Parameters
n: intQuadrature order
k: ndarray of type intIndex of roots to compute
Returns
xksq: ndarraySquare of the approximate root
See also
- initial_nodes
- roots_hermite_asy
Aliases
-
scipy.special._orthogonal._initial_nodes_b