Type Alias ContinuousFirstLevelDrillDownInsight
ContinuousFirstLevelDrillDownInsight: BaseDrillDownInsight & { costRSquared?: number; costSlope?: number; costYIntercept?: number; defectRSquared?: number; defectSlope?: number; defectYIntercept?: number; type: "continuous"; } Type declaration
Optional
costRSquared?: number
Optional
costSlope?: number
Optional
costYIntercept?: number
Optional
defectRSquared?: number
Optional
defectSlope?: number
Optional
defectYIntercept?: number
type: "continuous"
Doc
R² measure of how much variation can be explained by this independent variable using a linear regression. If set, then the cost was significantly impacted by this field.