Publications by Farhana Zahir

Data604HW04Chap11

07.07.2020

Modeling and Simulation in Python¶HW05 Farhana Zahir Chapter 11 Copyright 2017 Allen Downey License: Creative Commons Attribution 4.0 International In [1]: # Configure Jupyter so figures appear in the notebook %matplotlib inline # Configure Jupyter to display the assigned value after an assignment %config InteractiveShell.ast_node_interactiv...

2817 sym R (4320 sym/20 pcs) 3 img

Data604HW04Chap10

07.07.2020

Modeling and Simulation in Python¶HW05 Farhana Zahir Chapter 10 Copyright 2017 Allen Downey License: Creative Commons Attribution 4.0 International In [1]: # Configure Jupyter so figures appear in the notebook %matplotlib inline # Configure Jupyter to display the assigned value after an assignment %config InteractiveShell.ast_node_interactiv...

4108 sym R (11616 sym/43 pcs) 4 img

Data604HW04Chap14

14.07.2020

Modeling and Simulation in Python¶Data604 Final Exam Farhana Zahir Chapter 14 Copyright 2017 Allen Downey License: Creative Commons Attribution 4.0 International In [1]: # Configure Jupyter so figures appear in the notebook %matplotlib inline # Configure Jupyter to display the assigned value after an assignment %config InteractiveShell.ast_n...

2791 sym R (6245 sym/26 pcs) 3 img

Data604HW04Project

19.07.2020

Data 604 Final Project: Queuing in a bank simulation Farhana Zahir 18th July 2020 Rpubs: Problem and Significance Service quality is one of the major parameters that customers look at when evaluating a bank that they have an account with. This is often measured by the wait times that customers experience when receiving a service. The service qua...

7455 sym R (6150 sym/22 pcs) 6 img

Data621 Blog5

27.11.2020

One of the most useful packages I have come across this semester is the stargazer package. It provides a way to create publication quality tables, and a way for researchers to avoid creating new tables each time they tweak their datasets. This package saves users time, and has been welcomed by the R community. It outputs tables in multiple format...

1187 sym R (4744 sym/8 pcs)

Data621 Blog4

27.11.2020

One of the required needs of any research paper is citing the sources. There are several formats for academic papers like APA and IEEE. This blog focuses on how to add a bibliography and cite your sources in a markdown document. First, you need to create a .bib file. This is a text file in the BibTeX format (http://www.bibtex.org). This is simila...

2155 sym R (852 sym/1 pcs)

Data621 Blog3

26.11.2020

Overview Missing values can be a big obstacle in the way of model fitting and predictive analytics. The choice of method to impute missing values,largely influences the model’s predictive ability. In most statistical analysis methods,listwise deletion is the default method used to impute missing values. But, it not as good since it leads to inf...

2829 sym R (13115 sym/32 pcs) 6 img

Data621 Blog2

24.11.2020

Overview This blog focuses on running a regression between two technology stocks, Apple and Amazon. We will be using the quantmod package to calculate the stock returns, on a daily and monthly basis. The two datasets will then be used to run a regression to see if we can use one stock’s returns to predict the returns of the other one. We then u...

1963 sym R (3375 sym/22 pcs) 4 img

Data621 Blog1

23.11.2020

Overview I work in the equity markets and have to work with a lot of time series data. This blog will focus on how to get prices of a specific stock, Apple, and create some visualizations to understand the trends in the closing price. We will be extracting the prices from yahoo using the quantmod package and then create some Technical charts that...

2687 sym R (1093 sym/8 pcs) 3 img

Data 698 Proposal

27.02.2021

Can Macroeconomic factors predict stock market returns? A case of listed financial stocks on the Dhaka Stock Exchange The problem There has been a lot of research using macroeconomic factors to predict overall stock market returns, but very few research papers have attempted to predict stock returns on a sectors basis. This paper aims to find if...

4454 sym