powered by
Gets a named list of the values that produce the moment values (meanlog and sdlog) by distribution and term.
ssd_match_moments( dists = ssd_dists_bcanz(), meanlog = 1, sdlog = 1, nsim = 1e+05 )
a named list of the values that produce the moment values by distribution and term.
A character vector of the distribution names.
The mean on the log scale.
The standard deviation on the log scale.
A positive whole number of the number of simulations to generate.
estimates.fitdists(), ssd_hc() and ssd_plot_cdf()
estimates.fitdists()
ssd_hc()
ssd_plot_cdf()
moments <- ssd_match_moments() print(moments) ssd_hc(moments) ssd_plot_cdf(moments)
Run the code above in your browser using DataLab