computeBetaMoments: Compute the mean and variance of the Beta distribution from...

View source: R/numericFunctions.R

computeBetaMomentsR Documentation

Compute the mean and variance of the Beta distribution from the shape parameters

Description

Compute the mean and variance of the Beta distribution from the shape parameters

Usage

computeBetaMoments(a, b)

Arguments

a

Beta distribution shape1 parameter

b

Beta distribution shape2 parameter

Value

A list containing the mean and variance

Author(s)

Steve Gutreuter


sgutreuter/SGmisc documentation built on Aug. 25, 2024, 7:21 p.m.