- Latest development version
- Added the
Func()
andMCFunc()
functions.
- Minor edits to setting seed.
- Added the
MCGeneric()
function.
- Addressed M1Mac CRAN build issues.
- Minor documentation edits.
- Added the
MCMI()
function.
- Minor refactoring of data generation functions.
- Added
decomposition
,pd
, andtol
arguments inMC()
.
- Random variates from the multivatiate normal distribution are generated using the Cholesky decomposition of the sampling variance-covariance matrix. Eigen decomposition is used when Cholesky decomposition fails.
NA
is returned if the calculation of the defined parameter fails inMC()
.NA
is returned if standardization fails inMCStd()
.- Added methods.
- Initial CRAN release.
- Initial CRAN submission.