org.databene.benerator.distribution.function
Class ExponentialFunction

java.lang.Object
  extended by org.databene.benerator.distribution.AbstractWeightFunction
      extended by org.databene.benerator.distribution.function.ExponentialFunction
All Implemented Interfaces:
Distribution, Weight, WeightFunction

public class ExponentialFunction
extends AbstractWeightFunction

Exponential function. a * e^bx.

Created: 04.09.2006 23:25:20

Since:
0.1
Author:
Volker Bergmann

Constructor Summary
ExponentialFunction(double frequency)
           
ExponentialFunction(double scale, double frequency)
           
 
Method Summary
 java.lang.String toString()
           
 double value(double param)
           
 
Methods inherited from class org.databene.benerator.distribution.AbstractWeightFunction
applyTo, createNumberGenerator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExponentialFunction

public ExponentialFunction(double frequency)

ExponentialFunction

public ExponentialFunction(double scale,
                           double frequency)
Method Detail

value

public double value(double param)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013. All Rights Reserved.