Skip to content

Releases: pglpm/prova

Prova v1.8.1

Choose a tag to compare

@pglpm pglpm released this 21 Jul 08:56
  • Updated documentation and examples.

Prova v1.8.0

Choose a tag to compare

@pglpm pglpm released this 17 Jul 09:27
  • 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

Choose a tag to compare

@pglpm pglpm released this 15 Jul 20:39

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

Choose a tag to compare

@pglpm pglpm released this 13 Jul 12:56

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() and print.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

Choose a tag to compare

@pglpm pglpm released this 08 Jul 19:56
  • 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

Choose a tag to compare

@pglpm pglpm released this 01 Jul 12:46
  • 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 is FALSE for all functions except learn().
  • Added example of imputation in vignette.
  • Rewritten README with description of the package's main features.
  • Cleaned up code.

v0.9.0

Choose a tag to compare

@pglpm pglpm released this 25 Jun 18:26
  • Improved documentation, also of internal functions.
  • Removed unused functions.
  • Cleaned up code.

v0.7.0

Choose a tag to compare

@pglpm pglpm released this 23 Jun 20:24
  • Introduced the print() method for probability objects.
  • Slightly modified output of Pr() and related functions.
  • Added references.
  • Modified vignettes.

v0.6.5

Choose a tag to compare

@pglpm pglpm released this 22 Jun 07:37
  • Added examples to all functions visible to the user.
  • Fixed some bugs (in particular a bug that would allow the input of a non-existent nominal value giving erroneous probabilities).
  • Corrected typos.

v0.6.0

Choose a tag to compare

@pglpm pglpm released this 17 Jun 18:38

Renamed the package from inferno to Prova. It turns out, unsurprisingly, that the name "inferno" was already in use for several inference-related software packages of various kinds.