numpy.polynomial.hermite_e.HermiteE.fromroots

static HermiteE.fromroots(roots, domain=[-1, 1], window=[-1, 1])

Return HermiteE instance with specified roots.

Returns an instance of HermiteE representing the product (x - r[0])*(x - r[1])*...*(x - r[n-1]), where r is the list of roots.

Parameters :

roots : array_like

List of roots.

Returns :

object : HermiteE instance

Series with the specified roots.

See also

hermefromroots
equivalent function

Previous topic

numpy.polynomial.hermite_e.HermiteE.fit

Next topic

numpy.polynomial.hermite_e.HermiteE.has_samecoef

This Page