Mike Lawrence

Results 63 issues of Mike Lawrence

If I upload a file, modify it locally, then upload again, the second upload appears to occur (i.e. progress bar, etc), but when I then attempt to download it either...

Dunno if you're taking inclusion requests, but these classics would be top for me: [Tada](https://www.myinstants.com/instant/windows-31-startup-tada/) [Critical Stop](https://www.myinstants.com/instant/windows-xp-critical-stop-27303/)

Packages such as rstanarm and brms permit glm/glmer-like formula-based model specification, but also include default and specifiable priors on model parameters that should be fairly straightforward to extract.

enhancement
new model

I'm no expert in signal processing, but so far as I've been able to tell through reading online, it seems that zero-padding the fft seems to improve speed (if you...

I see that your code runs an FFT on the green channel only, possibly missing out on data from the other channels. I've seen other implementations pass the RGB channel...

At present, most `*_rng()` functions for quantities have a single signature, requiring loops to accommodate expressions that are otherwise expressable with a single line when using the corresponding `*_lpdf()` in...

I recently discovered that cholesky decomposition of toeplitz matrices (useful for GPs evaluated on a grid) can be done with O(n^2) rather than the standard cholesky O(n^3). I found an...

Currently we can use `show_messges` and `show_exceptions` to enable/disable stdout & stderr, and the `$output()` method of a fit to view messages if they were suppressed, but I recently encountered...

feature

**Describe the bug** Models with #include fail at run-time when project has spaces in path. I previously didn't encounter this behaviour with the same code, so I believe it is...

bug

By looking at the code it looks like one should be able to do: ```r ggplot(fake_df) + geom_fan(aes(x=x,y=y,alpha=..Interval..)) ``` But I'm getting the error `Error: $ operator is invalid for...