A density-plot illustrates the relative likelihood of a variable to take on a given value.
A density-plot illustrates the relative likelihood of a variable to take on a given value. It is the line equivelant of a histogram.
Density-plots in several languages:
- R:
plot(density(x))
- Wolfram:
DensityPlot[f,{x,xmin,xmax},{y,ymin,ymax}]
Links: