Description Usage Arguments Value Examples
Estimate a single parameter of a distribution using the Newton-Raphson Algorithm and method of maximum likelihood.
1 | myNRML(x0, delta = 0.001, llik, xrange, parameter = "param")
|
x0 |
Starting value for Newton-Raphson Algorithm. |
delta |
Smallest step size for Newton-Raphson Algorithm. |
llik |
Likelihood function for the parameter. |
xrange |
A list denoting the upper and lower limits of values between which the estimate will lie. |
parameter |
The label for the parameter to be estimated. |
Returns the values for each iteration of the algorithm, and prints graphs of the log likelihood and its derivative.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.