anm.cont.pdf {asbio}R Documentation

Animated demonstration of density for a continuous pdf

Description

A continuous pdf is conceptually a histogram whose bin area sums to one. Infinite, infinitely small bins, however, are required to allow depiction of an infinite number of distinct continuous outcomes.

Usage


anm.cont.pdf(part = "norm", interval = 0.3)

see.pdf.conc.tck()

Arguments

part

Parent distribution, options are "norm" = N(0, 1), "t" = t(10), "exp" = EXP(1), and "unif" = UNIF(0,1)

interval

Animation interval

Note

May not work every time because random values may exceed histogram range.

Author(s)

Ken Aho


[Package asbio version 1.9-7 Index]