Description Usage Arguments Value Examples
MLE is a fundamental estimation method of parameter, the function is working in condition that sample is independent identical distribution (iid)
1 |
n |
the numbers of data |
data |
which dim is n*p, p is the length of one sample |
stheta |
the vector with length p, the initial value of optimization function |
llm |
the function of likelihood of one sample and the parameter, input should be (parameter,sample) |
is.log |
logical; if TRUE, the return values of llm are given as log |
the MLE estimation of parameter
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.