SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Contacts SED Projects SED Products and Publications Search SED Pages

Dataplot Vol 1 Auxiliary Chapter


GEOMETRIC STANDARD DEVIATION

Name:
    GEOMETRIC STANDARD DEVIATION (LET)
Type:
    Let Subcommand
Purpose:
    Compute the geometric standard deviation for a variable.
Description:
    The geometric standard deviation is defined as:

      GSD = EXP(SD(LOG(Xi)))

    where sd is the sample standard deviation.

Syntax:
    LET <par> = GEOMETRIC STANDARD DEVIATION <y1>
                            <SUBSET/EXCEPT/FOR qualification>
    where <y1> is the response variable;
                <par> is a parameter where the computed geometric standard deviation is stored;
    and where the <SUBSET/EXCEPT/FOR qualification> is optional.
Examples:
    LET A = GEOMETRIC STANDARD DEVIATION Y1
    LET A = GEOMETRIC STANDARD DEVIATION Y1 SUBSET TAG > 2
Note:
    Support for the geometric standard deviation has been added to the following plots:

      GEOMETRIC STANDARD DEVIATION PLOT
      BOOTSTRAP GEOMETRIC STANDARD DEVIATION PLOT
      JACKNIFE GEOMETRIC STANDARD DEVIATION PLOT
      CROSS TABULATE GEOMETRIC STANDARD DEVIATION PLOT
      INTERACTION GEOMETRIC STANDARD DEVIATION PLOT
      INFLUENCE GEOMETRIC STANDARD DEVIATION CURVE
      TABULATE GEOMETRIC STANDARD DEVIATION
      CROSS TABULATE GEOMETRIC STANDARD DEVIATION
      LET ... = CROSS TABULATE GEOMETRIC STANDARD DEVIATION
Default:
    None
Synonyms:
    GEOMETRIC SD is a synonym for GEOMETRIC STANDARD DEVIATION.
Related Commands:
    STANDARD DEVIATION = Compute the standard deviation.
    MAD = Compute the median absolute deviation.
    GEOMETRIC MEAN = Compute the geometric mean.
    STATISTIC PLOT = Generate a statistic vs. subset plot.
    BOOTSTRAP PLOT = Generate a bootstrap plot.
    JACKNIFE PLOT = Generate a jacknife plot.
    CROSS TABULATE PLOT = Generate a cross tabulate plot.
    INTERACTION PLOT = Generate an interaction plot.
Applications:
    Data Analysis
Implementation Date:
    2000/1
Program:
    LET Y1 = NORMAL RANDOM NUMBERS FOR I = 1 1 100
    LET A1 = GEOMETRIC STANDARD DEVIATION Y1

Date created: 6/5/2001
Last updated: 4/4/2003
Please email comments on this WWW page to alan.heckert@nist.gov.