# # Single Tree Models # For STAT8810 # Fall, 2017 # M.T. Pratola # Example: Unconditional Realization set.seed(88) cuts=seq(0.1,0.9,length=9) nonterms=c() terms=c() stop=FALSE alpha=0.95 beta=2 # Node 1 d=0 psplit=alpha*(1+d)^(-beta) runif(1)