Method ao/average


  AVERAGE averages aos point-by-point
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: AVERAGE averages aos point-by-point. 
               For each point, an average is taken over all the input objects.
               The uncertainty is calculated as the standard deviation of the mean. 
               The objects must have the same length and yunits.
 
          s1:   2 1 2 5 2 3 3
          s2:   7 2 3 4 2 1 1
          s3:   0 0 7 6 5 5 5
          ===================
          out:  3 1 4 5 3 3 3
 
  CALL:        b = average(a1, a2, a3, ..., pl)
 
  EXAMPLES:
 
  a1 = ao(plist('waveform','noise', 'nsecs', 1000,'fs',1,'yunits','m'));
  a2 = ao(plist('waveform','noise', 'nsecs', 1000,'fs',1,'yunits','m'));
  a3 = ao(plist('waveform','noise', 'nsecs', 1000,'fs',1,'yunits','m'));
  a4 = average(a1,a2,a3);
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method ao/average are listed below:
Class name ao
Method name average
Category Signal Processing
CVS Version 1af0b21675e8089cbd0dd1d95314adeb4a9a0023
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team