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.999136  0.0416615
  5.76269   0.068582
 12.1916    0.113333
  0.931913  0.06367
  6.95215   0.0881751
 14.5243    0.113146
run_experiment_tree(nrep = 1)
14