We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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].
y
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 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.
The text was updated successfully, but these errors were encountered: