rbitri {SSPA}R Documentation

Random generation of bitriangular distributed values.

Description

Random generation of bitriangular distributed values.

Usage

  rbitri(n, a = log2(1.2), b = log2(4), m = log2(2))

Arguments

n

number of observations.

a

location of point, ... Default a = log2(1.2).

b

location of point, ... Default b = log2(4).

m

location of the midpoint of the triangle. Default m = log2(2).

Details

For more details see M. Langaas et al. JRSS B 2005.

Value

Generates random deviates.

Author(s)

Maarten van Iterson

Examples

hist(rbitri(100), freq=FALSE)
curve(dbitri, add=TRUE)

[Package SSPA version 2.20.0 Index]