SofIID: Sum of independent identically distributed random variables

Description Usage Arguments Examples

Description

Sum of independent identically distributed random variables

Usage

1
SofIID(X, n = 2, progress = TRUE, fractions = attr(X, "fractions"))

Arguments

X

A random variable

n

The number of Xs to sum

progress

If TRUE, display a progress bar

fractions

If TRUE, return the probabilities as fractions

Examples

1
2
3
4
X.Bern <- RV(c(1,0), c(.5,.5))

S5 <- SofIID(X.Bern, 5)
S128 <- SofIID(X.Bern, 128)

Example output

Attaching package: 'discreteRV'

The following object is masked from 'package:base':

    %in%


==============================================================

discreteRV documentation built on May 2, 2019, 11:04 a.m.