rtsal: Generate random variates Input: integer length,...

View source: R/qExponentialGenerator.R

rtsalR Documentation

Generate random variates Input: integer length, distributional parameters, left-censoring threshold Output: vector of reals

Description

Generate random variates Input: integer length, distributional parameters, left-censoring threshold Output: vector of reals

Usage

rtsal(
  n,
  shape = 1,
  scale = 1,
  q = tsal.q.from.shape(shape),
  kappa = tsal.kappa.from.ss(shape, scale),
  xmin = 0
)

Alessandra23/qExp documentation built on July 2, 2023, 6:11 a.m.