computeBetaParms: Compute the shape parameters of the Beta distribution from...

View source: R/numericFunctions.R

computeBetaParmsR Documentation

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

Description

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

Usage

computeBetaParms(mu, var)

Arguments

mu

Mean of the Beta distribution

var

Variance of the Beta distribution

Value

A list containing the two shape parameters of the Beta distribution

Author(s)

Steve Gutreuter


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