estBetaParams: Estimate alpha and beta parameters of the Beta distribution...

View source: R/beta_distribution.R

estBetaParamsR Documentation

Estimate alpha and beta parameters of the Beta distribution based on the mean and std or variance

Description

Estimate alpha and beta parameters of the Beta distribution based on the mean and std or variance

Usage

estBetaParams(mu, var = NULL, std = NULL)

Arguments

mu

mean

var

variance

std

standard deviation

Value

list of parameters


SpTB/wztools documentation built on July 2, 2023, 11:50 a.m.