rbtld: Random number generator for the bimodal triangular linked...

rbtldR Documentation

Random number generator for the bimodal triangular linked distribution

Description

Using the icdf we generate random variates for the btld

Usage

rbtld(size, alpha, theta)

Arguments

size

size of sample to generate.

alpha

scale vector parameter

theta

Mode vector paramter

Value

The random variates from a bltd

Examples

rbtld(size=1000, alpha = c(5,1), theta =c(0.3, 0.7))

tharris0924/btld documentation built on Dec. 1, 2022, 9:37 p.m.