Regression Tree

Note

For simple demonstration and fast auto-generation via GitHub Action, here we do not run the complete experiment presented in the paper.

using DegreesOfFreedom
df_regtree(ps = [1, 2], maxd = 2)
6×2 Matrix{Float64}:
  0.9274    0.0355162
  5.61535   0.0925492
 12.2868    0.136908
  0.996584  0.0431839
  7.0064    0.0901077
 14.4065    0.130941
run_experiment_tree(nrep = 1)
14