8.26 But first, BART notation:
- Let K be the total number of regression trees and
- B be the number of iterations the BART algorithm will run for
- Let ˆfbk(x) be the prediction at x for the kth regression tree used in the bth iteration of the BART algorithm
- At the end of each iteration, the K trees from that iteration will be summed:
ˆfb(x)=K∑k=1ˆfbk(x) for b=1,...,B