mymlbeta: Maximum Likelihood Beta

Description Usage Arguments Value Examples

View source: R/mymlbeta.R

Description

Maximum Likelihood Beta

Usage

1
mymlbeta(x, alpha, beta, ...)

Arguments

x

vector of data

alpha

the alpha vector

beta

the beta vector

...

can insert other information for formatting the beta distribution

Value

a beta distribution from the inputted data

Examples

1
mymlbeta(x=rbeta(100,shape1=2,shape2=5),alpha=seq(1,3,length=100),beta=seq(2,8,length=100),lwd=2,labcex=1)

casspants/MATH4753kran1018 documentation built on Nov. 26, 2020, 1:12 p.m.