{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / _initial_nodes_b

function

scipy.special._orthogonal:_initial_nodes_b

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

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 : int

Quadrature order

k : ndarray of type int

Index of roots to compute

Returns

xksq : ndarray

Square of the approximate root

See also

initial_nodes
roots_hermite_asy

Aliases

  • scipy.special._orthogonal._initial_nodes_b