public class AndersenPiterbargMeanReverter extends R1ToR1
Constructor and Description |
---|
AndersenPiterbargMeanReverter(ExponentialDecay auExpDecay,
R1ToR1 auSteadyState)
AndersenPiterbargMeanReverter constructor
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double dblVariate)
Evaluate for the given variate
|
derivative, differential, differential, integrate, maxima, maxima, minima, minima
public AndersenPiterbargMeanReverter(ExponentialDecay auExpDecay, R1ToR1 auSteadyState) throws java.lang.Exception
auExpDecay
- The Exponential Decay Univariate FunctionauSteadyState
- The Steady State (i.e., Infinite Time) Undamped Behavior Univariate Functionjava.lang.Exception
- Thrown if the Inputs are invalidpublic double evaluate(double dblVariate) throws java.lang.Exception
R1ToR1