Releases: spsanderson/TidyDensity
Releases · spsanderson/TidyDensity
TidyDensity 1.1.0
Breaking Changes:
None
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
p
calculation intidy_poisson()
that will
now produce the correct probability chart from the auto plot functions. - Fix #112 - Bug fix, correct the
p
calculation 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)
to
ggplot2::ylim(0, max_dy)
- Fix #169 - Fix the computation of the
q
column - Fix #170 - Fix the graphing of the quantile chart due to #169
TidyDensity 1.0.1
Breaking Changes
- Fix #91 - Bug fix, change
tidy_gamma()
parameter of.rate
to.scale Fix
tidy_autoplot_functions to incorprate this change. Fix
util_gamma_param_estimate()to say
scaleinstead of
rate` in the returned estimated parameters.
New Features
None
Minor Fixes and Improvements
- Fix #90 - Make sure when
.geom_smooth
is 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
Breaking Changes
None
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()
, and
tidy_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
, andcli
from Suggests to Imports due topillar
no longer importing. - Fix #52 - Add parameter
.geom_rug
totidy_autoplot()
function - Fix #54 - Add parameter
.geom_point
totidy_autoplot()
function - Fix #53 - Add parameter
.geom_smooth
totidy_autoplot()
function - Fix #55 - Add parameter
.geom_jitter
totidy_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.yml
file to update site. - Fix #67 - Add
param_grid
,param_grid_txt
, anddist_with_params
to the
attributes of alltidy_
distribution functions. - Fix #70 - Add
...
as a grouping parameter totidy_distribution_summary_tbl()
- Fix #88 - Make the column
dist_type
a factor fortidy_combine_distributions()
TidyDensity 0.0.1
Initial release of TidyDensity
Full Changelog: https://github.com/spsanderson/TidyDensity/commits/v0.0.1