Interface SampleCohort
- All Known Implementing Classes:
NormalSampleCohort
public interface SampleCohort
SampleCohort exposes the Multiple Risk Factor Sample Realizations and its Reduction to a Synthetic
Single Risk Factor.
- Anfuso, F., D. Karyampas, and A. Nawroth (2017): A Sound Basel III Compliant Framework for Back-testing Credit Exposure Models https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2264620 eSSRN
- Diebold, F. X., T. A. Gunther, and A. S. Tay (1998): Evaluating Density Forecasts with Applications to Financial Risk Management, International Economic Review 39 (4) 863-883
- Kenyon, C., and R. Stamm (2012): Discounting, LIBOR, CVA, and Funding: Interest Rate and Credit Pricing, Palgrave Macmillan
- Wikipedia (2018): Probability Integral Transform https://en.wikipedia.org/wiki/Probability_integral_transform
- Wikipedia (2019): p-value https://en.wikipedia.org/wiki/P-value
- Module = Computational Core Module
- Library = Model Validation Analytics Library
- Project = Risk Factor and Hypothesis Validation, Evidence Processing, and Model Testing
- Package = Joint Risk Factor Aggregate Tests
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>
latentStateLabelList()
Retrieve the List of Latent State LabelsSample
reduce(java.lang.String label1, java.lang.String label2)
Reduce the Joint Realizations for the Pair of State Labels to a Single Risk Factor SampleLabelRdVertex
vertexRd()
Retrieve the Vertex Rd Multi-Factor Realizations
-
Method Details
-
latentStateLabelList
java.util.List<java.lang.String> latentStateLabelList()Retrieve the List of Latent State Labels- Returns:
- The List of Latent State Labels
-
vertexRd
LabelRdVertex vertexRd()Retrieve the Vertex Rd Multi-Factor Realizations- Returns:
- The Vertex Rd Multi-Factor Realizations
-
reduce
Reduce the Joint Realizations for the Pair of State Labels to a Single Risk Factor Sample- Parameters:
label1
- Latent State Label 1label2
- Latent State Label 2- Returns:
- The Single Risk Factor Sample
-