densityEstimateWaveform
densityEstimateWaveform(histWf) =>waveform
Description
Returns the density estimator waveform of a histogram.
Argument
Value Returned
Example
W00 = drCreateWaveform( drCreateVec( 'double list( 1 2 3 4 5 )) drCreateVec( 'double list( 10 20 30 40 50 )))
histogramWf=histogram2D(W00 10 "standard" nil t) :(histogram wave)
densityWf =densityEstimateWaveform(histogramWf) :(density estimator waveform wave)
plot densityWf (you can plot this wave)
Return to top