myNRML | R Documentation |
Maximum Likelihood using Newton-Raphson Algorithm on the derivative
myNRML(x0, delta = 0.001, llik, xrange, parameter = "param")
x0 |
initial x-value for algorithm |
delta |
delta for algorithm, default 0.001 |
llik |
likelihood function |
xrange |
x range for algorithm |
parameter |
parameter of interest to the lfun function |
From: MATH 4753 Lab 10
a list containing: x values from algorithm y values from algorithm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.