lpdf$optcg | R Documentation |
lpdf$optcg(tol,epoch)
This optimizes the coefficient vector coeff
using conjugate gradient.
It currently is designed only for quadratic lpdf
instances.
tol |
A positive double representing tolerance, default is
|
epoch |
A positive integer representing the maximum number of steps conjugate gradient will take. |
nothing is returned, the class instance is updated
lpdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.