Skip to contents

The parameters are set to generate numbers from a half-normal distribution by default.

Usage

rtcauchy(n, location = 0, scale = 1, lower = 0, upper = Inf)

Arguments

n

Number of samples.

location, scale

Parameters of the Cauchy distribution, see stats::rcauchy.

lower

The lower bound for the truncation.

upper

The upper bound for the truncation.