risk.validation.plotSpearmanRanks
Syntax
Description
risk.validation.plotSpearmanRanks(
plots the ranks of the observations in Sample1,Sample2)Sample1 against the ranks of the
observations in Sample2. The plot also displays the Spearman rank
correlation coefficient in the lower right corner.
risk.validation.plotSpearmanRanks(
plots into the axes specified by ax,Sample1,Sample2)ax instead of into the current axes
(gca).
risk.validation.plotSpearmanRanks(
plots into the axes specified by Sample1,Sample2,Parent=ax)ax instead of into the current axes
(gca).
returns handles to the plotted graphics objects. h = risk.validation.plotSpearmanRanks(___)
Examples
Input Arguments
Output Arguments
References
[1] Basel Committee on Banking Supervision, "Calculation of RWA for market risk." January, 2022. https://www.bis.org/basel_framework/chapter/MAR/32.htm?inforce=20220101&published=20191215.
Version History
Introduced in R2026a
