Alex Arslan
Alex Arslan
FYI since you linked the PR, EDF.jl v0.6.3 supports reading and writing BDF files :slightly_smiling_face:
@likanzhan, can you open an issue on EDF.jl with some details about the status channel not working? Without supporting that, BDF support is technically incomplete, so I'll see if I...
Apologies, I've not been able to get back to that PR for a while. One question I have for the folks who would be using it is what behavior would...
When `shoco_compress` writes 2 bytes to `Out` with the input 1, is the second byte in `Out` a null byte? If so, I think that might be expected.
Bump @nalimilan, any thoughts on this?
> Sorry for the delay No worries π > I just wonder where we should draw the line regarding what to add to StatsAPI Perhaps worth determining what the precise...
@nalimilan, did you have thoughts on the function name? I find `statistic` appealing. Looks like @babaq would prefer `teststat` (at least over `teststatistic`), which seems okay I guess but I...
> `statistic` feels like itβs asking for a name collision Only two registered packages define a function called `statistic`: Bootstrap and Hecke. Bootstrap's definition could/should extend this one from StatsAPI....
So actually, wouldn't the generality of `statistic` be a reasonable thing for an interface function? After all, the whole point of StatsAPI is for packages to share names. π The...
> People often complain that we abuse generic functions by overloading them with methods which actually have little of nothing in common I was not aware of this. What are...