make_costs_vec_from_gamma_dstr: Make costs vector from gamma distribution

make_costs_vec_from_gamma_dstrR Documentation

Make costs vector from gamma distribution

Description

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).

Usage

make_costs_vec_from_gamma_dstr(n_int, costs_mean_dbl, costs_sd_dbl)

Arguments

n_int

N (an integer vector)

costs_mean_dbl

Costs mean (a double vector)

costs_sd_dbl

Costs standard deviation (a double vector)

Value

Costs (a double vector)


ready4-dev/youthu documentation built on April 22, 2024, 9:13 a.m.