QuantEcon / CompEcon.jl

Julia versions of the CompEcon routines by Miranda and Fackler.
BSD 3-Clause "New" or "Revised" License
47 stars 27 forks source link

DOC: usage of higher degree splines #18

Closed sglyon closed 8 years ago

sglyon commented 9 years ago

We need to make it clearer that in order to use a higher degree spline you need to produce y data for x = nodes(basis)[1].

Trying to use the initial nodes passed as the knot vector will not work because we pad the endpoints internally to preserve continuity at the borders.