Releases: koenderks/jfa
Releases · koenderks/jfa
CRAN-v0.3.1
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()
andevaluation()
functions against benchmarks.
CRAN-v0.3.0
jfa 0.3.0
New features
- Implemented the argument
counts
in theevaluation()
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
jfa 0.2.0
New features
- Implemented prior construction methods
none
,median
,hypotheses
,sample
, andfactor
in theauditPrior()
function. In addition to the already supportedarm
method, these methods allow the auditor to incorporate more sources of audit information into the prior distribution. - Implemented
minPrecision
argument in theplanning()
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 theevaluation()
function as a requirement to approve the population. - Return the value
mle
from theevaluation()
function, which quantifies the most likely error. Also return the value of theprecision
from this function. - Implemented
increase
argument in theplanning()
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
jfa 0.1.0
New features
- First version of the
jfa
package. The package provides four functions:auditPrior()
,planning()
,sampling()
, andevaluation()
.