Rob Luke
Rob Luke
Thanks Vwing, and sorry for missing the linting. Thanks for fixing my errors
Hi @loew, thanks for reporting this issue. I believe this is an unintended consequence of https://github.com/mne-tools/mne-python/pull/10642, when MNE changed the way it ordered channels. Can you post a link to...
Thanks for kicking this off @effigies And yes, I'll find an appropriate image over the weekend. Great idea!!
You can find another test file at https://github.com/rob-luke/Neuroimaging.jl-example-data
Hi @arshak Thanks for checking out the test code. Could you provide the code that produces incorrect estimates? I assume you are referring to the /test/qf_bias.jl file?
Sorry to be a pain but I do use standalone filtering. Could we provide multiple smoothing algorithms? I imagine you could have a common `kalman_smooth(y, model; kwargs...)` that defaulted to...
Also a clean stand alone filter implementation would be useful for undergrad students learning about filtering.
Is it the plan for TimeModels to provide an interface to the more complete packages such as StateSpace? If so, which other package would you suggest? Currently this is the...
Is there a way to automatically run `@time` or other benchmarking tools automatically via travis or some other CI on original and changed code? So you can see if a...
The [Benchmark](https://github.com/johnmyleswhite/Benchmark.jl) package looks nice. But I see no easy way to compare against different git commits.