Skip to content

Commit

Permalink
getting ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Dec 10, 2024
1 parent d534336 commit cdc2d0a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ The function `ssd_fit_burrlioz()` was added to approximate the behaviour of [Bur
Hazard concentration estimation is performed by `ssd_hc()` (which is wrapped by `predict()`) and hazard protection estimation by `ssd_hp()`.
By default confidence intervals are estimated by parametric bootstrapping.

To reduce the time required for bootstrapping, parallelization was implemented using the [future](https://github.com/HenrikBengtsson/future) package.
To reduce the time required for bootstrapping, parallelization was implemented using the [future](https://github.com/futureverse/future) package.

The following arguments were added to `ssd_hc()` and `ssd_hp()`

Expand Down
4 changes: 0 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@
> libs 16.9Mb
The large size of these sub-directories is necessary.

## CRAN Package Check Results for Package

Fixed M1mac issue.
Binary file modified data/boron_pred.rda
Binary file not shown.
Binary file modified data/dist_data.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/additional-technical-details.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ knitr::opts_chunk$set(

The ssdtools package uses the method of Maximum Likelihood (ML) to estimate parameters for each distribution that is fit to the data.
Statistical theory says that maximum likelihood estimators are asymptotically unbiased, but does not guarantee performance in small samples.
A detailed account of the issue of small sample bias in estimates can be found in the following [pdf](https://github.com/bcgov/ssdtools/blob/master/vignettes/small-sample-bias.pdf).
A detailed account of the issue of small sample bias in estimates can be found in the small sample size vignette.

## Investigations into setting minimum sample sizes for uni-modal and bi-modal distributions in ssdtools

Expand Down

0 comments on commit cdc2d0a

Please sign in to comment.