mymaxlik | R Documentation |
to use with repeated sampling from same distribution
mymaxlik(lfun, x, param, ...)
lfun |
the logarithmic function to apply the x and parameters to |
x |
vector/matrix of samples |
param |
usually a sequence of numbers, with more numbers producing more refinement |
... |
special argument that can take additional arguments |
A function from Lab 10
i, parami, yi, slope, and a graphical solution for maximum likelihood
## Not run: y=c(3,3,4,3,4,5,5,4) mymaxlik(lfun=logbin, x=y, param=seq(0,1, length=1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.