lp_fit_Spline | R Documentation |
Estimate the spline coefficients of the tensor product spline by minimizing
\sum_{i=1}^N|x_i-\phi(u)^TX\psi(y_i)|,
under monotonicity constraint (non-negative partial derivatives).
lp_fit_Spline(
u,
v,
w,
G = TRUE,
type = "b",
splines_control = splines.control()
)
u |
vector of latent uniform(0,1) variable. |
v |
uniform(0,1) vector of error. |
w |
uniform(0,1) vector of observation. |
G |
if |
type |
specify spline basis, either |
splines_control |
control (see |
A matrix of spline coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.