estimators 0.8.5
- Removed the “v function works” Dirichlet test that failed on MKL
until the reason of failure becomes clear.
 
estimators 0.8.3
- Updated missing return value in calculus.Rd documentation.
 
- Changed default plot save path to 
NULL. 
- Changed 
q2 function to qn. 
estimators 0.8.2
- Updated missing return values in documentation.
 
estimators 0.8.1
- Added support for S4 Distribution classes, therefore the distr
package is no longer a dependency (nor is it imported).
 
- Added moment functions for all distributions.
 
- Added new distributions.
 
estimators 0.7.3
- Removed dontrun from all examples.
 
- Resubmitted to CRAN.
 
estimators 0.7.2
- Updated DESCRIPTION.
 
- Added references.
 
- Removed dontrun from examples.
 
- Resubmitted to CRAN.
 
estimators 0.7.1
- Updated DESCRIPTION.
 
- Submitted to CRAN.
 
estimators 0.7.0
- Created the estim and avar functions that cover all distributions
and estimation methods.
 
- Added ll functions that calculate the log-likelihood to
provide support in the default R style.
 
- Added e functions that perform parameter estimation to
provide support in the default R style.
 
- Added v functions that calculate the estimator asymptotic
variance to provide support in the default R style.
 
- Removed the me2 and same2 estimators. Added “dirich” argument to the
MGamma me and same estimators.
 
- Moved package distr from Depends to Imports.
 
- Added testthat coverage.
 
- Ran rhub and devtools checks for cran release.
 
- Complied by goodpractice::gp().
 
estimators 0.6.0
- Added MGamma ME, SAME estimators.
 
- Upgraded acov, plot_acov to include covariances.
 
estimators 0.5.2
- Fixed a bug in dependencies.
 
estimators 0.5.1
- Fixed a bug in Description.
 
- Enriched the documentation.
 
- Complied by goodpractice::gp().
 
estimators 0.5.0
- Added a logo.
 
- Added metrics and plot_metrics.
 
- Added acov and plot_acov.
 
- Enriched the documentation.
 
estimators 0.4.0
- Added GitHub and documentation files.