Mark Rogoyski

Results 153 comments of Mark Rogoyski

Hi @Aweptimum, Thank you for continuing to work to improve the SVD function. I wrote a bunch of new unit tests on SVD and most of them are passing with...

Hi @Smoren, Thank you for your interest in MathPHP and for your pull request. I understand the functionality from our conversations in the IterTools PRs. I have a question about...

> P.S. Can you unlock github workflow for me to run without manual approval please? It seems like first time contributors to a repository require manual approval from what I...

Hi @orlandothoeny, Thanks for your interest in MathPHP. Thanks for the suggestion for a feature improvement for a new kernel function. We'll look into it and see if this is...

@orlandothoeny, What could help speed up an implementation is providing test data to write unit tests against. For example: - GIVEN input X - WHEN computing the KDE - THEN...

Hi @Aweptimum, Thanks for your continued work on this. I'm presuming the eigenvalue calculation is correct. If that is the case, and we think the eigenvector calculation is the issue,...

@Aweptimum, Thank you for your work up till now. We appreciate it. I'll continue with what you've started. Thanks again. Mark

Hi @Aweptimum, Thanks for your interest in MathPHP and considering adding additional matrix functionality. For the SVD, if I recall correctly, the only thing that matters is S and it...

Hi @Aweptimum, Thank you for your interest in improving MathPHP. When you say not documented, are you referring to the main README on the Github main project page, or in...

Thanks. I've updated the README in the `develop` branch. I think it makes sense to add corresponding column methods. If you would like to work on this let me know....