compute_pbf_for_curve | R Documentation |
compute_pbf_for_curve
compute_pbf_for_curve(vec_vals, barcode, k = 2, dim_betti = c(0, 1, 2))
vec_vals |
vector with the x values to compute the PBF function. |
barcode |
matrix with the barcode information generated by compute_homology or compute_homology_multi functions. |
k |
Parameter k for exponentiation. |
dim_betti |
Betti dimension to test. |
Returns PBF for a specified Betti dimension.
## Not run: compute_pbf_for_curve(vec_vals,barcode,2,0) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.