Releases: koenderks/jfa
Releases · koenderks/jfa
CRAN-v.0.5.0
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 theselection()function. - Changed the output of the
evaluation()function when an estimator is used.
CRAN-v.0.4.0
jfa 0.4.0
New features
- Added
digitsargument in the internaljfa:::print.jfaPrior(),jfa:::print.jfaPlanning(),jfa:::print.jfaSelection(), andjfa:::print.jfaEvaluation()functions to control rounding in printing. - Added
description,statistics,specificsandhypothesesto the output of theauditPrior()function. - Added class
jfaPosteriorwithprint()andplot()methods. - Added
expectedPosteriorof classjfaPosteriorto the output of theplanning()function, includesdescription,statisticsandhypotheses. - Added
posteriorof classjfaPosteriorto the output of theevaluation()function, includesdescription,statisticsandhypotheses.
Bug fixes
- Implemented improved calculation of prior parameters in the
auditPrior()function formethod = medianwhenexpectedErrors > 0.
Major changes
- Add a warning message to the
sampling()function that it will be deprecated from 0.5.0 onward. You can useselection()instead, sincesampling()causes namespace issues with other packages.
Minor changes
- Changed the class
jfaSamplingtojfaSelection. This should not have any consequences.
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
countsin 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, andfactorin theauditPrior()function. In addition to the already supportedarmmethod, these methods allow the auditor to incorporate more sources of audit information into the prior distribution. - Implemented
minPrecisionargument 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
mlefrom theevaluation()function, which quantifies the most likely error. Also return the value of theprecisionfrom this function. - Implemented
increaseargument 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
jfapackage. The package provides four functions:auditPrior(),planning(),sampling(), andevaluation().