Description Usage Arguments Value See Also Examples
cp.torus.kde
computes conformal prediction set indices
(TRUE if in the set) using kernel density estimation as conformal scores.
1 | cp.torus.kde(data, eval.point = grid.torus(), level = 0.1, concentration = 25)
|
data |
n x 2 matrix of toroidal data on [-π, π)^2 |
eval.point |
N x N numeric matrix on [-π, π)^2. Default input is
|
level |
either a scalar or a vector, or even |
concentration |
positive number which has the role of κ of von Mises distribution. Default value is 25. |
If level
is NULL
, then return kde at eval.point
and at data points.
If level
is a vector, return the above and prediction set indices
for each value of level.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.