PIANOS.datastructures
Class BinomialDistribution

java.lang.Object
  extended by PIANOS.datastructures.Distribution
      extended by PIANOS.datastructures.BinomialDistribution

public class BinomialDistribution
extends Distribution


Constructor Summary
BinomialDistribution()
           
 
Method Summary
 java.util.ArrayList<java.lang.String> getFreqCode(java.lang.String[] parameters)
           
 java.util.ArrayList<java.lang.String> getGenCode(java.lang.String[] parameters)
           
 java.util.ArrayList<java.lang.String> getIntroduction()
           
 
Methods inherited from class PIANOS.datastructures.Distribution
getNumberOfParameters, getParameter, getParameterString, isInteger, setParameter, setParameter, setParameter, setParameterString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinomialDistribution

public BinomialDistribution()
Method Detail

getIntroduction

public java.util.ArrayList<java.lang.String> getIntroduction()
Specified by:
getIntroduction in class Distribution

getFreqCode

public java.util.ArrayList<java.lang.String> getFreqCode(java.lang.String[] parameters)
                                                  throws IllegalParametersException
Specified by:
getFreqCode in class Distribution
Throws:
IllegalParametersException

getGenCode

public java.util.ArrayList<java.lang.String> getGenCode(java.lang.String[] parameters)
                                                 throws IllegalParametersException
Specified by:
getGenCode in class Distribution
Throws:
IllegalParametersException