-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Reimannian #102
base: main
Are you sure you want to change the base?
[ENH] Reimannian #102
Conversation
* add riemannian distance functions between matrices add tests for riemannian distance functions between matrices add example notebook for riemannian distance functions between matrices * add references for examples --------- Co-authored-by: futuer <[email protected]>
2. fix formula fault in examples and \_riemannian\_matrix.py 3. add pairwise distance function Co-authored-by: futuer <[email protected]>
this is a power spectral density matrices transformation 2. add a simple test for _nuttall_strand.py above 3. add function to calculate optimal weights for riemannian density matrices in _get_optimal_weights.py 4. add normal pairewise riemannian distance function in _riemannian_matrix.py 5. get _check_inputs and _is_hpd function back to test_riemannian_matrix.py 6. change a link import for _is_hpd function in test_power_spectrum.py 7. add a special knn in _nuttall_knn.py for the 3D input which get from NuttallStrand transform Co-authored-by: futuer <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thank you for contributing to
|
add Reimannian functionality