Authors
GRUPO 13 6
ANÁLISIS DE COMPONENTES PRINCIPALES Latest
28.06.2020
Analisis de Componentes Principales La base de datos que vamos a utilizar se basa en la información de clientes de una entidad bancaria. La cual cuenta con un total de 1254 observaciones y 19 variables entre cuantitativas y cualitativas, que...
3681 sym R (5229 sym/15 pcs) 4 img
Document Latest
17.04.2023
Gráfico 1 Balanza de Pagos (Millones de dólares, % del PIB, año) Fuente: Banco Central del Uruguay * Cifras Preliminares desde 2018 Gráfico 2 Cuenta Financiera por Sector Institucional (Millones de dólares, año) Fuente: Banco Central del...
27581 sym 27 img
Dikky Cahyo Hariyanto, Prof. Dr. Suhartono, M.Kom (Magister Informatika, Universitas Islam Negeri Maulana Malik Ibrahim Malang) 6
Mempelajari Data Exploration di R Latest
22.09.2021
Disini berdasarkan arahan dari Prof. M. Suhartono dalam mata kuliah Knowledge Learning dan Data Mining untuk mencoba bagaimana melakukan eksplorasi data set yang bernama “Iris”. Hal pertama yang dilakukan adalah mengecek seberapa besar data...
1471 sym R (2859 sym/18 pcs)
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