gen_gumbel: gen_gumbel

View source: R/distributions.R

gen_gumbelR Documentation

gen_gumbel

Description

A function generating a random matrix with gumbel distribution

Usage

gen_gumbel(n, m, param)

Arguments

n

The number rows

m

The number of columns

location

The optional location parameter

scale

The optional scale, a positive number

Examples

gen_gumbel(10, 5, param=list(location=3))
gen_gumbel(10, 5, param=list(location=3, scale=4))


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