Method ao/normdist


  NORMDIST computes the equivalent normal distribution for the data.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: NORMDIST computes the equivalent normal distribution for the
               data. The mean and standard deviation are computed from the
               data. The method returns the normal distribution evaluated
               at the bin centers.
 
  CALL:        b = normdist(a)
               b = normdist(a, pl)
 
  INPUTS:      a  - input analysis object(s)
               pl - a parameter list
 
  OUTPUTS:     b  - xydata type analysis object(s) containing the
                    normal distribution pdf
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Number Of Bins

no description
Key Default Value Options Description
N 10 none The number of bins to compute the histogram on.
This defines the bin centers for the PDF.
NORM 0
  • 1
  • 0
Normalized output. If set to true, it will give the normal distrubution PDF.
Otherwise, it will give an output comparable to the ao/hist method
back to top back to top

Some information of the method ao/normdist are listed below:
Class name ao
Method name normdist
Category Signal Processing
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team