histogram_stat()

Reduces the histogram of a subrange of the multi-dimension data. It first calls build_subrange() to build the subrange of a mulit-dimension data, then calls histogram_multiDim() to produce the histogram

Syntax
y = histogram_stat(data, normalized, innermostIndepLow, innermostIndepHigh, numBins, minBin, maxBin)

Arguments
Name Description Range Type Default Required
data statistical data to be analyzed (-∞, ∞) real yes
normalized sets normalization of data † "no", "yes" string no no
innermostIndepLow specifies the low value of the subrange of data with the inner most sweep variable (-∞, ∞) real yes
innermostIndepHigh specifies the high value of the subrange of data with the inner most sweep variable (-∞, ∞) real yes
numBins number of subintervals or bins used to measure histogram [1, ∞) real log(numOfPts)/log(2.0) no
minBin beginning of the evaluation of the histogram (-∞, ∞) real minimum value of the data no
maxBin end of the evaluation of the histogram (-∞, ∞) real maximum value of the data no
† When normalized is set to "yes", the histogram is generated with percent on the Y-axis instead of the number of outcomes

Examples

Given monte carlo analysis results for the S 12 . It is two-dimensional data: the outer sweep is mcTrial; the inner sweep is the frequency from 100 MHz to 500 MHz.
Histogram_stat_S12 = histogram_stat(db(S12),,200MHz,400MHz)

Defined in

$HPEESOF_DIR/expressions/ael/statistical_fun.ael

See Also

histogram(), histogram_multiDim(), build_subrange()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources