Description Usage Arguments See Also Examples
Structured sparse Cholesky factor leading to constant variance
1  | strucMatrixConstVarChol(sdVal, offDiagVals)
 | 
sdVal | 
 standard deviation of crossproduct of the result factor  | 
offDiagVals | 
 off diagonal values of the Cholesky factor  | 
Other strucMatrixSpecial: strucMatrixBlank;
strucMatrixCol;
strucMatrixCompSymm;
strucMatrixCorFactor;
strucMatrixCorMatChol;
strucMatrixDiag;
strucMatrixExpChol;
strucMatrixFull;
strucMatrixGenFullTri;
strucMatrixIdent;
strucMatrixInd;
strucMatrixOneOffDiag;
strucMatrixOnes;
strucMatrixSymm;
strucMatrixTri;
strucMatrixVarWithCovariate
1 2  | set.seed(1)
(xConstVarChol <- strucMatrixConstVarChol(3, rnorm(choose(5, 2))))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.