Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Pno% is the number that refers to the TeLiTab sets the TeLiTab sets in the Data slot. Pno% should be an integer value or a parameter which is assigned an integer value and is the number of theTeLiTab set theTeLiTab set in the expressions' data slot.
  • Npoints% is the number of points (x,y) that are given in direct definition.
  • @ObjFn() refers to the Object from which data will be used.
  • TeLiTab$ refers TeLiTab$ refers to the string parameter that contains the TeLiTabthe TeLiTab.
  • Ndim% is the number of dimensions (or columns in the table...).
  • "ColLab$_1" and @ObjColPar_1 etc refer to the columns that will be used;

...

  1. See also Telitab access for a generic description on the use of TeLiTab dataof TeLiTab data
  2. Similar to other Data analysis functions, the STDEV is a convenient way to evaluate data. Please also look at these functions for syntax examples
  3. For a multi-dimensional dataset the STDEV will be determined over all columns.
  4. The standard deviation is calculated using the "nonbiased" or "n-1" method.
  5. STDEV uses the following formula:

    SQRT(n*Sigma_X^2 - (Sigma_X)^2/(n*(n-1)))

...