compute_pbf: compute_pbf

View source: R/Compute_PBF.R

compute_pbfR Documentation

compute_pbf

Description

compute_pbf

Usage

compute_pbf(vec_vals, barcode, k = 2)

Arguments

vec_vals

values of x for which the pbf function must be computed

barcode

matrix with the barcode information generated by compute_homology or compute_homology_multi functions.

k

Parameter k for exponentiation.

Value

Returns a list with the PBF for each tested dimension.

Examples

## Not run: 
compute_pbf(vec_vals,barcode,2)

## End(Not run)

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