View source: R/get_distr_n_params.R
get_distr_n_params | R Documentation |
Get the number of parameters a distribution uses
get_distr_n_params(distr)
distr |
a distribution,
as created by |
the number of parameters that distribution uses
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
get_distr_n_params(create_beta_distr())
get_distr_n_params(create_exp_distr())
get_distr_n_params(create_gamma_distr())
get_distr_n_params(create_inv_gamma_distr())
get_distr_n_params(create_laplace_distr())
get_distr_n_params(create_log_normal_distr())
get_distr_n_params(create_normal_distr())
get_distr_n_params(create_one_div_x_distr())
get_distr_n_params(create_poisson_distr())
get_distr_n_params(create_uniform_distr())
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.