myNRML | R Documentation |
Newton-Raphson Function
myNRML(x0, delta = 0.001, llik, xrange, parameter = "param")
x0 |
the value of x at 1 |
delta |
used for a certain increment |
llik |
a value of likelihood |
xrange |
range of x values |
parameter |
a way to not hard code the x label |
a log likelihood curve and Newton-Raphson Algorithm curve
## Not run: myNRML(x0=1,delta=0.000001,llik=function(x) log(dpois(4,x)*dpois(6,x)*dpois(7,x)*dpois(6,x)*dpois(5,x)),xrange=c(0,20),parameter="lambda" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.