compute_pbf_for_curve: compute_pbf_for_curve

View source: R/Compute_PBF.R

compute_pbf_for_curveR Documentation

compute_pbf_for_curve

Description

compute_pbf_for_curve

Usage

compute_pbf_for_curve(vec_vals, barcode, k = 2, dim_betti = c(0, 1, 2))

Arguments

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.

Value

Returns PBF for a specified Betti dimension.

Examples

## Not run: 
compute_pbf_for_curve(vec_vals,barcode,2,0)

## End(Not run)

jfores/DocTDA documentation built on March 19, 2022, 9:37 p.m.