Plot.FV.PDF: Plot probablity density function of the function values of a DataSetList at
a certain target runtime
Description
Plot probablity density function of the function values of a DataSetList at
a certain target runtime
Usage
Plot.FV.PDF(dsList, runtime, show.sample = F, scale.ylog = F)# S3 method for DataSetList
Plot.FV.PDF(dsList, runtime, show.sample = F, scale.ylog = F)
Value
A plot of the probablity density function of the runtimes at a the
target function value of the DataSetList
Arguments
- dsList
A DataSetList (should consist of only one function and dimension).
- runtime
The target runtime
- show.sample
Whether or not to show the individual function value samples
- scale.ylog
Whether or not to scale the y-axis logaritmically
Examples
Run this codePlot.FV.PDF(subset(dsl, funcId == 1), 100)
Run the code above in your browser using DataLab