Book Image

Developing Financial Analysis Tools [Video]

By : Atmajitsinh Gohil
Book Image

Developing Financial Analysis Tools [Video]

By: Atmajitsinh Gohil

Overview of this book

<p><span id="description" class="sugar_field">As most of the data on the web or residing in a database is not structured in the right way, the course will assist viewers in developing skills to manipulate, transform, and evaluate raw input data. Through the concept of tidy data and visualization tools, viewers will be able to analyze trends and study the financial markets. </span></p> <p><span id="description" class="sugar_field">Once users have developed a good understanding of financial markets and financial data, the next three sections (3, 4, and 5) will introduces users to the concepts of basic statistics, time series analysis, and forecasting. Viewers will use a variety of basic R functions and forecast package to understand statistics and perform time series analysis.</span></p> <p><span id="description" class="sugar_field">By the end of this volume users will be able to use R, learn the use of Shiny apps, understand the concept of tidy data, and generate R markdown files for sharing information.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course is shows how to build finance models and helps analyst solve their quantitative finance problems.</span></span></p>
Table of Contents (5 chapters)
Chapter 3
Basic Statistics Using R
Content Locked
Section 5
Evaluating Skewness and Kurtosis in Financial Data in R
In this video, we aim to study and visualize the different types of distributions of asset returns using the concept of skewness, kurtosis, excess kurtosis, and QQ plots in R. - Understand the concepts of skewness and assess positive, symmetrical, and negative skew in our data - Understand the importance of kurtosis in financial data and implement the same in R - Visualize asset returns and detect fat tails using the qqnorm and qqline functions in R