Giter Club home page Giter Club logo

learning-quantitative-finance-with-r's Introduction

Learning Quantitative Finance with R

This is the code repository for Learning Quantitative Finance with R, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the book

The role of a quantitative analyst is very challenging, yet lucrative, so there is a lot of competition for the role in top-tier organizations and investment banks. This book is your go-to resource if you want to equip yourself with the skills required to tackle any real-world problem in quantitative finance using the popular R programming language.

You'll start by getting an understanding of the basics of R and its relevance in the field of quantitative finance. Once you've built this foundation, we'll dive into the practicalities of building financial models in R. This will help you have a fair understanding of the topics as well as their implementation, as the authors have presented some use cases along with examples that are easy to understand and correlate.

By the end of this book, you will have a firm grasp of the techniques required to implement basic quantitative finance models in R.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter 02.

The code will look like the following:

    > y <- dnorm(Sampledata$Return, mean = mean(Sampledata$Return), 
    sd =sd(Sampledata$Return, na.rm = FALSE))
    > plot(Sampledata$Return,y) 

Software requirements:

Download and install R for various platforms such as Windows, Linux, and Mac. Go to the following link: https://cran.rstudio.com/. R is an open source platform and can be installed free of charge for any operating system from: https://www.r-project.org/. Installation guidelines are also found on this website.

Note:

Chapter 05, 06 and 09 does not contain dataset files. You can use the code from chapter itself.

Related Products:

Suggestions and Feedback

Click here if you have any feedback or suggestions.

learning-quantitative-finance-with-r's People

Watchers

babooppa6 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.