Breaking Changes
None
New Features
- Fix #468 - Add function
util_negative_binomial_aic()
to calculate the AIC for the negative binomial distribution. - Fix #470 - Add function
util_zero_truncated_negative_binomial_param_estimate()
to
estimate the parameters of the zero-truncated negative binomial distribution.
Add functionutil_zero_truncated_negative_binomial_aic()
to calculate the AIC for the zero-truncated negative binomial distribution.
Add functionutil_zero_truncated_negative_binomial_stats_tbl()
to create a summary table of the zero-truncated negative binomial distribution. - Fix #471 - Add function
util_zero_truncated_poisson_param_estimate()
to estimate
the parameters of the zero-truncated Poisson distribution.
Add functionutil_zero_truncated_poisson_aic()
to calculate the AIC for the zero-truncated Poisson distribution.
Add functionutil_zero_truncated_poisson_stats_tbl()
to create a summary table of the zero-truncated Poisson distribution. - Fix #472 - Add function
util_f_param_estimate()
andutil_f_aic()
to estimate the parameters and calculate the AIC for the F distribution. - Fix #482 - Add function
util_zero_truncated_geometric_param_estimate()
to estimate the parameters of the zero-truncated geometric distribution.
Add functionutil_zero_truncated_geometric_aic()
to calculate the AIC for the zero-truncated geometric distribution.
Add functionutil_zero_truncated_geometric_stats_tbl()
to create a summary table of the zero-truncated geometric distribution. - Fix #481 - Add function
util_triangular_aic()
to calculate the AIC for the triangular distribution. - Fix #480 - Add function
util_t_param_estimate()
to estimate the parameters of the
T distribution.
Add functionutil_t_aic()
to calculate the AIC for the T distribution. - Fix #479 - Add function
util_pareto1_param_estimate()
to estimate the parameters of the Pareto Type I distribution.
Add functionutil_pareto1_aic()
to calculate the AIC for the Pareto Type I distribution.
Add functionutil_pareto1_stats_tbl()
to create a summary table of the Pareto Type I distribution. - Fix #478 - Add function
util_paralogistic_param_estimate()
to estimate the parameters of the paralogistic distribution.
Add functionutil_paralogistic_aic()
to calculate the AIC for the paralogistic distribution.
Add fnctionutil_paralogistic_stats_tbl()
to create a summary table of the paralogistic distribution. - Fix #477 - Add function
util_inverse_weibull_param_estimate()
to estimate the parameters of the Inverse Weibull distribution.
Add functionutil_inverse_weibull_aic()
to calculate the AIC for the Inverse Weibull distribution.
Add functionutil_inverse_weibull_stats_tbl()
to create a summary table of the Inverse Weibull distribution. - Fix #476 - Add function
util_inverse_pareto_param_estimate()
to estimate the parameters of the Inverse Pareto distribution.
Add functionutil_inverse_pareto_aic()
to calculate the AIC for the Inverse Pareto distribution.
Add Functionutil_inverse_pareto_stats_tbl()
to create a summary table of the Inverse Pareto distribution. - Fix #475 - Add function
util_inverse_burr_param_estimate()
to estimate the parameters of the Inverse Gamma distribution.
Add functionutil_inverse_burr_aic()
to calculate the AIC for the Inverse Gamma distribution.
Add functionutil_inverse_burr_stats_tbl()
to create a summary table of the Inverse Gamma distribution. - Fix #474 - Add function
util_generalized_pareto_param_estimate()
to estimate the parameters of the Generalized Pareto distribution.
Add functionutil_generalized_pareto_aic()
to calculate the AIC for the Generalized Pareto distribution.
Add functionutil_generalized_pareto_stats_tbl()
to create a summary table of the Generalized Pareto distribution. - Fix #473 - Add function
util_generalized_beta_param_estimate()
to estimate the parameters of the Generalized Gamma distribution.
Add functionutil_generalized_beta_aic()
to calculate the AIC for the Generalized Gamma distribution.
Add functionutil_generalized_beta_stats_tbl()
to create a summary table of the Generalized Gamma distribution. - Fix #469 - Add function
util_zero_truncated_binomial_stats_tbl()
to create a summary table of the Zero Truncated binomial distribution.
Add functionutil_zero_truncated_binomial_param_estimate()
to estimate the parameters of the Zero Truncated binomial distribution.
Add functionutil_zero_truncated_binomial_aic()
to calculate the AIC for the Zero Truncated binomial distribution.