Interface OUProcess
-
- All Known Implementing Classes:
OrnsteinUhlenbeckProcess
public interface OUProcess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
mu()
Get the overall mean.double
sigma()
Get the volatility.double
theta()
Get the mean reversion rate.
-