Description Usage Arguments Value Examples
Estimate the ratio of probability densities that generated data in two samples (Xnu and Xde).
1 2 3 4 5 6 7 8 9 10 |
Xnu |
Samples from numerator probability density |
Xde |
Samples from denomenator probability density |
Xce |
Matrix of centers |
sigma |
Scalar or vector; Gaussian kernel bandwidth(s). Positive. |
lambda |
Scalar or vector; regularization parameter(s). Non-negative. |
alpha |
Scalar; relative parameter in [0, 1) |
k |
Positive integer; number of basis functions |
n_folds |
Integer; number of folds to use in cross fold validation |
List of 3
opt_sigma: chosen sigma from CV
opt_lambda: chosen lambda from CV
rPE: relative Pearson divergence
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.