runif2: Random Value Generation: Uniform Distribution Scale-Location...

View source: R/runif2.r

runif2R Documentation

Random Value Generation: Uniform Distribution Scale-Location Reparametrization

Description

A long title for a small function. Helper function for drift_simuls which reparametrizes the arguments of the runif function as scale and location parameters.

Usage

runif2(n, loc, scale)

Arguments

n

Amount of values to be generated.

loc

Location parameter.

scale

Scale parameter.

Value

A vector of doubles of length "n".


Seneketh/StanDDM documentation built on Oct. 17, 2023, 4:26 p.m.