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

Dataplot Vol 2 Vol 1


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 = e^{sd(\log{X_i})} \)

    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:
    Dataplot statistics can be used in a number of commands. For details, enter

Default:
    None
Synonyms:
    GEOMETRIC SD is a synonym for GEOMETRIC STANDARD DEVIATION.
Related Commands: Applications:
    Data Analysis
Implementation Date:
    2000/01
Program:
    LET Y1 = NORMAL RANDOM NUMBERS FOR I = 1 1 100
    LET A1 = GEOMETRIC STANDARD DEVIATION Y1

Privacy Policy/Security Notice
Disclaimer | FOIA

NIST is an agency of the U.S. Commerce Department.

Date created: 06/05/2001
Last updated: 11/16/2015

Please email comments on this WWW page to alan.heckert@nist.gov.