| MMAD | R Documentation |
This function allows the user to maximize the target function f(\boldsymbol{\theta}) using MM algorithm with AD technology.
MMAD(Function_obj, init, tol = 1e-04)
Function_obj |
An R list depicting the target function. |
init |
The initial value |
tol |
The tolerance for convergence detection (default: |
The maximizer
\widehat{\boldsymbol{\theta}}=\arg\max_{\boldsymbol{\theta} \in\Theta }f(\boldsymbol{\theta}).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.