igenerate: Creates intervals from Normal Distribution using specified mean and standard
deviation values for both the center and half-size of the intervals.
Description
Creates intervals from Normal Distribution using specified mean and standard
deviation values for both the center and half-size of the intervals.
Usage
igenerate(n, ...)
Value
An interval object containing the generated intervals.
Arguments
n
Number of intervals to generate.
...
Vectors representing parameters for generating intervals: each
vector should contain four values (`center mean`, `center sd`,
`half-size mean`, `half-size sd`).