plotcdf: Plot CDF

Description Usage Arguments Value Examples

Description

Plots the Cumulative Probability Density Function

Usage

1
plotcdf(dof, order = 4, dist = rnorm, fitmetric = R2, ...)

Arguments

dof

an integer

order

a real number

dist

a random number distribution function

fitmetric

a character string naming a standard fit metric (R2, rmse, or user)

...

any argument that functions within this routine might use

Value

ggplot object

Examples

1
plotcdf(5, dist=rnorm, fitmetric=rmse)

gofMC documentation built on May 2, 2019, 5:55 a.m.