|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.akutan.correlations.SpectralDecomposition
public class SpectralDecomposition
Implements the Spectral Decomposition method from the paper "The Most General Way to Create a Valid Correlation Matrix for Risk Management and Option Pricing Purposes" by Rebonato and Jaekel, 1999. It is available at http://www.quarchome.org/correlationmatrix.pdf
| Method Summary | |
|---|---|
static cern.colt.matrix.DoubleMatrix2D |
adjust(cern.colt.matrix.DoubleMatrix2D input)
This method is from the paper "The Most General Way to Create a Valid Correlation Matrix for Risk Management and Option Pricing Purposes" by Rebonato and Jaekel, 1999. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static cern.colt.matrix.DoubleMatrix2D adjust(cern.colt.matrix.DoubleMatrix2D input)
This method is from the paper "The Most General Way to Create a Valid Correlation Matrix for Risk Management and Option Pricing Purposes" by Rebonato and Jaekel, 1999.
The algorithm is roughly as follows:
input - Correlation matrix to be cleaned up
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||