Learn R Programming

HTT (version 0.1.2)

Hypothesis Testing Tree

Description

A novel decision tree algorithm in the hypothesis testing framework. The algorithm examines the distribution difference between two child nodes over all possible binary partitions. The test statistic of the hypothesis testing is equivalent to the generalized energy distance, which enables the algorithm to be more powerful in detecting the complex structure, not only the mean difference. It is applicable for numeric, nominal, ordinal explanatory variables and the response in general metric space of strong negative type. The algorithm has superior performance compared to other tree models in type I error, power, prediction accuracy, and complexity.

Copy Link

Version

Install

install.packages('HTT')

Monthly Downloads

159

Version

0.1.2

License

GPL-3

Maintainer

Jiaqi Hu

Last Published

March 12th, 2023

Functions in HTT (0.1.2)

htt_control

Control for Hypothesis Testing Tree
print.htt

Print a Fitted htt Object
plot.htt

Plot an htt Object
ENB

Energy efficiency dataset
printsplit

Displays split table for Fitted htt Object
predict.htt

Predictions from a Fitted htt Object
Hypothesis Testing Tree

Hypothesis Testing Tree
htt.object

Hypothesis Testing Tree Object