ifsp.cf {ifs}R Documentation

Calculates the main parameters of the IFS estimators

Description

Tool function to construct and find the solution of the minimization problem involving the quadratic form xQx+bxx'Qx + b'x. Not an optimal one. You can provide one better then this.

Usage

ifsp.cf(Q,b)

Arguments

Q

the matrix QQ of xQx+bxx'Qx + b'x

b

the vector bb of xQx+bxx'Qx + b'x

Value

p

the vector of the coefficients to be plugged into the IFS

References

Iacus, S.M, La Torre, D. (2005) Approximating distribution functions by iterated function systems, Journal of Applied Mathematics and Decision Sciences, 1, 33-46.

See Also

ifs


[Package ifs version 0.1.10 Index]