see.norm.tck {asbio}R Documentation

Visualize pdfs

Description

Interactive GUIs for visualizing how distributions change with changing values of pdf parameters, e.g. \mu and \sigma. The basic ideas here are lifted largely from a clever function from Greg Snow's package TeachingDemos. The functions see.pdfdriver.tck and see.pdfdriver are tcltk utility functions.

Usage

see.norm.tck()
see.normcdf.tck()
see.beta.tck()
see.betacdf.tck()
see.bin.tck()
see.bincdf.tck()
see.chi.tck()
see.chicdf.tck()
see.disc.unif.tck()
see.disc.unifcdf.tck()
see.exp.tck()
see.expcdf.tck()
see.F.tck()
see.Fcdf.tck()
see.gam.tck()
see.gamcdf.tck()
see.geo.tck()
see.geocdf.tck()
see.hyper.tck()
see.hypercdf.tck()
see.logis.tck()
see.logiscdf.tck()
see.nbin.tck()
see.nbincdf.tck()
see.lnorm.tck()
see.lnormcdf.tck()
see.pois.tck()
see.poiscdf.tck()
see.t.tck()
see.tcdf.tck()
see.unif.tck()
see.unifcdf.tck()
see.weib.tck()
see.weibcdf.tck()
see.pdfdriver.tck()
see.pdfdriver(pdf, show.cdf = TRUE)

Arguments

pdf

Name of probability density function

show.cdf

Logical, indicating whether or not the cumulative distribution function should be shown.

Author(s)

Ken Aho

Examples

## Not run: 
see.norm.tck()

## End(Not run)

[Package asbio version 1.9-7 Index]