View source: R/OBREMatMComputation.R
OBREMatMComputation | R Documentation |
The function evaluates integrals used to compute the M_1 and M_2 OBRE matrices. Element (1,1) uses argument (A,B,F); element (1,2) uses argument (B,D,E,F); elements (2,2) uses arguments (C,D,F).
OBREMatMComputation(
nvData,
nTheta1,
nTheta2,
lDensityExpr,
nCParOBRE,
matA,
nvA,
nK
)
nvData |
The vector of data. |
nTheta1 |
The first parameter. |
nTheta2 |
The second parameter. |
lDensityExpr |
List of symbolic expressions of density, cumulative and derivatives. |
nCParOBRE |
OBRE c parameter. |
matA |
Matrix A. |
nvA |
Vector a. |
nK |
Exponent which differentiate M_1 from M_2. |
OBRE M matrix (M_1 if nK = 1; M_2 if nK = 2).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.