<p><span>An Introduction to Nonparametric Statistics</span><span> presents techniques for statistical analysis in the absence of strong assumptions about the distributions generating the data. Rank-based and resampling techniques are heavily represented, but robust techniques are considered as well.
Stochastic Processes with R: An Introduction (Chapman & Hall/CRC Texts in Statistical Science)
β Scribed by Olga Korosteleva
- Publisher
- Chapman and Hall/CRC
- Year
- 2022
- Tongue
- English
- Leaves
- 201
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Stochastic Processes with R: An Introduction cuts through the heavy theory that is present in most courses on random processes and serves as practical guide to simulated trajectories and real-life applications for stochastic processes. The light yet detailed text provides a solid foundation that is an ideal companion for undergraduate statistics students looking to familiarise themselves with stochastic processes before going onto more advanced courses.
Key Features:
β’ Provides complete R codes for all simulations and calculations
β’ Substantial scientific or popular applications of each process with occasional statistical analysis.
β’ Helpful definitions and examples are provided for each process.
β’ End of chapter exercises cover theoretical applications and practice calculations.
β¦ Table of Contents
Cover
Half Title
Series Page
Title Page
Copyright Page
Contents
Preface
Author
1. Stochastic Process, Discrete-time Markov Chain
1.1. Definition of Stochastic Process
1.2. Discrete-time Markov Chain
1.3. Chapman-Kolmogorov Equations
1.4. Classification of States
1.5. Limiting Probabilities
1.6. Computations in R
1.7. Simulations in R
1.8. Applications of Markov Chain
Exercises
2. Random Walk
2.1. Definition of Random Walk
2.2. Must-Know Facts About Random Walk
2.3. Simulations in R
2.4. Applications of Random Walk
Exercises
3. Poisson Process
3.1. Definition and Must-Know Facts About Poisson
3.2. Simulations in R
3.3. Applications of Poisson Process
Exercises
4. Nonhomogeneous Poisson Process
4.1. Definition of Nonhomogeneous Poisson Process
4.2. Simulations in R
4.3. Applications of Nonhomogeneous Poisson Process
Exercises
5. Compound Poisson Process
5.1. Definition of Compound Poisson Process
5.2. Simulations in R
5.3. Applications of Compound Poisson Process
Exercises
6. Conditional Poisson Process
6.1. Definition of Conditional Poisson Process
6.2. Simulations in R
6.3. Applications of Conditional Poisson Process
Exercises
7. Birth-and-Death Process
7.1. Definition of Birth-and-Death Process
7.2. Simulations in R
7.3. Applications of Birth-and-Death Process
Exercises
8. Branching Process
8.1. Definition of Branching Process
8.2. Simulations in R
8.3. Applications of Branching Process
Exercises
9. Brownian Motion
9.1. Definition of Brownian Motion
9.2. Processes Derived from Brownian Motion
9.2.1. Brownian Bridge
9.2.2. Brownian Motion with Drift and Volatility
9.2.3. Geometric Brownian Motion
9.2.4. The Ornstein-Uhlenbeck Process
9.3. Simulations in R
9.4. Applications of Brownian Motion
Exercises
Recommended Books
List of Notations
Index
π SIMILAR VOLUMES
This volume is the best hands-on R book I could find which opens the door to lm() in R. The book is thin and the contents somewhat dense - there is no room for hand-holding: you need to learn the basics of R and statistical modeling elsewhere. But if you meet the prerequisites, buy the book, read
Books on regression and the analysis of variance abound-many are introductory, many are theoretical. While most of them do serve a purpose, the fact remains that data analysis cannot be properly learned without actually doing it, and this means using a statistical software package. There are many of
<p>From a review of the first edition: "<i>Modern Data Science with R</i>β¦ is rich with examples and is guided by a strong narrative voice. Whatβs more, it presents an organizing framework that makes a convincing argument that data science is a course distinct from applied statistics" (<i>The Americ
<p>From a review of the first edition: "<i>Modern Data Science with R</i>β¦ is rich with examples and is guided by a strong narrative voice. Whatβs more, it presents an organizing framework that makes a convincing argument that data science is a course distinct from applied statistics" (<i>The Americ
<p><strong>Bayesian Networks: With Examples in R, Second Edition</strong> introduces Bayesian networks using a hands-on approach. Simple yet meaningful examples illustrate each step of the modelling process and discuss side by side the underlying theory and its application using R code. The examples