Releases: pglpm/prova
Release list
Prova v1.8.1
Prova v1.8.0
- The package does not require the package 'extraDistr' any longer.
- Internal changes to some functions.
- Improved and more consistent digit-rounding system for print() output of probabilities.
- Fixed some bugs in the use of Pr() with base-rate correction (non-null argument 'priorY').
- Introduced a print() method for mutual-information objects.
- Improved print() display for probability and mutual-information objects.
- Re-tested some functions.
Prova v1.7.0
Prova v1.7.0
-
The package does not require the package 'extraDistr' any longer.
-
Internal changes to some functions.
-
Improved and more consistent digit-rounding system for print() output of "probability" objects.
-
Fixed some bugs in the use of Pr() with base-rate correction.
-
Introduced a print() method for mutual-information objects.
-
Improved print() display for probability and mutual-information objects.
Prova v1.2.0
Prova v1.2.0
- The function
mutualinfo()now only outputs the mutual information (and not conditional entropies or entropies), but it also outputs the "revisability" of the values in view of a much larger dataset.
-
New functions
plot.MI()andprint.MI()for plotting and printing mutual information and its revisability. -
Slight changes in plotting and printing outputs.
-
The vignette about mutual information now has an additional section about the revisability of mutual information.
- Small internal changes in how synthetic datapoints are generated.
Prova v1.0.5
-
Corrected a bug affecting computation of probabilities for censored, non-rounded variates.
-
Corrected a bug affecting computation of cumulative probabilities ('tails =' argument) of ordinal variates.
-
Corrected typos in documentation.
Prova v1.0.0
- Improved documentation, also of internal functions.
- Introduced argument
verbose =in several function, so as to show information to console only if the user so desires. This argument isFALSEfor all functions exceptlearn(). - Added example of imputation in vignette.
- Rewritten README with description of the package's main features.
- Cleaned up code.