SciPy.org SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17

The ppform of the piecewise polynomials is given in terms of coefficients and breaks. The polynomial in the ith interval is x_{i} <= x < x_{i+1}

S_i = sum(coefs[m,i]*(x-breaks[i])^(k-m), m=0..k) where k is the degree of the polynomial.

Method summary

Methods