public class UniformParticipationRate extends java.lang.Object implements BackgroundParticipationRate
| Constructor and Description |
|---|
UniformParticipationRate(TransactionFunction tf)
UniformParticipationRate Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TransactionFunction |
epochImpactFunction()
Compute the Epoch Market Impact Function
|
TransactionFunction |
impactFunction(double dblTime)
Compute the Market Impact Function from the Volatility Function
|
public UniformParticipationRate(TransactionFunction tf) throws java.lang.Exception
tf - The Participation Rate Transaction Functionjava.lang.Exception - Thrown if the Inputs are Invalidpublic TransactionFunction impactFunction(double dblTime)
BackgroundParticipationRateimpactFunction in interface BackgroundParticipationRatedblTime - The Time Snapshotpublic TransactionFunction epochImpactFunction()
BackgroundParticipationRateepochImpactFunction in interface BackgroundParticipationRate