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.985663  0.0362996
  5.68039   0.0288199
 12.1989    0.0900742
  0.973039  0.035981
  6.94522   0.0981778
 14.5496    0.142526
run_experiment_tree(nrep = 1)
14