To save content items to your account,
please confirm that you agree to abide by our usage policies.
If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account.
Find out more about saving content to .
To save content items to your Kindle, first ensure no-reply@cambridge.org
is added to your Approved Personal Document E-mail List under your Personal Document Settings
on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part
of your Kindle email address below.
Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations.
‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi.
‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Preferences are the point of departure for economic analysis. Despite myriad experiments designed to characterize preferences, no consensus has been reached. In The Evolutionary Foundation of Preferences, Arthur J. Robson and Larry Samuelson examine how economic preferences might be shaped by biological evolution. They theorize that each of us is descended from a line of ancestors who were able to survive and reproduce, and they analyze how this may have affected modern preferences. Drawing on demographic models, they explain how different preferences induce different behaviors which lead to different growth rates among respective subpopulations. People whose preferences induce the highest growth rate eventually comprise the overwhelming proportion of the population. Examining neuroscientific evidence that points to a cardinal, or hedonic, interpretation of utility, the authors discuss the implications of these interpretations and the challenges raised for welfare economics.
Businesses are increasingly leveraging big data in financial analysis to improve decision-making, risk management, and market competitiveness, and professionals who know how to apply this data are in high demand. Designed for graduate programs and advanced undergraduate studies, this text synthesizes traditional statistics and econometrics with contemporary artificial intelligence and machine learning methods, preparing readers for the realities of modern-day financial data analysis. It studies known unknowns versus unknown unknowns and provides a systematic and objective characterization of statistical versus actual significance. Applying advanced theoretical and empirical methods to massive high-frequency databases, the book explores market microstructure, risk, market efficiency, equities, fixed income securities, and options. Grounded in over three decades of research, consulting, management, and teaching experience, it serves as a comprehensive and practical resource for students, practitioners, and scholars in capital markets, advanced analytics, and litigation.
This comprehensive guide presents a data science approach to healthcare quality measurement and provider profiling for policymakers, regulators, hospital quality leaders, clinicians, and researchers. Two volumes encompass basic and advanced statistical techniques and diverse practical applications. Volume 1 begins with a historical review followed by core concepts including measure types and attributes (bias, validity, reliability, power, sample size); data sources; target conditions and procedures; patient and provider observation periods; attribution level; risk modeling; social risk factors; outlier classification; data presentation; public reporting; and graphical approaches. Volume 2 introduces causal inference for provider profiling, focusing on hierarchical regression models. These models appropriately partition systematic and random variation in observations, accounting for within-provider clustering. Item Response Theory models are introduced for linking multiple categorical quality metrics to underlying quality constructs. Computational strategies are discussed, followed by various approaches to inference. Finally, methods to assess and compare model fit are presented.
This comprehensive guide presents a data science approach to healthcare quality measurement and provider profiling for policymakers, regulators, hospital quality leaders, clinicians, and researchers. Two volumes encompass basic and advanced statistical techniques and diverse practical applications. Volume 1 begins with a historical review followed by core concepts including measure types and attributes (bias, validity, reliability, power, sample size); data sources; target conditions and procedures; patient and provider observation periods; attribution level; risk modeling; social risk factors; outlier classification; data presentation; public reporting; and graphical approaches. Volume 2 introduces causal inference for provider profiling, focusing on hierarchical regression models. These models appropriately partition systematic and random variation in observations, accounting for within-provider clustering. Item Response Theory models are introduced for linking multiple categorical quality metrics to underlying quality constructs. Computational strategies are discussed, followed by various approaches to inference. Finally, methods to assess and compare model fit are presented.
In recent decades, game theory has been extensively used in academic research throughout the social sciences, including international relations. The typical format of applied game theoretic journal articles is theorem-proof, but while the proof demonstrates that the theorem is true, it doesn't typically show how the researcher actually “discovered” the theorem. Ahmer Tarar's Game-Theoretic Models of International Crisis Bargaining explains how to derive the equilibria of (sometimes complicated) game-theoretic models. Examining central results on international crisis bargaining, using a unified modeling framework, he presents simplified versions of important published game-theoretic models in international conflict to demonstrate how to construct and solve game-theoretic models for academic research. He provides detailed derivations for each result, presenting a proposition summarizing the entire equilibrium strategy profile. With over 300 exercises, ranging from easy to difficult, Tarar provides readers with extensive practice for honing their skills and becoming skilled modelers.
This book offers a comprehensive introduction to Markov decision process and reinforcement learning fundamentals using common mathematical notation and language. Its goal is to provide a solid foundation that enables readers to engage meaningfully with these rapidly evolving fields. Topics covered include finite and infinite horizon models, partially observable models, value function approximation, simulation-based methods, Monte Carlo methods, and Q-learning. Rigorous mathematical concepts and algorithmic developments are supported by numerous worked examples. As an up-to-date successor to Martin L. Puterman's influential 1994 textbook, this volume assumes familiarity with probability, mathematical notation, and proof techniques. It is ideally suited for students, researchers, and professionals in operations research, computer science, engineering, and economics.
The culmination of years of teaching experience, this book provides a modern introduction to the mathematical theory of interacting particle systems. Assuming a background in probability and measure theory, it has been designed to support a one-semester course at a Master or Ph.D. level. It also provides a useful reference for researchers, containing several results that have not appeared in print in this form before. An emphasis is placed on graphical representations, which are used to give a construction that is intuitively easier to grasp than the traditional generator approach. Also included is an extensive look at duality theory, along with discussions of mean-field methods, phase transitions and critical behaviour. The text is illustrated with the results of numerical simulations and features exercises in every chapter. The theory is demonstrated on a range of models, reflecting the modern state of the subject and highlighting the scope of possible applications.
This comprehensive yet accessible guide to enterprise risk management for financial institutions contains all the tools needed to build and maintain an ERM framework. It discusses the internal and external contexts within which risk management must be carried out, and it covers a range of qualitative and quantitative techniques that can be used to identify, model and measure risks. This third edition has been thoroughly revised and updated to reflect new regulations and legislation. It includes additional detail on machine learning, a new section on vine copulas, and significantly expanded information on sustainability. A range of new case studies include Theranos and FTX. Suitable as a course book or for self-study, this book forms part of the core reading for the Institute and Faculty of Actuaries' examination in enterprise risk management.
Based on courses taught at the University of Cambridge, this text presents core contemporary statistical methods and theory in an accessible, self-contained and rigorous fashion, with a focus on finite-sample guarantees as opposed to asymptotic arguments. Many of the topics and results have not appeared in book form previously, and some constitute new research. The prerequisites are relatively light (primarily a good grasp of linear algebra and real analysis) and complete solutions to all 250+ exercises are available online. It is the perfect entry point to the subject for master's and graduate-level students in statistics, data science and machine learning, as well as related disciplines such as artificial intelligence, signal processing, information theory, electrical engineering and econometrics. Researchers in these fields will also find it an invaluable resource. This title is also available as Open Access on Cambridge Core.
This chapter explores three kinds of unsupervised task: clustering, density estimation and dimensionality reduction. Cluster analysis aims to group similar observations together. The K-means algorithm does this by repeatedly reassigning each point to the nearest cluster centre, reducing or maintaining the clustering inertia at each step. Density estimation involves learning a probabilistic model of a data-generating process. Gaussian mixture models represent the distribution as a weighted sum of multivariate normal components. The EM algorithm fits these models by alternating between assigning each component a responsibility for each point and updating component locations using responsibility-weighted averages. Cross-entropy measures how well an estimated density approximates the true one and is minimised when the two match. Dimensionality reduction compresses data into a lower-dimensional latent space via an encoder, with a decoder reconstructing the original data. Principal component analysis uses linear encoder–decoder pairs to minimise reconstruction error, offering a simple yet powerful form of dimensionality reduction.
This chapter introduces neural networks as flexible function approximators built by composing layers of simple processing units. A network with no hidden layers performs linear regression if its output layer is linear and logistic regression if its output layer uses softmax. Hidden layers increase expressivity: a network with one hidden layer and ReLU activations can approximate any continuous function on a closed and bounded input domain, though complex functions may require many units. Deep networks, with multiple hidden layers, are more efficient and scalable than shallow ones, especially for learning hierarchical structure. Neural networks are trained using gradient-based optimisation, with gradients computed via backpropagation. Training adjusts weights to minimise a loss function, using small batches of data. Techniques like early stopping and small batches act as implicit regularisers, while weight decay provides explicit regularisation. Convolutional neural networks use convolution and pooling layers to exploit spatial structure in image data. More broadly, architectural choices often reflect domain-specific assumptions.
CHANCE PERMEATES OUR physical and mental universe. While the role of chance in human lives has had a longer history, starting with the more authoritative influence of the nobility, the more rationally sound theory of probability and statistics has come into practice in diverse areas of science and engineering starting from the early to mid-twentieth century. Practical applications of statistical theories proliferated to such an extent in the previous century that the American government-sponsored RAND corporation published a 600-page book that wholly consisted of a random number table and a table of standard normal deviates. One of the primary objectives of this book was to enable a computer-simulated approximate solution of an exact but unsolvable problem by a procedure known as the Monte Carlo method devised by Fermi, von Neumann, and Ulam in the 1930s–40s.
Statistical methods are the mainstay of conducting modern scientific experiments. One such experimental paradigm is known as a randomized control trial, which is widely used in a variety of fields such as psychology, drug verification, testing the efficacy of vaccines, agricultural sciences, and demography. These statistical experiments require sophisticated sampling techniques in order to nullify experimental biases. With the explosion of information in the modern era, the need to develop advanced and accurate predictive capabilities has grown manifold. This has led to the emergence of modern artificial intelligence (AI) technologies. Further, climate change has become a reality of modern civilization. Accurate prediction of weather and climatic patterns relies on sophisticated AI and statistical techniques. It is impossible to think of a modern economy and social life without the influence and role of chance, and hence without the influence of technological interventions based on statistical principles. We must begin this journey by learning the foundational tenets of probability and statistics.
EMPIRICAL TECHNIQUES rely on abstracting meaning from observable phenomena by constructing relationships between different observations. This process of abstraction is facilitated by appropriate measurements (experiments), suitable organization of data generated by measurements, and, finally, rigorous analysis of the data. The latter is a functional exercise that synthesizes information (data) and theory (model) and enables prediction of hitherto unobserved phenomena.1 It is important to underscore that a good theory (model) that explains a certain phenomenon well by appealing to a set of laws and conditions is expected to be a good candidate for predicting the same using reliable data. For example, a good model for the weight of a normal human being is w = m * h, where w and h refer to weight and height of the person, and m can be set to unity if appropriate units are chosen. A rational explanation of such a formula for weight based on anatomical considerations is perhaps very reasonable. From an empirical standpoint, if we collect height and weight data of normal humans, we will notice that a linear model of the form w = m * h represents the data reasonably well and may be used to predict the weight of the person based on the height of the person. This fact ascertains a functional symmetry between explanation and prediction. Therefore, a good predictive model must automatically be able to explain the data (and related events) well.
This chapter introduces directed acyclic graphs (DAGs) as a way to represent multivariate probability distributions. DAGs help clarify the structure of probabilistic models and the dependencies among their variables and serve as a central tool in later chapters. Every DAG corresponds to a specific factorisation of a joint mass or density function into a product of conditional distributions. While a DAG encodes how the distribution breaks down into conditionals, it does not fully determine the distribution itself. Instead, it implies certain dependency constraints among variables. These constraints can be examined using the concept of d-separation, which allows us to infer conditional independence relationships directly from the graph.