mu.beta: Compute the mean of a beta distribution with parameters alpha...

View source: R/objective_functions.R

mu.betaR Documentation

Compute the mean of a beta distribution with parameters alpha and beta. This function is private to this file.

Description

Compute the mean of a beta distribution with parameters alpha and beta. This function is private to this file.

Usage

mu.beta(alpha, beta)

Arguments

alpha

The first shape parameter of the beta distribution.

beta

The second shape parameter of the beta distribution.

Value

The expected value for the beta distribution.


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