Cross Quantilogram Matrix
These Matlab functions and scripts estimate and plot the cross quantilogram matrix. Function crossQmtx(data,p,lag) returns a matrix of cross quantilogram values, when p is a vector of probabilities in the range 0<p(i)<1. The repository Systemic Risk by Tommaso Belluzzo includes functions to compute the scalar cross quantilogram. It requires p to be a scalar in the range 0.01<=p<=0.1. Function crossQmtxplot() produces a plot of a cross quantilogram matrix. Script crossQmtxTest.m demonstrates the use of crossQmtx() and plotcrossQmtx(). See the PDF for more examples of usage. The function crossQmtx() here, and the functions in Systemic Risk, return the same scalar value, when called with identical arguments. One weakness of (the current version of) crossQmtx() is that it does not compute confidence intervals. See the PDF for more details and references.
Zitieren als
William Rose (2024). Cross Quantilogram Matrix (https://github.com/rosewc/crossQ), GitHub. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxTags
Quellenangaben
Inspiriert von: Systemic Risk
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0 |
|