View source: R/mcmc-analysis.R
onestep | R Documentation |
Check membership of one-step neighbors
onestep( subsample, reference, h, Y, X, D, Phi, tau, MEMBERSHIP_FCN = foc_membership_v3, ... )
subsample |
An n-long vector with m ones |
reference |
An n-long vector from which we measure the distance to the one-step neighbors |
h |
A vector of indices that are the active basis |
Y, X, D, Phi |
data |
tau |
Quantile |
MEMBERSHIP_FCN |
function for checking membership |
... |
arguments for STATUS |
A named list with two elements
distance: vector with distances between neighbors and reference
status: vector indicating whether neighbor is inside polytope
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.