scoreComponent {OBRE} | R Documentation |
First component of the score function.
Description
The function evaluates the formula used to compute the first component of the score function. The missing elements are imputed with 0.
Usage
scoreComponent(nvData, nTheta1, nTheta2, lDensityExpr, nParIndex)
Arguments
nvData |
The vector of data. |
nTheta1 |
The first parameter. |
nTheta2 |
The second parameter. |
lDensityExpr |
The list of symbolic expressions of density, cumulative and derivatives. |
nParIndex |
Which component parameter needs to be calculated. |
Value
The first component of the score function.
[Package OBRE version 0.2-0 Index]