Falko
Falko
In the code sniplet, core is missing. (use 'classlojure.core) Greetings, zenon
Hi Chad, while trying to understand "Statistical Rethinking" by Richard McElreath, I see that he uses quadratic approximation for the first half of the book. As far as I understand,...
Hi, say I have a model m0 = @model X begin N = length(X) a ~ Beta(1, 1) X ~ Bernoulli(a) |> iid(N) end now, for `m0(X = [false, false,...
The REPL currently assumes that a complete expression has been entered when you press ENTER, or input a line feed; and it gives an error otherwise. This prohibits me from...
While expaining the board to a friend, I recognized that it 'd be good to have a possibility to mark empty positions too.
I'm not sure whether I need it. So see this as loud thinking only. My current test use case for the board is visualisation for something I try out in...
I am not completely sure, but I think I don't like it. My expectation as a use was: place with mouse left click. If other mouse buttons shall work, they...
It might be cool to change board size. I have no idea how difficult that is. Or if it is possible, how difficult it is to make it flexible. Like...