All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expleague.commons.math.stat.NumericDistribution Maven / Gradle / Ivy

Go to download

Utilities including math, charsequence based text processing, sequences etc.

There is a newer version: 1.4.9
Show newest version
package com.expleague.commons.math.stat;

/**
 * @author vp
 */
public interface NumericDistribution extends Distribution {
  double getMean();
  double getVariance();
  double getStandardDeviation();
  double getMax();
  double getMin();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy