gen_beta: gen_beta

View source: R/distributions.R

gen_betaR Documentation

gen_beta

Description

A function generating a random matrix with beta distribution

Usage

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

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


AntoineDubois/sdcv2 documentation built on May 16, 2024, 3:23 p.m.