Class Std

    • Field Detail

      • variance

        private Matrix variance
      • ignoreNaN

        private boolean ignoreNaN
      • besselsCorrection

        private boolean besselsCorrection
    • Constructor Detail

      • Std

        public Std​(int dimension,
                   boolean ignoreNaN,
                   Matrix matrix,
                   boolean besselsCorrection)