translatedRandomBeta {imp4p}R Documentation

Function to generated values following a translated Beta distribution

Description

Function to generate values following a translated Beta distribution

Usage

translatedRandomBeta(n, min, max, param1 = 3, param2 = 1)

Arguments

n

Number of values to generate.

min

Minimum of the values to be generated.

max

Maximum of the values to be generated.

param1

Parameter of the Beta distribution.

param2

Parameter of the Beta distribution.

Value

A vector of values following a translated Beta distribution.


[Package imp4p version 1.2 Index]