Description Usage Arguments Details Value
Calculates certificates of non-obstruction for TDAmapper::mapper1d
graphs
1 2 |
mapper |
A |
data |
The underlying data for the Mapper graph. |
graph |
The adjacency matrix |
type |
Which kind(s) of certificate to calculate: interleaving distance or
probabilistic test. Takes a character vector and calculates either
or both depending on the presence or absense of |
cl |
A |
N.sim |
The number of entries in the simulation testing for the probabilistic certificate. |
Based on Vejdemo-Johansson and Leshchenko, this is an implementation of computing certificates for 1-dimensional mapper graphs. Here, a certificate is a quantification of the absence or indication of the presence of an obstruction to a nerve lemma for the graph, which would imply that the graph is close in persistent homology to the true shape of the point cloud.
This function implements the global method from Vejdemo-Johansson and Leshchenko for probabilistic certificates.
A list with entries depending on the type of certificate chosen:
If calculating an interleaving
certificate
interleaving.epsilon
The interleaving distance according to the persistent interleaving results by Govc and Skraba.
persistences
The actual persistence values used to calculate
interleaving.epsilon
If calculating an probabilistic
certificate
z.scores
The Z-scores calculated.
p.value
The estimated p-value derived.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.