This software implements a regression tree algorithm. It includes both a training program which estimates the order and parameters of a regression tree through a growing/pruning proceedure, and a prediction program that applies the estimated tree to compute prediction estimates from data samples.