Stepwise regression: history plot. Why yellow band = min(BIC|AICc)+10 and green = min(BIC|AICc) + 5 ?
In both the stepwise regression and in the generalized regression there is a yellow and a green band in the history plot of the V (goodness of fit) were v is either AICc or BIC. The instruction manual tells that yellow is min(V) + 10 and green is min(V) + 5.In the generalized regression platform it may also be used as a stopping rule like 'biggest inside yellow'. But why the +10 and +5 and has...