Description Usage Arguments Value Author(s) References See Also
Solves the quadratic programming problem (9) of Hazelton and Turlach via a homotopy algorithm approach as described in Appendix B.
1 | solveqp(Qmat, bvec)
|
Qmat |
The matrix Q in equation (9a) of Hazelton and Turlach (2009) |
bvec |
The vector b in equation (9a) of Hazelton and Turlach (2009) |
The vector w that solves the quadratic problem (9).
Note, the entries in this vector add to one as the code works with a different parameterisation of the weight vector.
Berwin A Turlach Berwin.Turlach@gmail.com
Hazelton, M.L. and Turlach, B.A. (2009). Nonparametric density deconvolution by weighted kernel estimators, Statistics and Computing 19(3): 217–228. http://dx.doi.org/10.1007/s11222-008-9086-7.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.