View source: R/monotonicity-contraints.R
| cns_one_point | R Documentation | 
Set of constraints which must all be negative to ensure an increasing quantile function, when adding one additional point to a spline.
cns_one_point(x0, x1, y0, y1, s0, s1, a0, a1, x_new, y_new, s_new, a_new)
x0 | 
 Lower bound of the interval.  | 
x1 | 
 Upper bound of the interval.  | 
y0 | 
 Value of the first spline at   | 
y1 | 
 Value of the first spline at   | 
s0 | 
 Slope of the first spline at   | 
s1 | 
 Slope of the first spline at   | 
a0 | 
 Second derivative of the first spline at   | 
a1 | 
 Second derivative of the first spline at   | 
x_new | 
 The position of the additional point.  | 
y_new | 
 The value of the second spline at the additional point.  | 
s_new | 
 The slope of the second spline at the additional point.  | 
a_new | 
 The second derivative of the second spline at the additional point.  | 
Thomas Blanchet, Juliette Fournier, Thomas Piketty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.