astar_1, bstar_n {OrdMonReg} | R Documentation |
Computes explicitly known values of the estimates in the two ordered functions antitonic regression problem
Description
These functions compute the values and
, the value of the estimate of the
upper function at
and the value of the lower estimated function at
in the two ordered
antitonic regression functions problem. These values can be computed via explicit formulas, unlike the values at
, which are received via a projected subgradient algorithm. However,
enters this algorithm as an auxiliary quantity.
Usage
astar_1(g1, w1, g2, w2)
bstar_n(g1, w1, g2, w2)
Arguments
g1 |
Vector in |
w1 |
Vector in |
g2 |
Vector in |
w2 |
Vector in |
Value
Values of and
are returned.
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 monotone regression curves. Preprint.
See Also
This function is used by BoundedAntiMeanTwo
.