Skip to content

Commit

Permalink
add several words about append function
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Apr 14, 2024
1 parent 51089b8 commit 5516f72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ the function with a specified order, where positive order represents derivatives
and negative order represents definite integrals.

We also allow user to specify the way they want to extrapolate by
matching the smoothness at the end knots.
matching the smoothness at the end knots. This is achieved by a class method
of `XFunction` called `append` that will slice two instances of `XFunction`
together.

With all of the above features, we created a easy to use spline
package for statistical model building, which has been widely used in
Expand Down

0 comments on commit 5516f72

Please sign in to comment.