n_bound_homology_3D {ashapesampler}R Documentation

n Bound Homology 3D

Description

Calculates number of points needed to be samped from manifold for open ball cover to have same homology as original manifold. See Niyogi et al 2008

Usage

n_bound_homology_3D(volume, epsilon, tau = 1, delta = 0.05)

Arguments

volume

volume 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]