powered by
Plots the cumulative distribution function of the estimated error
ipfPlotEcdf(estimation, xlab = "error", ylab = "cumulative density of error", title = "Empirical cumulative density function")
an ipfEstimation
x-axis label
y-axis label
plot title
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]) ipfPlotEcdf(estimation)
Run the code above in your browser using DataLab