ipfPlotPdf: Plots the probability density function of the estimated error

Description Usage Arguments Examples

Description

Plots the probability density function of the estimated error

Usage

1
2
ipfPlotPdf(estimation, xlab = "error", ylab = "density",
  title = "Probability 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])
    ipfPlotPdf(estimation)

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

Related to ipfPlotPdf in ipft...