jasp-stats / jaspLearnBayes

A module to help learn bayesian statistics
GNU General Public License v3.0
3 stars 15 forks source link

Initiating enter sequence as 0 success 0 failures for prior prediction table #226

Closed jvli4n closed 3 weeks ago

jvli4n commented 1 month ago

.tablePredictions2LS now assumes 0 successes and 0 failures in case no data sequence is specified, so the analysis does not crash.

fixes: https://github.com/jasp-stats/INTERNAL-jasp/issues/2657

FBartos commented 4 weeks ago

Nice, it solves the issue quite convinietly. I did not see any new bugs, but I noticed a couple of additional inconsistencies, could you also address those?

Screenshot1:

image

Screenshot2:

image

Maybe you could quickly check the Binomial Estimation whether you see something there too.