calc_beta_mean_cv: Calculate the mean and CV for a Beta distribution given the...

View source: R/utilities.R

calc_beta_mean_cvR Documentation

Calculate the mean and CV for a Beta distribution given the alpha and beta shape parameters

Description

Calculate the mean and CV for a Beta distribution given the alpha and beta shape parameters

Usage

calc_beta_mean_cv(alpha, beta)

Arguments

alpha

Shape parameter 1

beta

Shape parameter 2

Value

A vector of two values, mean and CV


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.