cv.beta: Computes the coefficient of variance for a beta distribution...

View source: R/objective_functions.R

cv.betaR Documentation

Computes the coefficient of variance for a beta distribution with parameters alpha and beta. This function is private to this file.

Description

Computes the coefficient of variance for a beta distribution with parameters alpha and beta. This function is private to this file.

Usage

cv.beta(alpha, beta)

Arguments

alpha

The first shape parameter of the beta distribution.

beta

The second shape parameter of the beta distribution.

Value

The standard deviation for the beta distribution.


btjones16/sequential-analysis-software documentation built on Feb. 21, 2024, 2:23 p.m.