LTPDA Toolbox™ | contents | ![]() ![]() |
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 VERSION: $Id: normdist.m,v 1.11 2011/04/08 08:56:13 hewitson Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Number Of Bins |
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 |
|
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 |
Some information of the method ao/normdist are listed below: | |
---|---|
Class name | ao |
Method name | normdist |
Category | Signal Processing |
CVS Version | $Id: normdist.m,v 1.11 2011/04/08 08:56:13 hewitson Exp $ |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ao/noisegen2D | Method: ao/polyfit | ![]() |
©LTP Team