Publications by Gabriel Medina

EVIDENCIA 2 -ECONOMETRIA

12.09.2023

1.- Introduction Briefly describe what is time series analysis (1-2 paragraphs). Please cite atleast 1 external reference to develop your explanation. 2.- Background What are the latest trends of Nearshoring in Mexico? Please cite at least 1 external reference to develop your explanation. 3.- Description of the Problem Situation What is the pr...

32378 sym R (28497 sym/46 pcs) 11 img

Document

11.09.2023

A00834241 | Regina Rodríguez Chávez A00833617 | Yessica Acosta Blancheth A01275763 | Eli Gabriel Hernández Medina A00833172 | Genaro Rodríguez Alcántara ### uploading libraries library(xts) library(zoo) library(tseries) library(stats) library(forecast) library(astsa) library(corrplot) library(AER) library(dynlm) library(vars) #library(mFilter...

33804 sym R (19166 sym/49 pcs) 4 img

EXAM PART 4

09.09.2023

Exploratory Data Analysis ### loading libraries library(foreign) library(dplyr) # data manipulation library(forcats) # to work with categorical variables library(ggplot2) # data visualization library(readr) # read specific csv files library(janitor) # data exploration and cleaning library(Hmisc) # several usef...

42319 sym 21 img

EXAM PART 3

09.09.2023

To start our exploratory data analysis, it is necessary to load all the libraries that will be used in our analysis. library(xts) library(dplyr) library(zoo) library(tseries) library(stats) library(forecast) library(astsa) library(corrplot) library(AER) library(vars) library(dynlm) library(vars) library(TSstudio) library(tidyverse) library(sarima) ...

29125 sym Python (31642 sym/49 pcs) 14 img

A3

04.09.2023

A00834241 | Regina Rodríguez Chávez A00833617 | Yessica Acosta Blancheth A01275763 | Eli Gabriel Hernández Medina A00833172 | Genaro Rodríguez Alcántara a.- Background • Briefly describe the selected company / variable (i.e., What is the company’s background? What is the consumer price index?) Canadian Solar Inc. is a leading global comp...

5804 sym R (20787 sym/96 pcs) 15 img

Evidencia 2

02.09.2023

Parte 1 - Background In an increasingly globalized and competitive business world, organizations are constantly seeking innovative strategies to streamline their operations and stay ahead in their respective industries. One of these strategies that has gained prominence in recent years is “Nearshoring”, an outsourcing approach that involves del...

37355 sym Python (48946 sym/151 pcs) 26 img

WorkShop1 kShop2

26.05.2023

Tema 4. T de Student pagos=c(107,92,97,95,105,101,91,99,95,104) t.test(pagos,y=NULL,alternative="two.sided",mu=100,paired=FALSE,var.equal=FALSE,conf.level=0.90) ## ## One Sample t-test ## ## data: pagos ## t = -0.79888, df = 9, p-value = 0.4449 ## alternative hypothesis: true mean is not equal to 100 ## 90 percent confidence interval: ## 95....

10077 sym 14 img 3 tbl

WORKSHOP2

26.05.2023

Tema 4. T de Student pagos=c(107,92,97,95,105,101,91,99,95,104) t.test(pagos,y=NULL,alternative="two.sided",mu=100,paired=FALSE,var.equal=FALSE,conf.level=0.90) ## ## One Sample t-test ## ## data: pagos ## t = -0.79888, df = 9, p-value = 0.4449 ## alternative hypothesis: true mean is not equal to 100 ## 90 percent confidence interval: ## 95....

10077 sym 14 img 3 tbl

WorkShop2

26.05.2023

Tema 4. T de Student pagos=c(107,92,97,95,105,101,91,99,95,104) t.test(pagos,y=NULL,alternative="two.sided",mu=100,paired=FALSE,var.equal=FALSE,conf.level=0.90) ## ## One Sample t-test ## ## data: pagos ## t = -0.79888, df = 9, p-value = 0.4449 ## alternative hypothesis: true mean is not equal to 100 ## 90 percent confidence interval: ## 95....

6686 sym 1 img 2 tbl

WorkShop1

19.05.2023

Sesión 1. Medidas de tendencia central data=c(266.63,163.41,219.41,162.64,187.16,289.17,306.55,335.48,343.50,226.80,208.99,230.46) #Media media=mean(data) media ## [1] 245.0167 #Mediana mediana= median (data) mediana ## [1] 228.63 #Moda #En R no hay una funcion directa para la moda #Rango rango = max(data)-min(data) rango ## [1] 180.86 #Varianz...

14619 sym 9 img 1 tbl