Muhammad Haris

Results 11 comments of Muhammad Haris

Hi @Planeshifter, I'm interested in taking this task of improving the README examples for the `stats/base` namespace. Given the extensive list of functions within this namespace, I suggest focusing on...

@Planeshifter I've already commented on another issue to be assigned #1505 . Please assign this issue to @sudoevans.

@kgryte I'd like to work on this issue. I was wondering if you could provide some guidance on how to get started with it or perhaps point me to a...

@kgryte I've gone through the variance and mvariance code. I understand the implementations about both the accumulator1 and accumulator2, in case of both variance and mvariance. From what I understood,...

@kgryte Does this mean that we need to, first, derive equations for implementation of moving kurtosis? If so, I'm willing to do it, but I would need a starting point...

@kgryte First of all I want apologize for my recursive inquiries. And Thank you for your patience and guidance. I was looking through other similar issues, mainly `incr/wvariance` and following...

@kgryte @Planeshifter @Pranavchiku I'd like to work on this issue.

@kgryte I have gone through the `@stdlib/strided/base/nullary` and understand the "pattern" used there for testing. From my understanding, I would need to `import` the `nullary0d` up to `nd` and perform...

@kgryte can I go ahead and work on adding the tests for higher dimensions?

@kgryte Great. One more thing, why work on these in a new PR? I mean I could've added these in the PR we were working on.