cont.jcdfp: Joint CDF Plot of Two Continuous Random Variables

Description Usage Arguments Value Examples

View source: R/ch4-fn.R

Description

Joint CDF Plot of Two Continuous Random Variables

Usage

1
cont.jcdfp(FUN, lo1, up1, lo2, up2, mt)

Arguments

FUN

Continuous joint PDF function

lo1

Lower limit of x-axis

up1

Upper limit of x-axis

lo2

Lower limit of y-axis

up2

Upper limit of y-axis

mt

Title of the joint PDF plot

Value

None.

Examples

1
2
3
pdf = function(x, y) (x+y)*(x>0 & x<1)*(y>0 & y<1)
library(scatterplot3d)
cont.jcdfp(pdf, 0, 1, 0, 1)

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.