Uses of Class
org.drip.exposure.regression.PillarVertex
| Package | Description |
|---|---|
| org.drip.exposure.regression |
Regression Based Path Exposure Generation
|
-
Uses of PillarVertex in org.drip.exposure.regression
Methods in org.drip.exposure.regression that return PillarVertex Modifier and Type Method Description PillarVertexAndersenPykhtinSokolSegment. leftPillar()Retrieve the Left Pillar VertexPillarVertexPykhtinBrownianBridgeSegment. leftPillar()Retrieve the Left Pillar VertexPillarVertexAndersenPykhtinSokolSegment. rightPillar()Retrieve the Right Pillar VertexPillarVertexPykhtinBrownianBridgeSegment. rightPillar()Retrieve the Right Pillar VertexConstructors in org.drip.exposure.regression with parameters of type PillarVertex Constructor Description AndersenPykhtinSokolSegment(int epochDate, PillarVertex leftPillar, PillarVertex rightPillar, R1ToR1 rightPillarLocalVolatility)AndersenPykhtinSokolSegment ConstructorPykhtinBrownianBridgeSegment(PillarVertex leftPillar, PillarVertex rightPillar, R1ToR1 rightPillarLocalVolatility)PykhtinBrownianBridgeSegment Constructor