Description Usage Arguments Value Examples
Solve the positively constrained least squares problem with 1 explanatory variable
1 | pcls1(X, Y)
|
X |
a list containing the explanatory variable |
Y |
a list containing the response vector |
a list containing the optimal parameter and the Lagrange multiplier
1 | results <- pcls1(X = data.frame(runif(5)), Y = data.frame(1:5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.