Class AccStatStdDevSample

  • All Implemented Interfaces:
    Accumulator

    public class AccStatStdDevSample
    extends AccStatVarSample
    Aggregate - statistical standard deviation - sample (i.e. N-1)
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccStatStdDevSample

        public AccStatStdDevSample​(Expr expr,
                                   boolean distinct)