gen_beta: gen_beta

Description Usage Arguments Examples

View source: R/distributions.R

Description

A function generating a random matrix with beta distribution

Usage

1
gen_beta(n, m, param)

Arguments

n

The number rows

m

The number of columns

shape1

The first shape parameter

shape2

The second shape parameter

ncp

The non-centrality parameter

Examples

1
gen_beta(10, 2, param=list(shape1=2, shape2=3, ncp=0.5))

AntoineDubois/RUMdesignSimulator documentation built on Dec. 17, 2021, 8:53 a.m.