Description Usage Arguments Value References
R interface function for LINDO API function LSloadCorrelationMatrix
. For more information,
please refer to LINDO API User Manual.
1 2 | rLSloadCorrelationMatrix(model,nDim,nCorrType,nQCnnz,paiQCcols1,
paiQCcols2,padQCcoef)
|
model |
A LINDO API model object, returned by |
nDim |
Number of stochastic parameters involved in the correlation structure. |
nCorrType |
Correlation type. Possible values are:
|
nQCnnz |
Number of nonzero correlation coefficients. |
paiQCcols1 |
An integer array containing the first index of variable the correlation term belongs to. |
paiQCcols2 |
An integer array containing the second index of variable the correlation term belongs to. |
padQCcoef |
A double array containing the correlation terms. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.