{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / PPoly / from_bernstein_basis

classmethod

scipy.interpolate._interpolate:PPoly.from_bernstein_basis

source: /scipy/interpolate/_interpolate.py :1279

Summary

Construct a piecewise polynomial in the power basis from a polynomial in Bernstein basis.

Parameters

bp : BPoly

A Bernstein basis polynomial, as created by BPoly

extrapolate : bool or 'periodic', optional

If bool, determines whether to extrapolate to out-of-bounds points based on first and last intervals, or to return NaNs. If 'periodic', periodic extrapolation is used. Default is True.

Aliases

  • scipy.interpolate.PPoly.from_bernstein_basis