6.5.1.2.1. statsmodels.sandbox.nonparametric.densityorthopoly.ChebyTPoly

class statsmodels.sandbox.nonparametric.densityorthopoly.ChebyTPoly(order)[source]

Orthonormal (for weight=1) Chebychev Polynomial on (-1,1)

Notes

integration requires to stay away from boundary, offsetfactor > 0 maybe this implies that we cannot use it for densities that are > 0 at boundary ???

or maybe there is a mistake close to the boundary, sometimes integration works.

__init__(order)[source]

6.5.1.2.1.1. Methods

__init__(order)