ipfPlotEcdf: Plots the cumulative distribution function of the estimated...

Description Usage Arguments Examples

Description

Plots the cumulative distribution function of the estimated error

Usage

1
2
3
ipfPlotEcdf(estimation, xlab = "error",
  ylab = "cumulative density of error",
  title = "Empirical cumulative density function")

Arguments

estimation

an ipfEstimation

xlab

x-axis label

ylab

y-axis label

title

plot title

Examples

1
2
3
    model <- ipfKnn(ipftrain[, 1:168], ipftrain[, 169:170])
    estimation <- ipfEstimate(model, ipftest[, 1:168], ipftest[, 169:170])
    ipfPlotEcdf(estimation)

ipft documentation built on May 2, 2019, 7:23 a.m.

Related to ipfPlotEcdf in ipft...