public class LinearPermanentExpectationParameters extends ArithmeticPriceEvolutionParameters
| Constructor and Description |
|---|
LinearPermanentExpectationParameters(ArithmeticPriceDynamicsSettings apds,
BackgroundParticipationRateLinear bprlPermanentExpectation,
BackgroundParticipationRate bprTemporaryExpectation)
LinearPermanentExpectationParameters Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BackgroundParticipationRateLinear |
linearPermanentExpectation()
Retrieve the Background Participation Linear Permanent Market Impact Expectation Function
|
arithmeticPriceDynamicsSettings, permanentExpectation, permanentVolatility, temporaryExpectation, temporaryVolatilitypublic LinearPermanentExpectationParameters(ArithmeticPriceDynamicsSettings apds, BackgroundParticipationRateLinear bprlPermanentExpectation, BackgroundParticipationRate bprTemporaryExpectation) throws java.lang.Exception
apds - The Asset Price Dynamics SettingsbprlPermanentExpectation - The Background Participation Rate Linear Permanent Expectation Market
Impact FunctionbprTemporaryExpectation - The Background Participation Rate Temporary Expectation Market Impact
Functionjava.lang.Exception - Thrown if the Inputs are Invalidpublic BackgroundParticipationRateLinear linearPermanentExpectation()