Description Usage Arguments Value
Partition a set of observations (ON [-1,1] !) such that each subset contains the same number of observations.
1 | partition(x, num_div)
|
x |
The observations to partition. |
num_div |
The number of times to bisect each subset i.e. if num_div = 5 the partiton contains 2^5 subsets. |
A matrix where each row contains the boundaries of each disjoint subset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.