TidyDensity (development version)
New Features
- Fix #302 - Add function
tidy_bernoulli() - Fix #304 - Add function
util_bernoulli_param_estimate() - Fix #305 - Add function
util_bernoulli_stats_tbl()
Minor Fixes and Improvements
- Fix #291 - Update
tidy_stat_tbl()to fixtibbleoutput so it no longer ignores passed arguments and fixdata.tableto directly pass … arguments. - Fix #295 - Drop warning message of not passing arguments when .use_data_table = TRUE
- Fix #303 - Add
tidy_bernoulli()to autoplot. - Fix #299 - Update
tidy_stat_tbl() - Fix #309 - Add function for internal use to drop dependency of stringr. Function is
dist_type_extractor()which is used for several functions in the library. - Fix #310 - Update combine-multi-dist to use
dist_type_extractor() - Fix #311 - Update all
util_dist_stats_tbl()functions to usedist_type_extractor() - Fix #316 - Update all
autoplotfunctions fortidy_bernoulli() - Fix #312 - Update random walk function to use
dist_type_extractor() - Fix #314 - Update
tidy_stat_tbl()to usedist_type_extractor() - Fix #301 - Fix
pandqcalculations.
TidyDensity 1.2.3
CRAN release: 2022-10-04
New Features
- Fix #237 - Add function
bootstrap_density_augment() - Fix #238 - Add functions
bootstrap_p_vec()andbootstrap_p_augment() - Fix #239 - Add functions
bootstrap_q_vec()andbootstrap_q_augment() - Fix #256 #257 #258 #260 #265 #266 #267 #268 - Add functions
cmean()chmean()cgmean()cmedian()csd()ckurtosis()cskewness()cvar() - Fix #250 - Add function
bootstrap_stat_plot() - Fix #276 - Add function
tidy_stat_tbl()Fix #281 adds the parameter of.user_data_tablewhich is set toFALSEby default. If set toTRUEwill use[data.table::melt()]for the underlying work speeding up the output from a benchmark test of regulartibbleat 72 seconds todata.table.at 15 seconds.
Minor Fixes and Improvements
- Fix #242 - Fix
propcheck intidy_bootstrap() - Fix #247 - Add attributes to
bootstrap_density_augment()output.
TidyDensity 1.2.2
CRAN release: 2022-08-10
New Features
- Fix #229 - Add
tidy_normal()to list of tested distributions. AddAICfrom a linear model for metric, and addstats::ks.test()as a metric.
TidyDensity 1.2.1
CRAN release: 2022-07-19
Minor Fixes and Improvments
- Fix #210 - Fix param_grid order on internal which affected attributes and thus the display of the order of the parameters.
- Fix #211 - Add High and Low CI to
tidy_distribution_summary_tbl() - Fix #213 - Use
purrr::compact()on the list of distributions passed in order to prevent the issue occurring in #212 - Fix #212 - Make
tidy_distribution_comparison()more robust in terms of handling bad or erroneous data. - Fix #216 - Add an attribute of “tibble_type” to
tidy_multi_single_dist()which helps it to work with other functions liketidy_random_walk()
TidyDensity 1.2.0
CRAN release: 2022-06-08
New Features
- Fix #181 - Add functions
color_blind()td_scale_fill_colorblind()andtd_scale_color_colorblind() - Fix #187 - Add functions
ci_lo()andci_hi() - Fix #189 - Add function
tidy_bootstrap() - Fix #190 - Add function
bootstrap_unnest_tbl() - Fix #202 - Add function
tidy_distribution_comparison()
Minor Fixes and Improvements
- Fix #176 - Update
_autoplotfunctions to include cumulative mean MCMC chart by taking advantage of the.num_simsparameter oftidy_distribution functions. - Fix #184 - Update
tidy_empirical()to add a parameter of.distribution_type - Fix #183 -
tidy_empirical()is now again plotted by_autoplotfunctions. - Fix #188 - Add the
.num_simsparameter totidy_empirical() - Fix #196 - Add
ci_lo()andci_hi()to all stats tbl functions. - Fix #201 - Correct attribute of
distribution_family_typetodiscretefortidy_geometric()
TidyDensity 1.1.0
CRAN release: 2022-05-06
New Features
- Fix #119 - Add function
tidy_four_autoplot()- This will auto plot the density, qq, quantile and probability plots to a single graph. - Fix #125 - Add function
util_weibull_param_estimate() - Fix #126 - Add function
util_uniform_param_estimate() - Fix #127 - Add function
util_cauchy_param_estimate() - Fix #130 - Add function
tidy_t()- Also add to plotting functions. - Fix #151 - Add function
tidy_mixture_density() - Fix #150 - Add function
util_geometric_stats_tbl() - Fix #149 - Add function
util_hypergeometric_stats_tbl() - Fix #148 - Add function
util_logistic_stats_tbl() - Fix #147 - Add function
util_lognormal_stats_tbl() - Fix #146 - Add function
util_negative_binomial_stats_tbl() - Fix #145 - Add function
util_normal_stats_tbl() - Fix #144 - Add function
util_pareto_stats_tbl() - Fix #143 - Add function
util_poisson_stats_tbl() - Fix #142 - Add function
util_uniform_stats_tbl() - Fix #141 - Add function
util_cauchy_stats_tbl() - Fix #140 - Add function
util_t_stats_tbl() - Fix #139 - Add function
util_f_stats_tbl() - Fix #138 - Add function
util_chisquare_stats_tbl() - Fix #137 - Add function
util_weibull_stats_tbl() - Fix #136 - Add function
util_gamma_stats_tbl() - Fix #135 - Add function
util_exponential_stats_tbl() - Fix #134 - Add function
util_binomial_stats_tbl() - Fix #133 - Add function
util_beta_stats_tbl()
Minor Fixes and Improvements
- Fix #110 - Bug fix, correct the
pcalculation intidy_poisson()that will now produce the correct probability chart from the auto plot functions. - Fix #112 - Bug fix, correct the
pcalculation intidy_hypergeometric()that will no produce the correct probability chart from the auto plot functions. - Fix #115 - Fix spelling in Quantile chart.
- Fix #117 - Fix probability plot x axis label.
- Fix #118 - Fix fill color on combined auto plot
- Fix #122 - The
tidy_distribution_summary_tbl()function did not take the output oftidy_multi_single_dist() - Fix #166 - Change in all plotting functions
ggplot2::xlim(0, max_dy)toggplot2::ylim(0, max_dy) - Fix #169 - Fix the computation of the
qcolumn - Fix #170 - Fix the graphing of the quantile chart due to #169
TidyDensity 1.0.1
CRAN release: 2022-03-27
Breaking Changes
- Fix #91 - Bug fix, change
tidy_gamma()parameter of.rateto.scale Fixtidy_autoplot_functions to incorporate this change. Fixutil_gamma_param_estimate()to sayscaleinstead ofrate` in the returned estimated parameters.
Minor Fixes and Improvements
- Fix #90 - Make sure when
.geom_smoothis set to TRUE thatggplot2::xlim(0, max_dy)is set. - Fix #100 -
tidy_multi_single_dist()failed on distribution with single parameter liketidy_poisson() - Fix #96 - Enhance all
tidy_distribution functions to add an attribute of either discrete or continuous that helps in the autoplot process. - Fix #97 - Enhance
tidy_autoplot()to use histogram or lines for density plot depending on if the distribution is discrete or continuous. - Fix #99 - Enhance
tidy_multi_dist_autoplot()to use histogram or lines for density plot depending on if the distribution is discrete or continuous.
TidyDensity 1.0.0
CRAN release: 2022-03-08
New Features
- Fix #27 - Add function
tidy_binomial() - Fix #32 - Add function
tidy_geometric() - Fix #33 - Add function
tidy_negative_binomial() - Fix #34 - Add function
tidy_zero_truncated_poisson() - Fix #35 - Add function
tidy_zero_truncated_geometric() - Fix #36 - Add function
tidy_zero_truncated_binomial() - Fix #37 - Add function
tidy_zero_truncated_negative_binomial() - Fix #41 - Add function
tidy_pareto1() - Fix #42 - Add function
tidy_pareto() - Fix #43 - Add function
tidy_inverse_pareto() - Fix #58 - Add function
tidy_random_walk() - Fix #60 - Add function
tidy_random_walk_autoplot() - Fix #47 - Add function
tidy_generalized_pareto() - Fix #44 - Add function
tidy_paralogistic() - Fix #38 - Add function
tidy_inverse_exponential() - Fix #45 - Add function
tidy_inverse_gamma() - Fix #46 - Add function
tidy_inverse_weibull() - Fix #48 - Add function
tidy_burr() - Fix #49 - Add function
tidy_inverse_burr() - Fix #50 - Add function
tidy_inverse_normal() - Fix #51 - Add function
tidy_generalized_beta() - Fix #26 - Add function
tidy_multi_single_dist() - Fix #62 - Add function
tidy_multi_dist_autoplot() - Fix #66 - Add function
tidy_combine_distributions() - Fix #69 - Add functions
tidy_kurtosis_vec(),tidy_skewness_vec(), andtidy_range_statistic() - Fix #75 - Add function
util_beta_param_estimate() - Fix #76 - Add function
util_binomial_param_estimate() - Fix #77 - Add function
util_exponential_param_estimate() - Fix #78 - Add function
util_gamma_param_estimate() - Fix #79 - Add function
util_geometric_param_estimate() - Fix #80 - Add function
util_hypergeometric_param_estimate() - Fix #81 - Add function
util_lognormal_param_estimate() - Fix #89 - Add function
tidy_scale_zero_one_vec() - Fix #87 - Add function
tidy_combined_autoplot() - Fix #82 - Add function
util_logistic_param_estimate() - Fix #83 - Add function
util_negative_binomial_param_estimate() - Fix #84 - Add function
util_normal_param_estimate() - Fix #85 - Add function
util_pareto_param_estimate() - Fix #86 - Add function
util_poisson_param_estimate()
Fixes and Minor Improvements
- Fix #30 - Move
crayon,rstudioapi, andclifrom Suggests to Imports due topillarno longer importing. - Fix #52 - Add parameter
.geom_rugtotidy_autoplot()function - Fix #54 - Add parameter
.geom_pointtotidy_autoplot()function - Fix #53 - Add parameter
.geom_smoothtotidy_autoplot()function - Fix #55 - Add parameter
.geom_jittertotidy_autoplot()function - Fix #57 - Fix
tidy_autoplot()for when the distribution istidy_empirical()the legend argument would fail. - Fix #56 - Add attributes of .n and .num_sims (1L for now) to
tidy_empirical() - Fix #61 - Update
_pkgdown.ymlfile to update site. - Fix #67 - Add
param_grid,param_grid_txt, anddist_with_paramsto the attributes of alltidy_distribution functions. - Fix #70 - Add
...as a grouping parameter totidy_distribution_summary_tbl() - Fix #88 - Make the column
dist_typea factor fortidy_combine_distributions()
TidyDensity 0.0.1
CRAN release: 2022-01-21
New Features
- Fix #1 - Add function
tidy_normal() - Fix #4 - Add function
tidy_gamma() - Fix #5 - Add function
tidy_beta() - Fix #6 - Add function
tidy_poisson() - Fix #2 - Add function
tidy_autoplot() - Fix #11 - Add function
tidy_distribution_summary_tbl() - Fix #10 - Add function
tidy_empirical() - Fix #13 - Add function
tidy_uniform() - Fix #14 - Add function
tidy_exponential() - Fix #15 - Add function
tidy_logistic() - Fix #16 - Add function
tidy_lognormal() - Fix #17 - Add function
tidy_weibull() - Fix #18 - Add function
tidy_chisquare() - Fix #19 - Add function
tidy_cauchy() - Fix #20 - Add function
tidy_hypergeometric() - Fix #21 - Add function
tidy_f()