You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
With the advancement of statistical methodology inextricably linked to the use of computers, new methodological ideas must be translated into usable code and then numerically evaluated relative to competing procedures. In response to this, Statistical Computing in C++ and R concentrates on the writing of code rather than the development and study of numerical algorithms per se. The book discusses code development in C++ and R and the use of these symbiotic languages in unison. It emphasizes that each offers distinct features that, when used in tandem, can take code writing beyond what can be obtained from either language alone. The text begins with some basics of object-oriented languages, f...
Provides a unified account of the most popular approaches to nonparametric regression smoothing. This edition contains discussions of boundary corrections for trigonometric series estimators; detailed asymptotics for polynomial regression; testing goodness-of-fit; estimation in partially linear models; practical aspects, problems and methods for confidence intervals and bands; local polynomial regression; and form and asymptotic properties of linear smoothing splines.
System state estimation in the presence of noise is critical for control systems, signal processing, and many other applications in a variety of fields. Developed decades ago, the Kalman filter remains an important, powerful tool for estimating the variables in a system in the presence of noise. However, when inundated with theory and vast notations, learning just how the Kalman filter works can be a daunting task. With its mathematically rigorous, “no frills” approach to the basic discrete-time Kalman filter, A Kalman Filter Primer builds a thorough understanding of the inner workings and basic concepts of Kalman filter recursions from first principles. Instead of the typical Bayesian p...
An up-to-date survey of mathematical models of carcinogenesis, providing the most recent findings of cancer biology as evidence of the models, as well as extensive bibliographies of cancer biology and in-depth mathematical analyses for each of the models. May be used as a reference for biostaticians, biometricians, mathematical and molecular biologists, applied mathematicians, oncologists, cancer and toxicology researchers, environmental scientists, and graduate students in these fields.
Sequential analysis refers to the body of statistical theory and methods where the sample size may depend in a random manner on the accumulating data. A formal theory in which optimal tests are derived for simple statistical hypotheses in such a framework was developed by Abraham Wald in the early 1
Maintaining the reader-friendly features of its popular predecessor, the Second Edition illustrates fundamental principles and practices in statistical quality control for improved quality, reliability, and productivity in the management of production processes and industrial and business operations. Presenting key concepts of statistical quality control in a simple and straightforward manner, this reference will provide a solid foundation in statistical quality control theory, background, and applications. Moving from elementary topics to sampling by variables, sound tolerancing, and relationships between variables, this reference
A technically precise yet clear presentation of modern sequential methodologies having immediate applications to practical problems in the real world, Applied Sequential Methodologies communicates invaluable techniques for data mining, agricultural science, genetics, computer simulation, finance, clinical trials, sonar signal detection, randomization, multiple comparisons, psychology, tracking, surveillance, and numerous additional areas of application. Includes more than 500 references, 165 figures and tables, and over 25 pages of subject and author indexes. Applied Sequential Methodologies brings the crucial nature of sequential approaches up to speed with recent theoretical gains, demonst...
Thoroughly revised and reorganized, the fourth edition presents in-depth coverage of the theory and methods of the most widely used nonparametric procedures in statistical analysis and offers example applications appropriate for all areas of the social, behavioral, and life sciences. The book presents new material on the quantiles, the calculation of exact and simulated power, multiple comparisons, additional goodness-of-fit tests, methods of analysis of count data, and modern computer applications using MINITAB, SAS, and STATXACT. It includes tabular guides for simplified applications of tests and finding P values and confidence interval estimates.
Examines classic algorithms, geometric diagrams, and mechanical principles for enhancing visualization of statistical estimation procedures and mathematical concepts in physics, engineering, and computer programming.
R is a wonderful thing, indeed: in recent years this free, open-source product has become a popular toolkit for statistical analysis and programming. Two of R's limitations -- that it is single-threaded and memory-bound -- become especially troublesome in the current era of large-scale data analysis. It's possible to break past these boundaries by putting R on the parallel path. Parallel R will describe how to give R parallel muscle. Coverage will include stalwarts such as snow and multicore, and also newer techniques such as Hadoop and Amazon's cloud computing platform.