Class EmpiricalDistribution.DataAdapter

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DataAdapter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void computeBinStats()
      Compute bin stats.
      abstract void computeStats()
      Compute sample statistics.
      • Methods inherited from class java.lang.Object

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

      • DataAdapter

        private DataAdapter()
    • Method Detail

      • computeBinStats

        public abstract void computeBinStats()
                                      throws java.io.IOException
        Compute bin stats.
        Throws:
        java.io.IOException - if an error occurs computing bin stats
      • computeStats

        public abstract void computeStats()
                                   throws java.io.IOException
        Compute sample statistics.
        Throws:
        java.io.IOException - if an error occurs computing sample stats