Mastering R for Quantitative Finance

Mastering R for Quantitative Finance
Author: Edina Berlinger
Publisher: Packt Publishing Ltd
Total Pages: 362
Release: 2015-03-10
Genre: Computers
ISBN: 1783552085

Download Mastering R for Quantitative Finance Book in PDF, Epub and Kindle

This book is intended for those who want to learn how to use R's capabilities to build models in quantitative finance at a more advanced level. If you wish to perfectly take up the rhythm of the chapters, you need to be at an intermediate level in quantitative finance and you also need to have a reasonable knowledge of R.

Introduction to R for Quantitative Finance

Introduction to R for Quantitative Finance
Author: Gergely Daróczi
Publisher: Packt Publishing Ltd
Total Pages: 253
Release: 2013-11-22
Genre: Computers
ISBN: 1783280948

Download Introduction to R for Quantitative Finance Book in PDF, Epub and Kindle

This book is a tutorial guide for new users that aims to help you understand the basics of and become accomplished with the use of R for quantitative finance.If you are looking to use R to solve problems in quantitative finance, then this book is for you. A basic knowledge of financial theory is assumed, but familiarity with R is not required. With a focus on using R to solve a wide range of issues, this book provides useful content for both the R beginner and more experience users.

Learning Quantitative Finance with R

Learning Quantitative Finance with R
Author: Dr. Param Jeet
Publisher: Packt Publishing Ltd
Total Pages: 276
Release: 2017-03-23
Genre: Computers
ISBN: 1786465256

Download Learning Quantitative Finance with R Book in PDF, Epub and Kindle

Implement machine learning, time-series analysis, algorithmic trading and more About This Book Understand the basics of R and how they can be applied in various Quantitative Finance scenarios Learn various algorithmic trading techniques and ways to optimize them using the tools available in R. Contain different methods to manage risk and explore trading using Machine Learning. Who This Book Is For If you want to learn how to use R to build quantitative finance models with ease, this book is for you. Analysts who want to learn R to solve their quantitative finance problems will also find this book useful. Some understanding of the basic financial concepts will be useful, though prior knowledge of R is not required. What You Will Learn Get to know the basics of R and how to use it in the field of Quantitative Finance Understand data processing and model building using R Explore different types of analytical techniques such as statistical analysis, time-series analysis, predictive modeling, and econometric analysis Build and analyze quantitative finance models using real-world examples How real-life examples should be used to develop strategies Performance metrics to look into before deciding upon any model Deep dive into the vast world of machine-learning based trading Get to grips with algorithmic trading and different ways of optimizing it Learn about controlling risk parameters of financial instruments In Detail 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. We'll also look at risk management and optimization techniques for algorithmic trading. Finally, the book will explain some advanced concepts, such as trading using machine learning, optimizations, exotic options, and hedging. By the end of this book, you will have a firm grasp of the techniques required to implement basic quantitative finance models in R. Style and approach This book introduces you to the essentials of quantitative finance with the help of easy-to-understand, practical examples and use cases in R. Each chapter presents a specific financial concept in detail, backed with relevant theory and the implementation of a real-life example.

Python for Finance

Python for Finance
Author: Yves Hilpisch
Publisher: "O'Reilly Media, Inc."
Total Pages: 720
Release: 2018-12-05
Genre: Computers
ISBN: 1492024295

Download Python for Finance Book in PDF, Epub and Kindle

The financial industry has recently adopted Python at a tremendous rate, with some of the largest investment banks and hedge funds using it to build core trading and risk management systems. Updated for Python 3, the second edition of this hands-on book helps you get started with the language, guiding developers and quantitative analysts through Python libraries and tools for building financial applications and interactive financial analytics. Using practical examples throughout the book, author Yves Hilpisch also shows you how to develop a full-fledged framework for Monte Carlo simulation-based derivatives and risk analytics, based on a large, realistic case study. Much of the book uses interactive IPython Notebooks.

Numerical Methods in Finance with C++

Numerical Methods in Finance with C++
Author: Maciej J. Capiński
Publisher: Cambridge University Press
Total Pages: 177
Release: 2012-08-02
Genre: Business & Economics
ISBN: 0521177162

Download Numerical Methods in Finance with C++ Book in PDF, Epub and Kindle

This book provides aspiring quant developers with the numerical techniques and programming skills needed in quantitative finance. No programming background required.

Mastering Data Analysis with R

Mastering Data Analysis with R
Author: Gergely Daroczi
Publisher: Packt Publishing Ltd
Total Pages: 397
Release: 2015-09-30
Genre: Computers
ISBN: 1783982039

Download Mastering Data Analysis with R Book in PDF, Epub and Kindle

