Publications by Marc Pastor
Forecasting US Vehicle Sales
Introduction In this project I am going to forecast the number of vehicles sold in the US for the next 12 months. This forecast is based on the USVSales dataset, which is availaible by default in the R enviroment. This dataset is a monthly time series object starting in January 1976 and ending in september 2019. In order to achieve the desired fo...
9560 sym R (12553 sym/47 pcs) 21 img 4 tbl
Forecasting US Natural Gas Consumption (document)
US Natural Gas Consumption In this project I am going to forecast the US Natural Gas Consumption for the following 12 months. The data used for this forecast represents the monthly consumption of gas in the US between 2000 and 2019 (at the moment of this study the latest data is from July 2019). This is a dataset included in the R programming env...
8179 sym R (12175 sym/65 pcs) 20 img
Forecasting the number of Unemployed people in Spain (2021)
In this study I am going to forecast the number of unemployed people in Spain for the following 12 months. # Loading the basic libraries that I am going to use library(forecast) library(TSstudio) library(plotly) ## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ##...
6605 sym R (17903 sym/95 pcs) 16 img
Forecasting US Natural Gas Consumption (presentation)
8 de marzo de 2020 US Natural Gas Consumption In this project I am going to forecast the US Natural Gas Consumption for the following 12 months. The data used for this forecast represents the monthly consumption of gas in the US between 2000 and 2019 (at the moment of this study the latest data is from July 2019). This is a dataset included in t...
8135 sym R (12175 sym/65 pcs) 20 img
Exploratory Analysis final project
Exploratory Data Analysis using R - Final Project Introduction This is my final project for Coursera’s Exploratory Data Analysis Course (using R). The goal of this assignment is to analyse in different locations of the United States, the presence of PM2.5. PM2.5 is an ambient pollutant for which there’s a strong evidence that it is harmful t...
7049 sym R (2812 sym/18 pcs) 6 img