-
@mangiapasta and @ajschult - you guys got a great draft going for the specific observables section. I have some questions/comments that hopefully you could address in the next few days:
- I think …
-
Here is working code for the Box-Cox transform with an optional shift operator to keep data positive. My multivariable calculus is a bit rusty and I am unfamiliar with the python functions to perform …
-
Hi,
while reading your code, I wonder is there a requirement of the emission distribution in the model fitting? If I know the emission distribution is gaussian, how the model fitting will be? Does…
-
Hi,
I wonder if there is a way to help determine the optimal number of topics? Thanks.
-
I have an ipython notebook here - complete with data so the example is completely reproducible.
https://gist.github.com/jaredvacanti/62010beda0ccfc20d2eac3c900858e50
Executed Block 17 very clear…
-
Hi, I got a following error when I tried estimate_shift_configuration() on my dataset.
```
Warning message in matrix(ifelse(abs(x[!is.na(grpIdx)]) > 0, 1, 0), ncol = nVariables):
“data length [25…
-
I noticed there are a couple of loglike-resembling methods with names "llf" or "logL". Is this an intentional decision? If not I'd be happy to put together a PR normalizing to "loglike".
-
We have these repeated code elements spread throughout high and low-level functions and classes
![screen shot 2017-02-13 at 22 14 03](https://cloud.githubusercontent.com/assets/6765047/22906132/135c4…
-
This also has a simple main dialogue, namely
1) Usual selector within a data frame, with just objects of the fitdist type - (or bootdist).
2) A single receiver
3) A checkbox "Produce bootstrap"
4) A s…
-
To do better stats than "95% intervals [did/did not] overlap", @dlebauer suggested Kolmogorov-Smirnov tests on the HMC samples -- this gives a nonparametric test of whether two samples are drawn from …