Function Stdev

  • Returns the sample standard deviation of a numeric expression evaluated over a set, using the unbiased population formula (dividing by n-1).

    The Stdev function uses the unbiased population formula, while the StdevP function uses the biased population formula.

    Parameters

    • Set_Expression: string
    • Optional Numeric_Expression: string

    Returns string

Generated using TypeDoc