Matching Items (9)
Filtering by

Clear all filters

133831-Thumbnail Image.png
Description
Many fear that the growth of automation and artificial intelligence will lead to massive unemployment since human labor would no longer be needed. Although automation does displace workers from their current jobs, it is unclear the total net effect on jobs this period of advancement will have. One possible solution

Many fear that the growth of automation and artificial intelligence will lead to massive unemployment since human labor would no longer be needed. Although automation does displace workers from their current jobs, it is unclear the total net effect on jobs this period of advancement will have. One possible solution to help displaced workers is a Universal Basic Income. A Universal Basic Income(UBI) is a set payment paid to all members of society regardless of working status. Compared to current unemployment programs, a Universal Basic Income does not restrict participants in how to spend the money and is more inclusive. This paper examines the effects of a UBI on a person's motivation to work through a study on current college students. There is reason to believe that a Universal Basic Income will lead to fewer people working as people may become dependent on a base payment to meet their basic needs and not look for work. In addition, some people may drop out of their current jobs and rely on a UBI as their main form of income. The current literature does not offer a consensus opinion on this relationship and more studies are being completed with the threat of mass unemployment looming. This study shows the effects of a UBI on participants' willingness to work and then applies these results to the current economic model. With these results and new economic model, a decision about future policies surrounding a UBI can be made.
ContributorsAgarwal, Raghav (Author) / Pulido Hernadez, Carlos (Thesis director) / Foster, William (Committee member) / School of Mathematical and Statistical Sciences (Contributor) / Department of Economics (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
134405-Thumbnail Image.png
Description
In this work we analyze just what makes the topic of third party voting so intriguing to voters and why it is different than voting for one of the major parties in American politics. First, we will discuss briefly the history of politics in America and what makes it exciting.

In this work we analyze just what makes the topic of third party voting so intriguing to voters and why it is different than voting for one of the major parties in American politics. First, we will discuss briefly the history of politics in America and what makes it exciting. Next, we will outline some of the works by other political and economic professionals such as Hotelling, Lichtman and Rietz. Finally, using the framework described beforehand this paper will analyze the different stances that voters, candidates, and others involved in the political process of voting have regarding the topic of third party voting.
ContributorsMcElroy, Elizabeth (Co-author) / Beardsley, James (Co-author) / Foster, William (Thesis director) / Goegan, Brian (Committee member) / Department of Economics (Contributor) / School of International Letters and Cultures (Contributor) / Economics Program in CLAS (Contributor) / School of Politics and Global Studies (Contributor) / Barrett, The Honors College (Contributor)
Created2017-05
135014-Thumbnail Image.png
Description
Cannabis use has been purported to cause an amotivation-like syndrome among users. The purpose of this study was to investigate whether third party observers noticed amotivation among cannabis users. Participants in this study were 72 undergraduate university students, with a mean age of M=19.20 years old (SD=2.00). Participants nominated Informants

Cannabis use has been purported to cause an amotivation-like syndrome among users. The purpose of this study was to investigate whether third party observers noticed amotivation among cannabis users. Participants in this study were 72 undergraduate university students, with a mean age of M=19.20 years old (SD=2.00). Participants nominated Informants who knew them well and these informants completed a version of the 18-item Apathy Evaluation Scale. Results indicated that more frequent cannabis use was associated with higher informant-reported levels of amotivation, even when controlling for age, sex, psychotic-like experiences, SES, alcohol use, tobacco use, other drug use, and depression symptoms (β=0.34, 95% CI: 0.04, 0.64, p=.027). A lack of motivation severe enough to be visible by a third party has the potential to have negative social impacts on individuals who use cannabis regularly.
ContributorsWhite, Makita Marie (Author) / Meier, Madeline (Thesis director) / Glenberg, Arthur (Committee member) / Pardini, Dustin (Committee member) / School of Art (Contributor) / Department of Psychology (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
132164-Thumbnail Image.png
Description
With the coming advances of computational power, algorithmic trading has become one of the primary strategies to trading on the stock market. To understand why and how these strategies have been effective, this project has taken a look at the complete process of creating tools and applications to analyze and

With the coming advances of computational power, algorithmic trading has become one of the primary strategies to trading on the stock market. To understand why and how these strategies have been effective, this project has taken a look at the complete process of creating tools and applications to analyze and predict stock prices in order to perform low-frequency trading. The project is composed of three main components. The first component is integrating several public resources to acquire and process financial trading data and store it in order to complete the other components. Alpha Vantage API, a free open source application, provides an accurate and comprehensive dataset of features for each stock ticker requested. The second component is researching, prototyping, and implementing various trading algorithms in code. We began by focusing on the Mean Reversion algorithm as a proof of concept algorithm to develop meaningful trading strategies and identify patterns within our datasets. To augment our market prediction power (“alpha”), we implemented a Long Short-Term Memory recurrent neural network. Neural Networks are an incredibly effective but often complex tool used frequently in data science when traditional methods are found lacking. Following the implementation, the last component is to optimize, analyze, compare, and contrast all of the algorithms and identify key features to conclude the overall effectiveness of each algorithm. We were able to identify conclusively which aspects of each algorithm provided better alpha and create an entire pipeline to automate this process for live trading implementation. An additional reason for automation is to provide an educational framework such that any who may be interested in quantitative finance in the future can leverage this project to gain further insight.
ContributorsYurowkin, Alexander (Co-author) / Kumar, Rohit (Co-author) / Welfert, Bruno (Thesis director) / Li, Baoxin (Committee member) / Economics Program in CLAS (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2019-05
131337-Thumbnail Image.png
Description
Apple’s HomeKit framework centralizes control of smart home devices and allows users to create home automations based on predefined rules. For example, a user can add a rule to turn off all the lights in their house whenever they leave. Currently, these rules must be added through a graphical user

Apple’s HomeKit framework centralizes control of smart home devices and allows users to create home automations based on predefined rules. For example, a user can add a rule to turn off all the lights in their house whenever they leave. Currently, these rules must be added through a graphical user interface provided by Apple or a third-party app on iOS. This thesis describes how a text-based language provides users with a more expressive means of creating complex home automations and successfully implements such a language. Rules created using this text-based format are parsed and interpreted into rules that can be added directly into HomeKit. This thesis also explores how security features should be implemented with this text-based approach. Since automations are run by the system without user interaction, it is important to consider how the system itself can provide functionality to address the unintended consequences that may result from running an automation. This is especially important for the text-based approach since its increase in expressiveness makes it easier for a user to make a mistake in programming that leads to a security concern. The proposed method for preventing unintended side effects is using a simulation to run every automation prior to actually running the automation on real-world devices. This approach allows users to code some conditions that must be satisfied in order for the automation to run on devices in the home. This thesis describes the creation of such a program that successfully simulates every device in the home. There were limitations, however, with Apple's HomeKit framework, which made it impractical to match the state of simulated devices to real devices in the home. Without being able to match the current state of the home to the current state of the simulation, this method cannot satisfy the goal of ensuring that certain adverse effects will not occur as a result of automations. Other smart home control platforms that provide more extensibility could be used to create this simulation-based security approach. Perhaps as Apple continues to open up their HomeKit platform to developers, this approach may be feasible within Apple's ecosystem at some point in the future.
ContributorsSharp, Trevor Ryan (Co-author) / Sharp, Trevor (Co-author) / Bazzi, Rida (Thesis director) / Doupe, Adam (Committee member) / Economics Program in CLAS (Contributor) / Department of Management and Entrepreneurship (Contributor) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
Description

In the end, an increase in repurchases of company stock will also influence the rate of dividends to increase. This means, an investor should not necessarily worry about the dividends they receive, but rather to see if the company is making profit at a consistent rate and reinvesting into value-added

In the end, an increase in repurchases of company stock will also influence the rate of dividends to increase. This means, an investor should not necessarily worry about the dividends they receive, but rather to see if the company is making profit at a consistent rate and reinvesting into value-added activities. Through the major pillars of finance, technology, legal, and human resources, the budget for reinvestment can be optimized by investing into these respective categories with percentages that are mindful of the specific companies needs and functions. Any firm that chooses to ensure proven methods of growth will enact a combination of these four verticals. A larger emphasis on finance will branch out efficiency in the entire organization, as finance control everything from the toilet paper to the acquisitions the company is making. The more technology is used to reduce redundancy and inefficient or costly operations, the more capability the organization will have. IT, however, comes with its technical challenges; having a team on-hand or even outsourced, to solve the critical problems to help the business continue operation. Over-reliance into technology can be detrimental to a business as well if clear processes are not set about straight to counteract problems the business will face like IT ticketing systems or recovery and continuity support. Therefore, technology will require a larger chunk of attention as well.

The upcoming legal and HR investments a company will make will depend upon its current position and thus the restructuring will differ for every firm. Each company has its own flavour and style of work. In that regard, the required legal counsel will vary; different problems will require different solutions for risk control and management, which are often professionally advised by intelligent corporate counsel. This ability to hire efficient legal counsel would not arise in the first place if a firm were to give out dividends; the leftover profit would have gone towards the shareholders and not back into growing the equity of the business. Lastly, nothing is possible without the contribution of people, and their efforts. A quality that long-lasting, successful businesses have, is they are investing in their people and development. Paying salaries, insurances, bonuses, all requires extra capital that is needed to be set aside in order to grow human capital. Good people, better people. There are qualities for each role that need to be defined and a process for attracting talent needs to be invested in. This process can also include outsourcing to an external firm who specializes in these strategies. By retaining profits internally, the company is able to stretch its legs to have further reach upon the market they work in. Financially and statistically, dividends are likely to grow as well with the increase in equity due to the increase in security an investor feels with more cash reserve and liquidity within the company.

All in all, a company should not be pressured into giving out periodic payments in predetermined timeframes, in other words a dividend, to investors even when they are insisting. Rather, pitch and prove, a new method for reinvestment within the company that will raise the value of the company, through proven methods like the value chain model, to increase the equity in the company. By expanding the scope and capability, the company is allowing for a larger target market which will reap more benefits; none of it would be possible if it had continued to give out large percentages of capital to investors as dividends. Companies, and investors, should not be worried about dividends at all as a matter of fact; an increase in stock buyback, in other words reinvesting into the company, will increase the rate of dividends anyway, due to increased confidence and capital within the company.

ContributorsKabra, Dev (Author) / Ahern, James (Thesis director) / Kabra , J. (Committee member) / Barrett, The Honors College (Contributor) / Department of Information Systems (Contributor) / School of Politics and Global Studies (Contributor) / Department of Finance (Contributor)
Created2022-05
165155-Thumbnail Image.jpg
ContributorsKabra, Dev (Author) / Ahern, James (Thesis director) / Kabra , J. (Committee member) / Barrett, The Honors College (Contributor) / Department of Information Systems (Contributor)
Created2022-05
165156-Thumbnail Image.png
ContributorsKabra, Dev (Author) / Ahern, James (Thesis director) / Kabra , J. (Committee member) / Barrett, The Honors College (Contributor) / Department of Information Systems (Contributor)
Created2022-05
165157-Thumbnail Image.png
ContributorsKabra, Dev (Author) / Ahern, James (Thesis director) / Kabra , J. (Committee member) / Barrett, The Honors College (Contributor) / Department of Information Systems (Contributor)
Created2022-05