myNRML | R Documentation |
Newton-Raphson
myNRML(x0, delta = 0.001, llik, xrange, parameter = "param")
x0 |
initial root guess |
delta |
acceptable difference |
llik |
likelihood function |
xrange |
sets the range of x |
parameter |
sets the parameter |
root estimated by Newton Raphson estimation
myNRML(x0=1,delta=0.000001,llik=function(x) log(dpois(12,x)*dpois(10,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.