powered by
Plots the probability density function of the estimated error
ipfPlotPdf(estimation, xlab = "error", ylab = "density", title = "Probability density function")
an ipfEstimation
x-axis label
y-axis label
plot title
# NOT RUN { model <- ipfKnn(ipftrain[, 1:168], ipftrain[, 169:170]) estimation <- ipfEstimate(model, ipftest[, 1:168], ipftest[, 169:170]) ipfPlotPdf(estimation) # }
Run the code above in your browser using DataLab