Authors

Nama: M.Singgi Aditya Ramadhan 23

MosaicCalc Latest

20.09.2022

drug_remaining <- function(dose, duration, time_constant) { dose * exp(- duration / time_constant) } library(mosaicCalc) ## Loading required package: mosaic ## Registered S3 method overwritten by 'mosaic': ## method...

171 sym R (1408 sym/17 pcs) 1 img

Simon Barthelme 23

Why an inverse-Wishart prior may not be such a good idea Latest

07.03.2012

While playing around with Bayesian methods for random effects models, it occured to me that inverse-Wishart priors can really bite you in the bum. Inverse Wishart-priors are popular priors over covariance functions. People like them priors because...

4511 sym 72 img

Sigrid Keydana 23

Towards privacy: Encrypted deep learning with Syft and Keras Latest

28.04.2020

Deep learning need not be irreconcilable with privacy protection. Federated learning enables on-device, distributed model training; encryption keeps model and gradient updates private; differential privacy prevents the training data...

915 sym

rdata.lu Blog | Data science with R 23

License Latest

30.09.2015

LICENSE Unless otherwise mentioned code from this blog can used as per MIT or Apache 2.0 license. Related To leave a comment for the author, please follow the link and comment on their blog: rdata.lu Blog | Data science with R....

545 sym

Congressional Redistricting in Texas Latest

06.02.2021

Overview The ‘Atlas Of Redistricting’ is a project published online by Nate Silver’s “FiveThirtyEight” website early 2018. The project describes and maps various congressional redistricting scenarios in the U.S. in order to explore how...

2817 sym R (13879 sym/39 pcs) 4 img

Estadística Descriptiva Latest

27.08.2020

Estadística Descriptiva 1.- Variables Estadísticas 1.1.- Variables Cualitativas 1.2.- Variables Cuantitativas 2.- Población 3.- Distribución de Frecuencias 3.1- Frecuencias Absolutas (fi) 3.2.- Frecuencia Relativa (hi) 4.- Medidas de...

12255 sym R (11709 sym/123 pcs) 1 img 2 tbl

Tópicos Especiais em Macroeconomia - Unidade 1 Latest

27.03.2023

class: center, middle, inverse, title-slide .title[ # Tópicos Especiais em Macroeconomia ] .subtitle[ ## Primeiro semestre de 2023 ] .author[ ### Roberto Ellery Jr ] .institute[ ### ECO/FACE/UnB ] .date[ ### 2023/01/31 (updated:...

58712 sym

Ryan Hanlon 23

document best practice 1 Latest

07.09.2022

Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes and...

1506 sym

Sahid Alejandro De La Torre Galarza. 20040381 23

caso 7 Latest

02.11.2020

library(gtools) library(knitr) S.personas <- c("Sahid", "Liz", "Dafne", "Oscar", "Alexia" ) personas.agregadas <- c("Manson", "Miler", "Nañel", "Salma", "Leslie") S.personas <- c(S.personas,personas.agregadas) S.personas ## [1] "Sahid"...

713 sym R (15989 sym/41 pcs)

Richard Morey 23

What is a Bayes factor? Latest

09.02.2014

The BayesFactor packageThis blog is a companion to the BayesFactor package in R (website), which supports inference by Bayes factors in common research designs. Bayes factors have been proposed as more principled replacements for common classical...

9821 sym R (55 sym/1 pcs) 12 img