senchromatic / topological-data-analysis

Applied topology using abstract simplicial complexes
0 stars 0 forks source link

KL divergence #22

Closed mfleduc closed 3 years ago

mfleduc commented 3 years ago

Implementation of KL divergence and the KS test, starting with data analysis and building a VR complex, and associated functions to support those endeavors. Also adding our names to commonly submitted scripts

senchromatic commented 3 years ago

I noticed that I had misinterpreted spatial_dist as some kind of distance (since "dist" in distMat meant distance), whereas spatial_dist actually abbreviates distribution; I'll send out a new commit soon which resolves these naming ambiguities (most of them, hopefully).