decreasing_smoother {trackeR} | R Documentation |
Smooth a decreasing function.
Description
This smoother ensures a positive response that is a monotone decreasing function of x.
Usage
decreasing_smoother(x, y, k = 30, len = NULL, sp = NULL)
decreasingSmoother(x, y, k = 30, len = NULL, sp = NULL)
Arguments
x |
The regressor passed on to the |
y |
The response passed on to the |
k |
Number of knots. |
len |
If |
sp |
A vector of smoothing parameters passed on to |
[Package trackeR version 1.6.0 Index]