plotDriftStatus
Plot p-values and confidence intervals for variables tested for data drift
Since R2022a
Syntax
Description
plotDriftStatus(
plots the
estimated p-value of the permutation test for each variable specified
for drift detection in the call to DDiagnostics
)detectdrift
, as well as the
confidence interval for each estimated p-value, using error bars. The
function also plots the warning and drift thresholds as well and color-codes the
p-values with their confidence intervals according to their drift
status.
If you set the value of EstimatePValues
to
false
in the call to detectdrift
, then
plotDriftStatus
does not generate a plot and, instead, returns a
warning.
plotDriftStatus(
plots the drift status for the variables specified by
DDiagnostics
,Variables=variables
)variables
.
plotDriftStatus(
plots on
the axes ax
,___)ax
instead of gca
, using any of the input
argument combinations in the previous syntaxes.
creates an error bar plot and returns an array of EB
= plotDriftStatus(___)ErrorBar
objects
EB
. Use EB
to inspect and modify the
properties of the error bars. To learn more, see ErrorBar Properties.
[
additionally returns an array of EB
,CL
] = plotDriftStatus(___)ConstantLine
objects
CL
for the drift and warning threshold values.
CL
is an array of ConstantLine
objects. Use
CL
to inspect and modify the properties of the lines. For more
information, see ConstantLine Properties.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a
See Also
detectdrift
| DriftDiagnostics
| plotEmpiricalCDF
| plotHistogram
| plotPermutationResults
| ecdf
| summary
| histcounts