Releases: mingzehuang/latentcor
Releases · mingzehuang/latentcor
Integrate code for interpolation from chebpol to enable approximation method.
- Add interpolation functions
ipol
into package to enable approximation method. Also export evaluation functionsevaluation
to help compare the accuracy betweenoriginal
andapprox
methods.
Temporarily disable approximation method
- Temporarily disable approximation method due to deprecation of dependent package "chebpol".
Minor Update
- Add user-defined
use.nearPD
, so that user can decide if latent correlation matrix should be adjusted to be positive definite automatically. - Remove redundant code for checking positive definiteness.
- Minor correction on types detection to accommodate
NA
values.
Initial release
- This is the initial release on Github.
- This will be second release on CRAN soon.