Description Usage Arguments Details Value Examples
Compute Betti curves of a persistence diagram
until a desired dimension, a maximum radius, and output vector lenght.
The Betti curve of dimension d of a diagram diag
refers to the sequence of Betti numbers of dimension d and
diamgram diag along radius from zero to infinity (maximun radius).
1 | compute_betti_curves(diag, maxdim = -1, maxradius = -1, len = 100)
|
diag |
is a persistence diagram from TDA o TDAstats |
maxdim |
is the maximum dimension the betti curve is computed |
maxradius |
is the maximum radius the betti curve is computed |
len |
is the length of each betticurve |
if maxdim = -1 then the dimension is infered from diag
if maxradius = -1 the maximum radius is infered from diag
A matrix with the Betti curves
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.