org.databene.benerator.distribution.function
Class ExponentialFunction
java.lang.Object
org.databene.benerator.distribution.AbstractWeightFunction
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
Method Summary |
java.lang.String |
toString()
|
double |
value(double param)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExponentialFunction
public ExponentialFunction(double frequency)
ExponentialFunction
public ExponentialFunction(double scale,
double frequency)
value
public double value(double param)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.