Learn R Programming

ipft (version 0.7.3)

ipfPlotPdf: Plots the probability density function of the estimated error

Description

Plots the probability density function of the estimated error

Usage

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

Run this code

    model <- ipfKnn(ipftrain[1:200, 1:168], ipftrain[1:200, 169:170])
    estimation <- ipfEstimate(model, ipftest[1:20, 1:168], ipftest[1:20, 169:170])
    ipfPlotPdf(estimation)

Run the code above in your browser using DataLab