Subgradient {OrdMonReg} | R Documentation |
Computes a subgradient for the projected subgradient algorithm
Description
This function computes a subgradient of the function \Psi
.
Usage
Subgradient(b, g1, w1, g2, w2, B, Gsi)
Arguments
b |
Vector in |
g1 |
Vector in |
w1 |
Vector in |
g2 |
Vector in |
w2 |
Vector in |
B |
Value of |
Gsi |
Matrix in |
Value
The subgradient at b
.
Author(s)
Fadoua Balabdaoui fadoua@ceremade.dauphine.fr
http://www.ceremade.dauphine.fr/~fadoua
Kaspar Rufibach (maintainer) kaspar.rufibach@gmail.com
http://www.kasparrufibach.ch
Filippo Santambrogio filippo.santambrogio@math.u-psud.fr
http://www.math.u-psud.fr/~santambr/
References
Balabdaoui, F., Rufibach, K., Santambrogio, F. (2009). Least squares estimation of two ordered antitonic regression curves. Preprint.
See Also
This function is used by BoundedAntiMeanTwo
.