plotEmpiricalCDF
Visualize empirical cumulative distribution function (ecdf) of a variable specified for drift detection
Syntax
Description
plotEmpiricalCDF(
plots the
ecdf values of the baseline and target data for the continuous variable with the lowest
p-value. If there are no continuous variables in the data, then
DDiagnostics
)plotEmpiricalCDF
does not generate a plot and returns a
warning.
If you set the value of EstimatePValues
to
false
in the call to detectdrift
, then
plotEmpiricalCDF
displays NaN
for the
p-value and the drift status.
plotEmpiricalCDF(
plots the ecdf for the variable specified by DDiagnostics
,Variable=variable
)variable
.
plots
the ecdf and returns an array of St
= plotEmpiricalCDF(___)Stair
objects in
St
. Use this to inspect and adjust the properties of the ecdf. To
learn more about the properties of the Stair
object, see Stair Properties.
Examples
Input Arguments
Version History
See Also
detectdrift
| DriftDiagnostics
| plotDriftStatus
| plotHistogram
| plotPermutationResults
| ecdf
| summary
| histcounts