@FunctionalInterface public interface CharacteristicFunctionModel extends Model
Modifier and Type | Method and Description |
---|---|
CharacteristicFunction |
apply(double time)
Returns the characteristic function of X(t), where X is
this stochastic process. |
CharacteristicFunction apply(double time)
this
stochastic process.time
- The time at which the stochastic process is observed.Copyright © 2019. All rights reserved.