plotPermutationResults
Plot histogram of permutation results for a variable
Syntax
Description
plotPermutationResults(
plots
the histogram of metric values DDiagnostics
)driftdetect
computes during
permutation testing for the variable with the lowest p-value.
If you set the value of 'EstimatePValues'
to
false
in the call to detectdrift
, then
plotPermutationResults
does not generate a plot and returns a
warning.
plotPermutationResults(
plots the histogram for the variable specified by DDiagnostics
,Variable=variable
)variable
.
plots the histogram and returns an array of H
= plotPermutationResults(___)Histogram
objects, in
H
. Use this to inspect and adjust the properties of the histogram.
For more information on the Histogram
object properties, see Histogram Properties.
[
plots the histogram and returns two arrays of graphics objects, H
,CL
] = plotPermutationResults(___)H
and
CL
.
H
is an array of Histogram
objects and
CL
is a ConstantLine
object. Use
CL
to inspect and adjust the properties of the line. For more
information on the ConstantLine
object properties, see ConstantLine Properties.
Examples
Input Arguments
Output Arguments
Version History
See Also
detectdrift
| DriftDiagnostics
| plotDriftStatus
| plotEmpiricalCDF
| plotHistogram
| ecdf
| summary
| histcounts