ifs.cf {ifs} | R Documentation |
Tool function to construct and find the solution of the minimization problem involving the quadratic form x'Qx + b'x. Not an optimal one. You can provide one better then this.
ifs.cf(Q,b)
Q |
the matrix Q of x'Qx + b'x |
b |
the vector b of x'Qx + b'x |
p |
the vector of the coefficients to be plugged into the IFS |