Find gamma so that squareroot of average squared distance of fitted
distribution and statements is equal to Delta
(using the
uniroot
function). This function is
not meant to be called by the user, unless one is familiar with the
source code.
min_abs(Delta, N, alpha, P, A, b, lb, ub, dplus = 0)
Returns gamma
Average root of squared error to be achieved with fitted distribution.
Matrix containing the B-spline basis functions evaluated at the elicited quantiles.
Vector giving the levels of the elicited quantiles.
Penalty matrix (called Omega in reference below).
Matrix and vector containing the specifying the constraints A'b >= 0.
lower and upper bound to search for gamma.
offset integral needed when divergence instead of entropy is used.
Bjoern Bornkamp
Bornkamp, B. and Ickstadt, K. (2009). A Note on B-Splines for Semiparametric Elicitation. The American Statistician, 63, 373--377
uniroot
, solve.QP