Skip to content

Releases: koenderks/jfa

CRAN-v.0.5.0

04 Jan 15:17

Choose a tag to compare

jfa 0.5.0

New features

  • Add a function report() that automatically generates an audit report.

Major changes

  • Removed the sampling() function, which is now replaced entirely with the selection() function.
  • Changed the output of the evaluation() function when an estimator is used.

CRAN-v.0.4.0

30 Oct 15:46

Choose a tag to compare

jfa 0.4.0

New features

  • Added digits argument in the internal jfa:::print.jfaPrior(), jfa:::print.jfaPlanning(), jfa:::print.jfaSelection(), and jfa:::print.jfaEvaluation() functions to control rounding in printing.
  • Added description, statistics, specifics and hypotheses to the output of the auditPrior() function.
  • Added class jfaPosterior with print() and plot() methods.
  • Added expectedPosterior of class jfaPosterior to the output of the planning() function, includes description, statistics and hypotheses.
  • Added posterior of class jfaPosterior to the output of the evaluation() function, includes description, statistics and hypotheses.

Bug fixes

  • Implemented improved calculation of prior parameters in the auditPrior() function for method = median when expectedErrors > 0.

Major changes

  • Add a warning message to the sampling() function that it will be deprecated from 0.5.0 onward. You can use selection() instead, since sampling() causes namespace issues with other packages.

Minor changes

  • Changed the class jfaSampling to jfaSelection. This should not have any consequences.

CRAN-v0.3.1

12 Oct 18:38

Choose a tag to compare

jfa 0.3.1

Bug fixes

  • Fixed a bug in the planning() function that did not allow the user to plan for a monetary sample when their population size was too low.
  • Fixed a bug in the planning() function that did not allow the user to select a non-integer number of expected errors when there was a prior involved.

Minor changes

  • Added unit tests that regularly verify results of the planning() and evaluation() functions against benchmarks.

CRAN-v0.3.0

15 Sep 16:04

Choose a tag to compare

jfa 0.3.0

New features

  • Implemented the argument counts in the evaluation() function that quantifies how many times each observation should be evaluated due to being selected multiple times in the selection stage.

CRAN-v0.2.0

06 Aug 11:06

Choose a tag to compare

jfa 0.2.0

New features

  • Implemented prior construction methods none, median, hypotheses, sample, and factor in the auditPrior() function. In addition to the already supported arm method, these methods allow the auditor to incorporate more sources of audit information into the prior distribution.
  • Implemented minPrecision argument in the planning() function that allows auditors to calculate a sample size so that the difference between the posterior upper confidence bound and the most likely error is lower than the set minimum precision. Also implemented in the evaluation() function as a requirement to approve the population.
  • Return the value mle from the evaluation() function, which quantifies the most likely error. Also return the value of the precision from this function.
  • Implemented increase argument in the planning() function that allows the user to increase the sample size with a set amount each step of the iterations.

Minor changes

  • Implemented more efficient versions of the monetary unit sampling algorithms.
  • Changed the x-axis labels in the default plot to theta instead of misstatement.

CRAN v0.0.1

08 Jan 23:33

Choose a tag to compare

jfa 0.1.0

New features

  • First version of the jfa package. The package provides four functions: auditPrior(), planning(), sampling(), and evaluation().