Description Usage Arguments Details Value
A Newton iteration approach to solve $psi'(alpha_0) = c$, where $psi(x)$ and $psi'(x)$ denote the digamma and trigamma functions, respectively.
1 |
c |
The scalar constant $c$ in the target equation $psi'(alpha_0) = c$ |
eps |
tolerance |
We apply the Newton iteration approach to solve $psi'(alpha_0) = c$. In the initial iteration, we set $alpha^(0)_0=0.5+1/a$. In the $k$th iteration, we let $alpha^(k+1)=alpha^(k)+psi'(alpha^(k))1 - psi'(alpha^(k))/a}/ psi”(alpha^(k))$. The Newton iteration stops until $|alpha^(k+1)-alpha^(k)|/alpha^(k) < epsilon$, where $epsilon$ is a small positive number.
y |
Solution to the target euqtion |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.