Description Usage Arguments Details Value Author(s) See Also Examples
Loss function for the method of moments (type 1 discrete Weibull)
1 |
par |
vector of parameters q and β |
x |
the vector of sample values |
zero |
|
eps |
error threshold for the numerical computation of the expected value |
nmax |
maximum value considered for the numerical computation of the expected value |
The loss function is given by L(x;q,β)=[m_1-\mathrm{E}(X;q,β)]^2+[m_2-\mathrm{E}(X^2;q,β)]^2, where \mathrm{E}(\cdot) denotes the expected value, m_1 and m_2 are the first and second order sample moments respectively.
the value of the quadratic loss function
Alessandro Barbiero
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.