n_bound_connect_2D {ashapesampler}R Documentation

n Bound Connect 2D

Description

This is the bound for connectivity based on samples.

Usage

n_bound_connect_2D(alpha, delta = 0.05, r = 1, rmin = 0.01, bound = "square")

Arguments

alpha

alpha parameter for alpha shape

delta

probability of isolated point

r

length of square, radius of circle, or outer radius of annulus

rmin

inner radius of annulus

bound

manifold shape, options are "square", "circle", or "annulus"

Value

minimum number of points to meet probability threshold.


[Package ashapesampler version 1.0.0 Index]