Model 4200A-SCS Parameter Analyzer Reference Manual
Section 6: Clarius
4200A-901-01 Rev. C / February 2017
6-233
MEDIAN Formulator function
Searches all values in a column (vector), finds the middle point of that column used, and returns the value.
Usage
MEDIAN(
Value
)
Value
The name of any column (vector) in the Data Series list
Also see
None
MIN Formulator function
Searches all values in a column (vector) and returns the minimum value.
Usage
MIN(
Value
)
Value
The name of any column (vector) in the Data Series list
Example
SMALLESTI = MIN(DRAINI)
Also see
None
STDEV Formulator function
Returns the standard deviation of all values in the column (vector).
Usage
STDEV(
Value
)
Value
The name of any column (vector) in the Data Series list or any operand
Details
Returns the standard deviation.
Example
LEAKAGE = STDEV(GATEI)
Also see
None