plotDriftStatus
Visualize p-values and confidence intervals
Syntax
Description
plotDriftStatus(
plots the
estimated p-value for the permutation test for each variable specified
for drift detection in the call to DDiagnostics
)detectdrift
, as well as the
confidence interval for each estimation, using error bars. It also plots the warning and
drift thresholds 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 returns a
warning.
plotDriftStatus(
plots the drift status for the variables specified by
DDiagnostics
,Variables=variables
)variables
.
plotDriftStatus(
plots
into axes ax
,___)ax
instead of gca
.
creates an error bar plot and returns an array of EB
= plotDriftStatus(___)ErrorBar
objects in
EB
. Use this to inspect and adjust the properties of the error
bars. To learn more about the properties of the ErrorBar
object, see
ErrorBar Properties.
[
creates an error bar plot and returns two arrays of graphics objects,
EB
,CL
] = plotDriftStatus(___)EB
and CL
.
EB
is an array of ErrorBar
objects and
CL
is an array of ConstantLine
objects. Use
CL
to inspect and adjust the properties of the lines. To learn more
about the ConstantLine
object properties, see ConstantLine Properties.
Examples
Input Arguments
Output Arguments
Version History
See Also
detectdrift
| DriftDiagnostics
| plotEmpiricalCDF
| plotHistogram
| plotPermutationResults
| ecdf
| summary
| histcounts