Learn R Programming

bivariate (version 0.3.0)

returned_functions: Returned Functions

Description

Returned functions. Note that you can name your functions whatever you like. (In the vignette I've named them f and F). Also note that you don't call these functions, rather call dubvpmf(), dubvcdf(), etc and then call the functions that are returned.

Usage

dubvpmf.f (x, y)
dubvcdf.f (x, y)
bnbvpmf.f (x, y)
bnbvcdf.f (x, y)
pbvpmf.f (x, y)
pbvcdf.f (x, y)
cubvpdf.f (x, y)
cubvcdf.f (x, y)
nbvpdf.f (x, y)
nbvcdf.f (x, y)
bmbvpdf.f (x, y)
bmbvcdf.f (x, y)

Arguments

x

A vector of x values.

y

A vector of y values.

Examples

Run this code
# NOT RUN {
#construct and evaluate a discrete uniform distribution
dubvpmf.f = dubvpmf (0, 1, 0, 1)
dubvpmf.f (0.5, 0.5)
# }

Run the code above in your browser using DataLab