disc function

Class `disc'

Class `disc'

Class disc is used to represent an arbitrary univariate discrete distribution with a finite number of support points.

disc(pt, pr=1) ## S3 method for class 'disc' print(x, ...)

Arguments

  • pt: a numeric vector for support points.
  • pr: a numeric vector for probability values at the support points.
  • x: an object of class disc.
  • ...: arguments passed on to function print.

Details

Function disc creates an object of class disc, given the support points and probability values at these points.

Function print.disc prints the discrete distribution.

Examples

(d = disc(pt=c(0,4), pr=c(0.3,0.7)))

See Also

cnm, cnmms.

Author(s)

Yong Wang yongwang@auckland.ac.nz