Description Usage Arguments Value Examples
Title
1 | myNRML(x0, delta = 0.001, llik, xrange, parameter = "param")
|
x0 |
initial x value |
delta |
threshold that stops iteration above y-axis |
llik |
log likelihood function |
xrange |
x-limits for curve |
parameter |
parameter of the log likelihood function |
plots the log likelihood function and newton-rapshon algorithm on the derivative
1 | ## Not run: myNRML(1, llik=llogpois, xrange=c(0,40), parameter="lambda")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.