DBA Data[Home] [Help]

SYS.DBMS_STAT_FUNCS dependencies on STANDARD

Line 35: -- standard deviation, five quantile values (5%, 25%, 50% or median,

31: -- defaults to 3.
32: -- The output is a record of type summaryType, which contains the
33: -- following information for the set of numbers in the column: the
34: -- count, minimum value, maximum value, range, mean, mode, variance,
35: -- standard deviation, five quantile values (5%, 25%, 50% or median,
36: -- 75% and 95%), the value of the mean plus (and minus) sigma times
37: -- the standard deviation, the set of extreme values (defined as the
38: -- ones that fall outside of the plus/minus sigma values), the top 5
39: -- and the bottom 5 values.

Line 37: -- the standard deviation, the set of extreme values (defined as the

33: -- following information for the set of numbers in the column: the
34: -- count, minimum value, maximum value, range, mean, mode, variance,
35: -- standard deviation, five quantile values (5%, 25%, 50% or median,
36: -- 75% and 95%), the value of the mean plus (and minus) sigma times
37: -- the standard deviation, the set of extreme values (defined as the
38: -- ones that fall outside of the plus/minus sigma values), the top 5
39: -- and the bottom 5 values.
40: -----------------------------------------------------------------------
41: procedure SUMMARY(p_ownername IN varchar2,