igenerate: Creates intervals from Normal Distribution using specified...

View source: R/interval.R

igenerateR Documentation

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, ...)

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').

Value

An interval object containing the generated intervals.

Examples

igenerate(1, c(0, 1, 2, 1))
igenerate(1, c(0, 1, 2, 1), c(100, 1, 2, 1))

COveR documentation built on Oct. 30, 2024, 9:28 a.m.