Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update extract_param() #172

Merged
merged 4 commits into from
Sep 5, 2023
Merged

Update extract_param() #172

merged 4 commits into from
Sep 5, 2023

Conversation

joshwlambert
Copy link
Member

This PR updates the extract_param() function and it's internal functions. It is based on comments raised in #151 and includes the development to include extraction of parameters for a normal distribution suggested in #157.

Changes to internal functions include:

  • reducing extract_param_percentiles() and extract_param_range() into .extract_param()
  • reducing the fit_function_gamma(), fit_function_lnorm(), fit_function_weibull() into fit_percentiles()
  • reducing the fit_function_gamma_range(), fit_function_lnorm_range(), fit_function_weibull_range() into fit_range()
  • removing optim_conv argument from check_optim_conv()

The vignettes are updated to make clear that extraction for normal distributions is now included in the package. The documentation and testing is updated as well.

@joshwlambert joshwlambert added the enhancement New feature or request label Sep 4, 2023
@joshwlambert joshwlambert merged commit 1bf05cf into main Sep 5, 2023
@joshwlambert joshwlambert deleted the updt_extract branch September 5, 2023 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant