Description Usage Arguments Value
Weigh the value of the f-function for each pair, sum together results of the same bin and place the sum in the correct bin.
1 | weigh_and_bin(f_value, weight, idx_vec, n_bin)
|
f_value |
A vector of values from the mark test function corresponding to each pair of points. |
weight |
A vector of weights for each pair of points. |
idx_vec |
A vector of bin indices to guide each pair of points into the correct bin. |
n_bin |
The amount of bins that the returned vector should have. |
A rho_f vector with length of n_bin.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.