Description Usage Arguments Value Author(s)
View source: R/algorithms__knots_check_boundary.R
Boundary check for the moving knots model It is easy to check with in 2D. But how to manage it in >3D space. Check if weather each dim if fit. The usual way shoud be check if new convex hull is same as the old convex hull by adding new data in. But that is always time comsumming. But if we know the boundary of each dimmesion, that can be easier.
1 | knots_check_boundary(P4X, method = "singular")
|
P4X |
NA |
method |
"character" |
... |
Input with respect to different methods. |
"character" "ok": the knots are at good position. "bad": bad knots locations.
Feng Li, Department of Statistics, Stockholm University, Sweden.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.