R Programming and Its Applications in Financial Mathematics
eBook - ePub

R Programming and Its Applications in Financial Mathematics

  1. 248 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

R Programming and Its Applications in Financial Mathematics

Book details
Book preview
Table of contents
Citations

About This Book

This book provides an introduction to R programming and a summary of financial mathematics.

It is not always easy for graduate students to grasp an overview of the theory of finance in an abstract form. For newcomers to the finance industry, it is not always obvious how to apply the abstract theory to the real financial data they encounter. Introducing finance theory alongside numerical applications makes it easier to grasp the subject.

Popular programming languages like C++, which are used in many financial applications are meant for general-purpose requirements. They are good for implementing large-scale distributed systems for simultaneously valuing many financial contracts, but they are not as suitable for small-scale ad-hoc analysis or exploration of financial data. The R programming language overcomes this problem. R can be used for numerical applications including statistical analysis, time series analysis, numerical methods for pricing financial contracts, etc.

This book provides an overview of financial mathematics with numerous examples numerically illustrated using the R programming language.

Frequently asked questions

Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access R Programming and Its Applications in Financial Mathematics by Shuichi Ohsaki, Jori Ruppert-Felsot, Daisuke Yoshikawa in PDF and/or ePUB format, as well as other popular books in Business & Finance. We have over one million books available in our catalogue for you to explore.

Information

Publisher
CRC Press
Year
2018
ISBN
9781351649865
Edition
1
Subtopic
Finance

CONTENTS

Preface
1 Introduction to R Programming
1.1 Installation of R
1.2 Operators
1.3 Data structure
1.3.1 Scalar
1.3.2 Vector
1.3.3 Matrix
1.3.4 List
1.3.5 Data frame
1.3.6 Factor
1.3.7 Investigation of types and structures of data
1.4 Functions
1.5 Control statements
1.5.1 if-statement
1.5.2 Iterative processing: for-statement, while-statement
1.6 Graphics
1.7 Reading and writing data
1.8 Reading program
1.9 Packages
SECTION I STATISTICS IN FINANCE
2 Statistical Analysis with R
2.1 Basic statistics
2.2 Probability distribution and random numbers
2.3 Hypothesis testing
2.3.1 What is hypothesis testing?
2.3.2 t-Test of population mean
2.4 Regression Analysis
2.5 Yield curve analysis using principal component analysis
2.5.1 Yield curve
2.5.2 What is principal component analysis?
2.5.3 Example of principal component analysis using JGB
2.5.4 How to calculate the principal component analysis?
3 Time Series Analysis with R
3.1 Preparation of time series data
3.2 Before applying for models
3.3 The application of the AR model
3.3.1 Residual analysis
3.3.2 Forecasting
3.4 Models extended from AR
3.4.1 ARMA and ARIMA model
3.4.2 Vector autoregressive
3.4.3 GARCH model
3.4.4 Cointegration
3.5 Application of the time series analysis to finance: Pairs trading
SECTION II BASIC THEORY OF FINANCE
4 Modern Portfolio Theory and CAPM
4.1 Meanā€variance portfolio
4.2 Market portfolio
4.3 Derivation of CAPM
4.4 The extension of CAPM: Multiā€factor model
4.4.1 Arbitrage Pricing Theory
4.4.2 Famaā€Frenchā€™s 3 factor model
4.5 The form of the efficient frontier
5 Interest Rate Swap and Discount Factor
5.1 Interest rate swap
5.2 Pricing of interest rate swaps and the derivation of discount factors
5.3 Valuation of interest rate swaps and their risk
6 Discrete Time Model: Tree Model
6.1 Single period binomial model
6.1.1 Derivative pricing
6.1.2 Pricing by risk neutral measure
6.2 Multi period binomial model
6.2.1 Generalization to the multi period model
6.2.2 Pricing call options
6.3 Trinomial model
7 Continuous Time Model and the Blackā€Scholes Formula
7.1 Continuous rate of return
7.2 ItƓ s lemma
7.3 The Blackā€Scholes formula
7.4 Implied volatility
SECTION III NUMERICAL METHODS IN FINANCE
8 Monte Carlo Simulation
8.1 The basic concept of Monte Carlo simulation
8.2 Variance reduction method
8.2.1 Antithetic variates method
8.2.2 Moment matching method
8.3 Exotic options
8.4 Multi asset options
8.5 Control variates method
9 Derivative Pricing with Partial Diff...

Table of contents

  1. Cover
  2. Halftitle Page
  3. Title Page
  4. Copyright
  5. Table of Contents