Issue by spencerlyon2
Tuesday Aug 18, 2015 at 18:41 GMT
Originally opened as QuantEcon/CompEcon.jl#18
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.
Tuesday Aug 18, 2015 at 18:41 GMT
Originally opened as QuantEcon/CompEcon.jl#18
We need to make it clearer that in order to use a higher degree spline you need to produce
ydata forx = 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.