Sparse Grids and Applications

Sparse Grids and Applications
Author :
Publisher : Springer Science & Business Media
Total Pages : 290
Release :
ISBN-10 : 9783642317026
ISBN-13 : 3642317022
Rating : 4/5 (26 Downloads)

Synopsis Sparse Grids and Applications by : Jochen Garcke

In the recent decade, there has been a growing interest in the numerical treatment of high-dimensional problems. It is well known that classical numerical discretization schemes fail in more than three or four dimensions due to the curse of dimensionality. The technique of sparse grids helps overcome this problem to some extent under suitable regularity assumptions. This discretization approach is obtained from a multi-scale basis by a tensor product construction and subsequent truncation of the resulting multiresolution series expansion. This volume of LNCSE is a collection of the papers from the proceedings of the workshop on sparse grids and its applications held in Bonn in May 2011. The selected articles present recent advances in the mathematical understanding and analysis of sparse grid discretization. Aspects arising from applications are given particular attention.

Sparse Grid Quadrature in High Dimensions with Applications in Finance and Insurance

Sparse Grid Quadrature in High Dimensions with Applications in Finance and Insurance
Author :
Publisher : Springer Science & Business Media
Total Pages : 194
Release :
ISBN-10 : 9783642160042
ISBN-13 : 3642160042
Rating : 4/5 (42 Downloads)

Synopsis Sparse Grid Quadrature in High Dimensions with Applications in Finance and Insurance by : Markus Holtz

This book deals with the numerical analysis and efficient numerical treatment of high-dimensional integrals using sparse grids and other dimension-wise integration techniques with applications to finance and insurance. The book focuses on providing insights into the interplay between coordinate transformations, effective dimensions and the convergence behaviour of sparse grid methods. The techniques, derivations and algorithms are illustrated by many examples, figures and code segments. Numerical experiments with applications from finance and insurance show that the approaches presented in this book can be faster and more accurate than (quasi-) Monte Carlo methods, even for integrands with hundreds of dimensions.

Sparse Grids and Applications

Sparse Grids and Applications
Author :
Publisher : Springer Science & Business Media
Total Pages : 290
Release :
ISBN-10 : 9783642317033
ISBN-13 : 3642317030
Rating : 4/5 (33 Downloads)

Synopsis Sparse Grids and Applications by : Jochen Garcke

In the recent decade, there has been a growing interest in the numerical treatment of high-dimensional problems. It is well known that classical numerical discretization schemes fail in more than three or four dimensions due to the curse of dimensionality. The technique of sparse grids helps overcome this problem to some extent under suitable regularity assumptions. This discretization approach is obtained from a multi-scale basis by a tensor product construction and subsequent truncation of the resulting multiresolution series expansion. This volume of LNCSE is a collection of the papers from the proceedings of the workshop on sparse grids and its applications held in Bonn in May 2011. The selected articles present recent advances in the mathematical understanding and analysis of sparse grid discretization. Aspects arising from applications are given particular attention.

Iterative Methods for Sparse Linear Systems

Iterative Methods for Sparse Linear Systems
Author :
Publisher : SIAM
Total Pages : 537
Release :
ISBN-10 : 9780898715347
ISBN-13 : 0898715342
Rating : 4/5 (47 Downloads)

Synopsis Iterative Methods for Sparse Linear Systems by : Yousef Saad

Mathematics of Computing -- General.

Multi-Grid Methods and Applications

Multi-Grid Methods and Applications
Author :
Publisher : Springer Science & Business Media
Total Pages : 391
Release :
ISBN-10 : 9783662024270
ISBN-13 : 3662024276
Rating : 4/5 (70 Downloads)

Synopsis Multi-Grid Methods and Applications by : Wolfgang Hackbusch

Multi-grid methods are the most efficient tools for solving elliptic boundary value problems. The reader finds here an elementary introduction to multi-grid algorithms as well as a comprehensive convergence analysis. One section describes special applications (convection-diffusion equations, singular perturbation problems, eigenvalue problems, etc.). The book also contains a complete presentation of the multi-grid method of the second kind, which has important applications to integral equations (e.g. the "panel method") and to numerous other problems. Readers with a practical interest in multi-grid methods will benefit from this book as well as readers with a more theoretical interest.

Maximum Simulated Likelihood Methods and Applications

Maximum Simulated Likelihood Methods and Applications
Author :
Publisher : Emerald Group Publishing
Total Pages : 371
Release :
ISBN-10 : 9780857241504
ISBN-13 : 0857241508
Rating : 4/5 (04 Downloads)

Synopsis Maximum Simulated Likelihood Methods and Applications by : William Greene

This collection of methodological developments and applications of simulation-based methods were presented at a workshop at Louisiana State University in November, 2009. Topics include: extensions of the GHK simulator; maximum-simulated likelihood; composite marginal likelihood; and modelling and forecasting volatility in a bayesian approach.

Grid-based Nonlinear Estimation and Its Applications

