Authors
Dima 6
ITM and ARM Latest
24.04.2023
The Inverse Transform Method (ITM) Acceptance-Rejection Method(ARM) # plot density func curve(4*exp(-4*x),from = 0, to = NULL) true.mean= 1/4 true.sd= sqrt(1/4^2) inf.fn = function(u){ x= -(1/4)*log(1-u) x } inf.fn(u= 0.8) ## [1]...
2411 sym Python (5966 sym/108 pcs) 4 img
Diogenes Cruz Figueroa Garcia 6
Reproducible Research assignment 2 Latest
03.02.2020
Synopsis The purpose of this analysis is to briefly summarize the data concerning weather events which may affect the health of the US Citizens, and the economic impact of such events. Ultimately, this introduction may be used to dig deeper into...
5468 sym R (15526 sym/22 pcs) 2 img
Dionisius Widjayanto 6
EDA Loan Probability Latest
18.08.2021
1. Explanation About Loan Data This data set is about loan data from LendingClub.com that publish for comercial in Kaggle. LendingClub.com is platform that connect people who need money (borrower) and who have money (investor). As an investor, we...
5756 sym R (6258 sym/37 pcs) 5 img
Urban Analytics R (map plotting) Latest
09.09.2021
install.packages(c(tidyverse, sf, tmap, spatstat, maptools, ggplot2, sqldf)) install.packages(“spatstat.geom”, dependencies = TRUE) install.packages(“leaflet.providers”) install.packages(“markdown”, dependencies = TRUE)...
8063 sym R (5578 sym/21 pcs) 4 img
Lifestyle and health Latest
20.03.2020
Setup Load packages library(ggplot2) library(dplyr) Load data load("brfss2013.RData") Part 1: Data This data set was prepared by The Behavioral Risk Factor Surveillance System (BRFSS) in 2013-2014 by collecting data from randomly selected...
15507 sym R (25326 sym/44 pcs) 20 img
Deepjyoti Chakraborty 6
Reproducible Research - Week 4 - Project Latest
23.02.2020
Synopsis: Severe weather events like tornadoes, floods etc can have great impact on population health as well as cause economic damage. These form key concerns around such severe weather events. This report uses data from the NOAA storm database...
2618 sym R (7497 sym/9 pcs) 1 img
Final Project 600 Latest
23.11.2019
Clear workspace, Load packages, load data rm(list=ls()) if(!require('lpSolveAPI')){install.packages('lpSolveAPI')} ## Loading required package: lpSolveAPI ## Warning: package 'lpSolveAPI' was built under R version 3.5.3...
71 sym R (11793 sym/41 pcs)
Daniela Moncada 6
control 2 Latest
14.05.2021
knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE) Pregunta 1 Cargue las librerias data.table, readxl, ggplot2, chilemapas,sf,sp,leaflet. Cargue, además la base de datos ENE.csv con el nombre ENE y la base de comunas.xls con el...
1960 sym R (2136 sym/11 pcs) 3 img
Job Dashboard Latest
29.01.2020
Jobs Dashboard Column Distribution Plot Column Composition Plot Categorical Ranking...
151 sym