Type Alias ContinuousFirstLevelDrillDownInsight
ContinuousFirstLevelDrillDownInsight: BaseDrillDownInsight & { costRSquared?: number; costSlope?: number; costYIntercept?: number; defectRSquared?: number; defectSlope?: number; defectYIntercept?: number; type: "continuous"; } Type declaration
OptionalcostRSquared?: number
OptionalcostSlope?: number
OptionalcostYIntercept?: number
OptionaldefectRSquared?: number
OptionaldefectSlope?: number
OptionaldefectYIntercept?: 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.