n_bound_homology_2D {ashapesampler}R Documentation

n Bound Homology 2D

Description

#' Function returns the minimum number of points to preserve the homology with an open cover of radius alpha.

Usage

n_bound_homology_2D(area, epsilon, tau = 1, delta = 0.05)

Arguments

area

area of manifold from which points being sampled

epsilon

size of balls of cover

tau

number bound

delta

probability of not recovering homology

Value

n, number of points needed


[Package ashapesampler version 1.0.0 Index]