View source: R/distributionProfile.R
decreasing_smoother | R Documentation |
This smoother ensures a positive response that is a monotone decreasing function of x.
decreasing_smoother(x, y, k = 30, len = NULL, sp = NULL)
decreasingSmoother(x, y, k = 30, len = NULL, sp = NULL)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.