evaluate.bmop: Evaluation of a bmop object

Description Usage Arguments Details Value References Examples

View source: R/1-base-functions.R

Description

Evaluation of a bmop object

Usage

1
evaluate.bmop(x, object, MIN = bmopPar()$MIN)

Arguments

x

numeric, vector, matrix

object

bmop object

MIN

numeric

Details

The deBoor algorithm is used, implemented in C.

Value

Numeric value (values) of the computed bspline at point (points) x.

References

Carl de Boor, On calculating with B-splines, Journal of Approximation Theory, Volume 6, Issue 1, July 1972, Pages 50-62, http://www.sciencedirect.com/science/article/pii/0021904572900809.

Examples

1
2
3
bmop<-bmop_fit(rnorm(100))
evaluate.bmop(0,bmop)
evaluate.bmop(c(-1,0,+1),bmop)

gherardovarando/Rbmop documentation built on May 17, 2019, 4:17 a.m.