Gain sharp insights into your data and solve real-world data science problems with R—from data munging to modeling and visualization About This Book Handle your data with precision and care for optimal business intelligence Restructure and transform your data to inform decision-making Packed with practical advice and tips to help you get to grips with data mining Who This Book Is For If you are a data scientist or R developer who wants to explore and optimize your use of R's advanced features and tools, this is the book for you. A basic knowledge of R is required, along with an understanding of database logic. What You Will Learn Connect to and load data from R's range of powerful databases Successfully fetch and parse structured and unstructured data Transform and restructure your data with efficient R packages Define and build complex statistical models with glm Develop and train machine learning algorithms Visualize social networks and graph data Deploy supervised and unsupervised classification algorithms Discover how to visualize spatial data with R In Detail R is an essential language for sharp and successful data analysis. Its numerous features and ease of use make it a powerful way of mining, managing, and interpreting large sets of data. In a world where understanding big data has become key, by mastering R you will be able to deal with your data effectively and efficiently. This book will give you the guidance you need to build and develop your knowledge and expertise. Bridging the gap between theory and practice, this book will help you to understand and use data for a competitive advantage. Beginning with taking you through essential data mining and management tasks such as munging, fetching, cleaning, and restructuring, the book then explores different model designs and the core components of effective analysis. You will then discover how to optimize your use of machine learning algorithms for classification and recommendation systems beside the traditional and more recent statistical methods. Style and approach Covering the essential tasks and skills within data science, Mastering Data Analysis provides you with solutions to the challenges of data science. Each section gives you a theoretical overview before demonstrating how to put the theory to work with real-world use cases and hands-on examples.

Reproducible Finance with R

Reproducible Finance with R
Author: Jonathan K. Regenstein, Jr.
Publisher: CRC Press
Total Pages: 248
Release: 2018-09-24
Genre: Mathematics
ISBN: 1351052608

Download Reproducible Finance with R Book in PDF, Epub and Kindle

Reproducible Finance with R: Code Flows and Shiny Apps for Portfolio Analysis is a unique introduction to data science for investment management that explores the three major R/finance coding paradigms, emphasizes data visualization, and explains how to build a cohesive suite of functioning Shiny applications. The full source code, asset price data and live Shiny applications are available at reproduciblefinance.com. The ideal reader works in finance or wants to work in finance and has a desire to learn R code and Shiny through simple, yet practical real-world examples. The book begins with the first step in data science: importing and wrangling data, which in the investment context means importing asset prices, converting to returns, and constructing a portfolio. The next section covers risk and tackles descriptive statistics such as standard deviation, skewness, kurtosis, and their rolling histories. The third section focuses on portfolio theory, analyzing the Sharpe Ratio, CAPM, and Fama French models. The book concludes with applications for finding individual asset contribution to risk and for running Monte Carlo simulations. For each of these tasks, the three major coding paradigms are explored and the work is wrapped into interactive Shiny dashboards.

Quantitative Finance with R and Cryptocurrencies

Quantitative Finance with R and Cryptocurrencies
Author: Dean Fantazzini
Publisher: Independently Published
Total Pages: 588
Release: 2019-05-20
Genre:
ISBN: 9781090685315

Download Quantitative Finance with R and Cryptocurrencies Book in PDF, Epub and Kindle

The main objective of this book is to provide the necessary background to analyze cryptocurrencies markets and prices. To this end, the book consists of three parts: the first one is devoted to cryptocurrencies markets and explains how to retrieve cryptocurrencies data, how to compute liquidity measures with these data, how to calculate bounds for Bitcoin (and cryptocurrencies) fundamental value and how competing exchanges contribute to the price discovery process in the Bitcoin market. The second part is devoted to time series analysis with cryptocurrencies and presents a large set of univariate and multivariate time series models, tests for financial bubbles and explosive price behavior, as well as univariate and multivariate volatility models. The third part focuses on risk and portfolio management with cryptocurrencies and shows how to measure and backtest market risk, how to build an optimal portfolio according to several approaches, how to compute the probability of closure/bankruptcy of a crypto-exchange, and how to compute the probability of death of crypto-assets.All the proposed methods are accompanied by worked-out examples in R using the packages bitcoinFinance and bubble.This book is intended for both undergraduate and graduate students in economics, finance and statistics, financial and IT professionals, researchers and anyone interested in cryptocurrencies financial modelling. Readers are assumed to have a background in statistics and financial econometrics, as well as a working knowledge of R software.

Quantitative Investment Portfolio Analytics in R

Quantitative Investment Portfolio Analytics in R
Author: James Picerno
Publisher: Createspace Independent Publishing Platform
Total Pages: 134
Release: 2018-06-18
Genre:
ISBN: 9781987583519

Download Quantitative Investment Portfolio Analytics in R Book in PDF, Epub and Kindle

R is a free, open source programming language that's become a popular standard for financial and economic analysis. Quantitative Investment Portfolio Analytics In R is your guide to getting started with modeling portfolio risk and return in R. Even if you have no experience with the software, you'll be fluent in R at a basic level after reading this short primer. The chapters provide step-by-step instructions for tapping into R's powerful capabilities for portfolio analytics.

Quant Job Interview Questions and Answers

Quant Job Interview Questions and Answers
Author: Mark Joshi
Publisher:
Total Pages: 0
Release: 2013
Genre: Business & Economics
ISBN: 9780987122827

Download Quant Job Interview Questions and Answers Book in PDF, Epub and Kindle

The quant job market has never been tougher. Extensive preparation is essential. Expanding on the successful first edition, this second edition has been updated to reflect the latest questions asked. It now provides over 300 interview questions taken from actual interviews in the City and Wall Street. Each question comes with a full detailed solution, discussion of what the interviewer is seeking and possible follow-up questions. Topics covered include option pricing, probability, mathematics, numerical algorithms and C++, as well as a discussion of the interview process and the non-technical interview. All three authors have worked as quants and they have done many interviews from both sides of the desk. Mark Joshi has written many papers and books including the very successful introductory textbook, "The Concepts and Practice of Mathematical Finance."