minimax (version 1.0)

minimax-package: Minimax distribution family

Description

Standard functions to calculate probabilities, densities and quantiles for the minimax family, and to generate pseudo-random values.

Arguments

Details

Package: minimax
Type: Package
Version: 1.0
Date: 2011-07-22
License: GPL-2|GPL-3
LazyLoad: yes

References

See this document for a detailed discussion.

See Also

punif, pbeta.

Examples

Run this code
# NOT RUN {
p <- pminimax(0:10/10, 1:5, 2)
q <- qminimax(p, 1:5, 2)
(d <- dminimax(matrix(0.5, 2, 2), 1:4, 2:3))

set.seed(123)
r <- rminimax(letters, 2, 3)
# }

Run the code above in your browser using DataLab