HackerTrans
TopNewTrendsCommentsPastAskShowJobs

samch93

no profile record

Submissions

Trying to be a 'public' (Bayesian) statistician [video] (2016)

videolectures.net
1 points·by samch93·2 jaar geleden·0 comments

Generalizing Support for Functional OOP in R

blog.r-project.org
109 points·by samch93·2 jaar geleden·50 comments

Statement on CVE-2024-27322

blog.r-project.org
34 points·by samch93·2 jaar geleden·49 comments

comments

samch93
·2 jaar geleden·discuss
A (deep) NN is just a really complicated data model, the way one treats the estimation of its parameters and prediction of new data determines whether one is a Bayesian or a frequentist. The Bayesian assigns a distribution to the parameters and then conditions on the data to obtain a posterior distribution based on which a posterior predictive distribution is obtained for new data, while the frequentist treats parameters as fixed quantities and estimates them from the likelihood alone, e.g., with maximum likelihood (potentially using some hacks such as regularization, which themselves can be given a Bayesian interpretation).
samch93
·7 jaar geleden·discuss
Nice article. For those who are more interested in mosaic plots, statisticians have already done a lot of work on this issue. For R there are many nice solutions, e.g. the strucplot framework which allows to visualize complicated relationships between multiple qualitative variables (https://www.jstatsoft.org/article/view/v017i03).