plotCLT: Generic Plot Function for Illustrating the CLT

plotCLTR Documentation

Generic Plot Function for Illustrating the CLT

Description

Generic 'plot' function for generating the plots of 'illustrateCLT'.

Usage

plotCLT(Tn, ...)
## S4 method for signature 'AbscontDistribution'
plotCLT(Tn, k, summands="")
## S4 method for signature 'DiscreteDistribution'
plotCLT(Tn, k, summands="")
## S4 method for signature 'UnivariateDistribution'
plotCLT(Tn, k, summands="")

Arguments

Tn

object of class "AbscontDistribution" or class "DiscreteDistribution": distribution of the summands

k

integer: number off summands to be plotted as graphics title

summands

character: name of the summands

...

addtional arguments for methods not yet implemented

Value

void

Author(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Matthias Kohl Matthias.Kohl@stamats.de

See Also

illustrateCLT

Examples

illustrateCLT(Distr = Unif(), len = 20)

distrTeach documentation built on Jan. 31, 2024, 3:07 a.m.