Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

densityEstimateWaveform

densityEstimateWaveform(
histWf
)
=> waveform

Description

Returns the density estimator waveform of a histogram.

Argument

histWf

Histogram waveform with enabled density estimator.

Value Returned

waveform

Returns the density estimator waveform.

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
 ⠀
X