powered by
sim_sgd(tau, b, d, nu)
tau <- 10 b <- 1e6 d <- b-0.5 nu <- 0.6 tree <- sim_sgd(tau,b,d,nu) plot(tree)
Run the code above in your browser using DataLab