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

Description Usage Arguments Value Examples

View source: R/cont.jcdfp.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)

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.