make_costs_vec_from_gamma_dstr | R Documentation |
make_costs_vec_from_gamma_dstr() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make costs vector from gamma distribution. The function returns Costs (a double vector).
make_costs_vec_from_gamma_dstr(n_int, costs_mean_dbl, costs_sd_dbl)
n_int |
N (an integer vector) |
costs_mean_dbl |
Costs mean (a double vector) |
costs_sd_dbl |
Costs standard deviation (a double vector) |
Costs (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.