Description Usage Arguments Examples
View source: R/random_rotation.R
Compute the correct number of trees to grow per rotation, given h and the distribution function
1 | num_trees_per_rot(N, R, h, fn = weights_exp)
|
N |
number of trees in total |
R |
number of rotations in total |
h |
value of tuning parameter |
fn |
distribution function, currently in weights_cut, exp, rre |
1 | num_trees_per_rot(5000, 100, 10, fn=weights_cut)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.