Evgenii Neumerzhitckii

Results 314 comments of Evgenii Neumerzhitckii

Good question, @Neeraj204. You need to implement this yourself, it is not built into Auk unfortunately.

Hi @thecodewarrior, thanks for contributing. A couple of small issues I noticed * Most importantly, the is a hiccup in the music when I launch the demo app. The sound...

Hi, good question. I have no idea, sorry. Anyone knows the answer?

A proof of concept :) https://gitlab.com/evgenyneu/2019_logbook/tree/master/a2020/a01/a14_cmdstanpy_probability_plot/code #### From Terminal https://youtu.be/qGrPKlw3ytA #### From Jupyter ![live_probability_plot_jupyter](https://user-images.githubusercontent.com/880411/72407637-505af280-37b4-11ea-8bc4-4ffa746ada3d.gif)

Here is a fuzzy caterpillar concept :) https://gitlab.com/evgenyneu/2019_logbook/tree/master/a2020/a01/a15_fuzzy_caterpillar/code Terminal: https://youtu.be/f6BpCAHXCvY Jupyter: https://youtu.be/Ku9JsJAClgI

> Maybe related is #897 This issue was closed. Looks like Github Markdown people try to simply dodge the issue using "it's not my problem" argument and directing the complaints...

Thanks for reporting the issues, @mannd. I've updated the code for Swift 5.0 and released it in version 9 to CocoaPods.

Good suggestion, thanks. I would not do it though, here are the reasons: 1. That would entangle two separate statistical concepts (sample and population) in the README. Currently they are...

@NathanJang good point about naming, I need to think about it.

@Schemetrical yes it is a good alternative, thank you. In this particular case I still prefer to keep information of "what the function does" in its name, and not to...