{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / hermitenorm

function

scipy.special._orthogonal:hermitenorm

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

Signature

def   hermitenorm ( n monic = False )

Summary

Normalized (probabilist's) Hermite polynomial.

Extended Summary

Defined by

is a polynomial of degree .

Parameters

n : int

Degree of the polynomial.

monic : bool, optional

If True, scale the leading coefficient to be 1. Default is False.

Returns

He : orthopoly1d

Hermite polynomial.

Notes

The polynomials are orthogonal over with weight function .

Aliases

  • scipy.special.hermitenorm