We use cookies to distinguish you from other users and to provide you with a better experience on our websites. Close this message to accept cookies or find out how to manage your cookie settings.
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.
In practice we do not always have clear guidance from economic theory about specifying an econometric model. At one extreme, it may be said that we should “let the data speak.” It is good to know that when they “speak” that what they say makes sense. We must be aware of a particularly important phenomenon in empirical econometrics: the spurious relationship. If you encounter a spurious relationship but do not recognize it as such, you may inadequately consider such a relationship for hypothesis testing or for the creation of forecasts. A spurious relationship appears when the model is not well specified. In this chapter, we see from a case study that people can draw strong but inappropriate conclusions if the econometric model is not well specified. We see that if you a priori hypothesize a structural break at a particular moment in time, and based on that very assumption analyze the data, then it is easy to draw inaccurate conclusions. As with influential observations, the lesson here is that one should first create an econometric model, and, given that model, investigate whether there could have been a structural break.
This chapter deals with missing data and a few approaches to managing such. There are several reasons why data can be missing. For example, people can throw away older data, which can sometimes be sensible. It may also be the case that you want to analyze a phenomenon that occurs at an hourly level but only have data at the daily level; thus, the hourly data are missing. It may also be that a survey is simply too long, so people get tired and do not answer all questions. In this chapter we review various situations where data are missing and how we can recognize them. Sometimes we know how to manage the situation of missing data. Often there is no need to panic and modifications of models and/or estimation methods can be used. We encounter a case in which data can be made missing on purpose, by selective sampling, to subsequently facilitate empirical analysis. Such analysis explicitly takes account of the missingness, and the impact of missing data can become minor.
We present a new proof of the compactness of bilinear paraproducts with CMO symbols. By drawing an analogy to compact linear operators, we first explore further properties of compact bilinear operators on Banach spaces and present examples. We then prove compactness of bilinear paraproducts with CMO symbols by combining one of the properties of compact bilinear operators thus obtained with vanishing Carleson measure estimates and interpolation of bilinear compactness.
The chapter shows how classical interpolation problems of various types (Schur, Nevanlinna–Pick, Hermite–Fejer) carry over and generalize to the time-variant and/or matrix situation. We show that they all reduce to a single generalized constrained interpolation problem, elegantly solved by time-variant scattering theory. An essential ingredient is the definition of the notion of valuation for time-variant systems, thereby generalizing the notion of valuation in the complex plane provided by the classical z-transform.
Matrix theory is the lingua franca of everyone who deals with dynamically evolving systems, and familiarity with efficient matrix computations is an essential part of the modern curriculum in dynamical systems and associated computation. This is a master's-level textbook on dynamical systems and computational matrix algebra. It is based on the remarkable identity of these two disciplines in the context of linear, time-variant, discrete-time systems and their algebraic equivalent, quasi-separable systems. The authors' approach provides a single, transparent framework that yields simple derivations of basic notions, as well as new and fundamental results such as constrained model reduction, matrix interpolation theory and scattering theory. This book outlines all the fundamental concepts that allow readers to develop the resulting recursive computational schemes needed to solve practical problems. An ideal treatment for graduate students and academics in electrical and computer engineering, computer science and applied mathematics.
We investigate different geometrical properties, related to Carleson measures and pseudo-hyperbolic separation, of inhomogeneous Poisson point processes on the unit disk. In particular, we give conditions so that these random sequences are almost surely interpolating for the Hardy, Bloch or weighted Dirichlet spaces.
We study a version of the Craig interpolation theorem formulated in the framework of the theory of institutions. This formulation proved crucial in the development of a number of key results concerning foundations of software specification and formal development. We investigate preservation of interpolation properties under institution extensions by new models and sentences. We point out that some interpolation properties remain stable under such extensions, even if quite arbitrary new models and sentences are permitted. We give complete characterisations of such situations for institution extensions by new models, by new sentences, as well as by new models and sentences, respectively.
Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. The second edition of this introductory book features several new codes and 140 new problems (many on physics applications), as well as new sections on the singular-value decomposition, derivative-free optimization, Bayesian linear regression, neural networks, and partial differential equations. The last section in each chapter is an in-depth project, tackling physics problems that cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the numerical methods often used in the subject.
We discuss how countable subadditivity of operators can be derived from subadditivity under mild forms of continuity, and provide examples manifesting such circumstances.
Geostatistics provides tools for spatio-temporal data analysis. The subsurface application we cover in this book is sustainable farming in Denmark. Readers will learn about geophysical techniques for infering the redox conditions of the subsurface. A second application happens at the surface of the Earth: glaciers melting in Antarctica. We introduce a significant ongoing effort in radar imaging mapping of the Thwaites glacier in Antarctica. Both cases call for building spatial models from incomplete data: spatial interpolation. We cover geostatistical methods for capturing spatial variability with variograms and illustrate why variograms are essential to spatial interpolation, kriging. We introduce conditional simulation as a method for generating many interpolated maps that reproduce realistic variation. We show how these maps represent spatial uncertainty, and thereby affect prediction, such as predicting redox conditions in Danish agricultural areas. Finally, we introduce ways of spatial interpolating using training images. We show how using exisiting training image the exposed Arctic topography can help us interpolate Antarctica.
In this note we study a counterpart in predicate logic of the notion of logical friendliness, introduced into propositional logic in [15]. The result is a new consequence relation for predicate languages with equality using first-order models. While compactness, interpolation and axiomatizability fail dramatically, several other properties are preserved from the propositional case. Divergence is diminished when the language does not contain equality with its standard interpretation.
Chapter 5 continues the theme of digital image manipulation and considers transformations such as rotation or scaling with required pixel interpolation to create the most accurate final result. The GPU hardware texture units are used for this and their features are discussed. The cx utilities provided with our code include wrappers that significantly simplify the creation of CUDA textures. Curiously, these hardware texture units are rarely discussed in other CUDA tutorial material for scientific applications but we find they can give a 5-fold performance boost. We show how OpenCV can be used to provide a simple GUI interface for viewing the transformed images with very little coding effort. We end the chapter with a fully working 3D image registration program using affine transformations applied to volumetric MRI data sets. The 3D affine transformations are about 1500 times faster on the GPU than on the host CPU and a full registration between two MRI images of size 256 × 256 × 256 takes about one second.
This chapter explains how one can formulate nonlinear finite-volume (NFV) methods, as advanced discretization schemes, to solve the flow equation in porous media. These schemes are of particular interest because apart from being consistent, they are monotone by design. We explain the basic ideas of the NFV methods: how to construct one-sided fluxes, interpolate using harmonic averaging points, and obtain unique discrete fluxes through grid faces with convex combinations of one-sided fluxes. We outline key functions in the accompanied nfvm module in the MATLAB Reservoir Simulation Toolbox (MRST) and show some examples of how the method is applied.
Our treatment of aerodynamic performance (i.e. the mapping from shape to lift and drag for clean wings) idealized the plane as a mass point with lift and drag forces. The variation of the aerodynamic forces on the aircraft along the flight path determines its stability and the need for control with sustained authority. Addressing this issue requires an airplane model responding to gravity, thrust, and realistic aerodynamic forces and moments. A six-degree-of-freedom Newtonian rigid body model is compiled from the mass and balance properties of the airframe. Computational fluid dynamics (CFD) is used to predict the aerodynamic forces and moments, expressed in look-up tables of coefficients, and a major part of the text explains how such tables can be populated efficiently. The stability properties describe how well the aircraft recovers from external disturbances and how it reacts to commanded changes in flight attitude. The response in steady flight to small disturbances can be represented as a superposition of a small number of natural flight modes, the quantitative properties of which provide the quantified flight-handling qualities. A number of examples are given, from redesign of the Transonic Cruiser configuration for better pitch stability to CFD investigation of vortex interference on control surfaces on an unmanned aerial vehicle.
Classical results about peaking from complex interpolation theory are extended to polynomials on a closed disk, and on the complement of its interior. New results are obtained concerning interpolation by univalent polynomials on a Jordan domain whose boundary satisfies certain smoothness conditions.
Let $(z_k)$ be a sequence of distinct points in the unit disc $\mathbb {D}$ without limit points there. We are looking for a function $a(z)$ analytic in $\mathbb {D}$ and such that possesses a solution having zeros precisely at the points $z_k$, and the resulting function $a(z)$ has ‘minimal’ growth. We focus on the case of non-separated sequences $(z_k)$ in terms of the pseudohyperbolic distance when the coefficient $a(z)$ is of zero order, but $\sup _{z\in {\mathbb D}}(1-|z|)^p|a(z)| = + \infty$ for any $p > 0$. We established a new estimate for the maximum modulus of $a(z)$ in terms of the functions $n_z(t)=\sum \nolimits _{|z_k-z|\le t} 1$ and $N_z(r) = \int_0^r {{(n_z(t)-1)}^ + } /t{\rm d}t.$ The estimate is sharp in some sense. The main result relies on a new interpolation theorem.
Address vector and matrix methods necessary in numerical methods and optimization of linear systems in engineering with this unified text. Treats the mathematical models that describe and predict the evolution of our processes and systems, and the numerical methods required to obtain approximate solutions. Explores the dynamical systems theory used to describe and characterize system behaviour, alongside the techniques used to optimize their performance. Integrates and unifies matrix and eigenfunction methods with their applications in numerical and optimization methods. Consolidating, generalizing, and unifying these topics into a single coherent subject, this practical resource is suitable for advanced undergraduate students and graduate students in engineering, physical sciences, and applied mathematics.
We consider the propositional logic equipped with Chellas stit operators for a finite set of individual agents plus the historical necessity modality. We settle the question of whether such a logic enjoys restricted interpolation property, which requires the existence of an interpolant only in cases where the consequence contains no Chellas stit operators occurring in the premise. We show that if action operators count as logical symbols, then such a logic has restricted interpolation property iff the number of agents does not exceed three. On the other hand, if action operators are considered to be nonlogical symbols, then the restricted interpolation fails for any number of agents exceeding one. It follows that unrestricted Craig interpolation also fails for almost all versions of stit logic.
In this chapter, the political theology of varṇāśramadharma is reintroduced. It is demonstrated that nearly all references to varṇāśramadharma and all references to dharma as a power standing above the king were introduced during the redaction of the text in the third century BCE. The various aspects of varṇāśramadharma that are found in the extant Arthaśāstra are explored in detail. Nearly all are linked to the work of the redactor. The addition of varṇāśramadharma creates a disonnance in the extant text, and the curiously hybrid character of its resulting political theory is explored.