Grid-based Nonlinear Estimation and Its Applications
Author :
Publisher : CRC Press
Total Pages : 198
Release :
ISBN-10 : 9781351757409
ISBN-13 : 1351757407
Rating : 4/5 (09 Downloads)

Synopsis Grid-based Nonlinear Estimation and Its Applications by : Bin Jia

Grid-based Nonlinear Estimation and its Applications presents new Bayesian nonlinear estimation techniques developed in the last two decades. Grid-based estimation techniques are based on efficient and precise numerical integration rules to improve performance of the traditional Kalman filtering based estimation for nonlinear and uncertainty dynamic systems. The unscented Kalman filter, Gauss-Hermite quadrature filter, cubature Kalman filter, sparse-grid quadrature filter, and many other numerical grid-based filtering techniques have been introduced and compared in this book. Theoretical analysis and numerical simulations are provided to show the relationships and distinct features of different estimation techniques. To assist the exposition of the filtering concept, preliminary mathematical review is provided. In addition, rather than merely considering the single sensor estimation, multiple sensor estimation, including the centralized and decentralized estimation, is included. Different decentralized estimation strategies, including consensus, diffusion, and covariance intersection, are investigated. Diverse engineering applications, such as uncertainty propagation, target tracking, guidance, navigation, and control, are presented to illustrate the performance of different grid-based estimation techniques.

A Multigrid Tutorial

A Multigrid Tutorial
Author :
Publisher : SIAM
Total Pages : 318
Release :
ISBN-10 : 0898714621
ISBN-13 : 9780898714623
Rating : 4/5 (21 Downloads)

Synopsis A Multigrid Tutorial by : William L. Briggs

Mathematics of Computing -- Numerical Analysis.

PETSc for Partial Differential Equations: Numerical Solutions in C and Python

PETSc for Partial Differential Equations: Numerical Solutions in C and Python
Author :
Publisher : SIAM
Total Pages : 407
Release :
ISBN-10 : 9781611976311
ISBN-13 : 1611976316
Rating : 4/5 (11 Downloads)

Synopsis PETSc for Partial Differential Equations: Numerical Solutions in C and Python by : Ed Bueler

The Portable, Extensible Toolkit for Scientific Computation (PETSc) is an open-source library of advanced data structures and methods for solving linear and nonlinear equations and for managing discretizations. This book uses these modern numerical tools to demonstrate how to solve nonlinear partial differential equations (PDEs) in parallel. It starts from key mathematical concepts, such as Krylov space methods, preconditioning, multigrid, and Newton’s method. In PETSc these components are composed at run time into fast solvers. Discretizations are introduced from the beginning, with an emphasis on finite difference and finite element methodologies. The example C programs of the first 12 chapters, listed on the inside front cover, solve (mostly) elliptic and parabolic PDE problems. Discretization leads to large, sparse, and generally nonlinear systems of algebraic equations. For such problems, mathematical solver concepts are explained and illustrated through the examples, with sufficient context to speed further development. PETSc for Partial Differential Equations addresses both discretizations and fast solvers for PDEs, emphasizing practice more than theory. Well-structured examples lead to run-time choices that result in high solver performance and parallel scalability. The last two chapters build on the reader’s understanding of fast solver concepts when applying the Firedrake Python finite element solver library. This textbook, the first to cover PETSc programming for nonlinear PDEs, provides an on-ramp for graduate students and researchers to a major area of high-performance computing for science and engineering. It is suitable as a supplement for courses in scientific computing or numerical methods for differential equations.

A Wavelet Tour of Signal Processing

A Wavelet Tour of Signal Processing
Author :
Publisher : Elsevier
Total Pages : 663
Release :
ISBN-10 : 9780080520834
ISBN-13 : 0080520839
Rating : 4/5 (34 Downloads)

Synopsis A Wavelet Tour of Signal Processing by : Stephane Mallat

This book is intended to serve as an invaluable reference for anyone concerned with the application of wavelets to signal processing. It has evolved from material used to teach "wavelet signal processing" courses in electrical engineering departments at Massachusetts Institute of Technology and Tel Aviv University, as well as applied mathematics departments at the Courant Institute of New York University and ÉcolePolytechnique in Paris. - Provides a broad perspective on the principles and applications of transient signal processing with wavelets - Emphasizes intuitive understanding, while providing the mathematical foundations and description of fast algorithms - Numerous examples of real applications to noise removal, deconvolution, audio and image compression, singularity and edge detection, multifractal analysis, and time-varying frequency measurements - Algorithms and numerical examples are implemented in Wavelab, which is a Matlab toolbox freely available over the Internet - Content is accessible on several level of complexity, depending on the individual reader's needs New to the Second Edition - Optical flow calculation and video compression algorithms - Image models with bounded variation functions - Bayes and Minimax theories for signal estimation - 200 pages rewritten and most illustrations redrawn - More problems and topics for a graduate course in wavelet signal processing, in engineering and applied mathematics