home.social

#bayesfactors — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bayesfactors, aggregated by home.social.

  1. Here's a new paper summarizing methods for evaluating whether the absence of a statistically significant difference (from a NHST) is actually no difference--test of equivalence, confidence interval bounds, likelihood ratios, Bayes factors, and Bayesian estimation. There's nothing new here, but it's a nice readable overview that might be worth citing for some audiences.

    royalsocietypublishing.org/doi

    #Science #Statistics #Likelihood #BayesFactors

  2. New on the blog: I explore the connection between Bayes factors and cross-validation and explain why I think it does not justify the use Bayes factors in most cases. martinmodrak.cz/2024/03/23/cro

    #bayesian #BayesFactors #stats #CrossValidation

  3. Was going through old repositories; found this nice document on estimating treatment effect of a medicine for a single patient with seizures :rstats:

    It goes from simple to complex:
    - & summary statistics
    - Poisson regression (glm) with a treatment dummy
    - Penalized poisson regression to deal with 0s
    - Correcting for autocorrelation
    - Poisson model with
    - Correcting for autocorrelation and

    github.com/vankesteren/single_