GdaXyzPlotStatistics Enumeration
| Syntax | Constants |
|---|---|
Enum GdaXyzPlotStatistics
scGdaPlotObserved = 0
scGdaPlotPredicted = 1
scGdaPlotResidual = 2
scGdaPlotStandardErrorOfPredicted = 3
scGdaPlotLowerPredictionInterval = 4
scGdaPlotUpperPredictionInterval = 5
scGdaPlotLowerl = 6
scGdaPlotUpperConfidenceLimit = 7
scGdaPlotStandardPred = 8
scGdaPlotStandardResid = 9
scGdaPlotStudentizedResid = 10
scGdaPlotLeverage = 11
scGdaPlotDeletedResidual = 12
scGdaPlotStudentizedDeletedResid = 13
scGdaPlotMahalanobisDistance = 14
scGdaPlotCookDistance = 15
scGdaPlotDffits = 16
scGdaPlotstandardDffits = 17
End Enum
|
|