View source: R/match-moments.R
| ssd_match_moments | R Documentation | 
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
)
dists | 
 A character vector of the distribution names.  | 
meanlog | 
 The mean on the log scale.  | 
sdlog | 
 The standard deviation on the log scale.  | 
nsim | 
 A positive whole number of the number of simulations to generate.  | 
a named list of the values that produce the moment values by distribution and term.
estimates.fitdists(), ssd_hc() and ssd_plot_cdf()
moments <- ssd_match_moments()
print(moments)
ssd_hc(moments)
ssd_plot_cdf(moments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.