Browse all books

Books published by publisher Chapman and Hall

  • Linear Mixed Models: A Practical Guide Using Statistical Software

    Brady T. West, Kathleen B. Welch, Andrzej T Galecki

    Hardcover (Chapman and Hall/CRC, July 17, 2014)
    Highly recommended by JASA, Technometrics, and other journals, the first edition of this bestseller showed how to easily perform complex linear mixed model (LMM) analyses via a variety of software programs. Linear Mixed Models: A Practical Guide Using Statistical Software, Second Edition continues to lead readers step by step through the process of fitting LMMs. This second edition covers additional topics on the application of LMMs that are valuable for data analysts in all fields. It also updates the case studies using the latest versions of the software procedures and provides up-to-date information on the options and features of the software procedures available for fitting LMMs in SAS, SPSS, Stata, R/S-plus, and HLM. New to the Second Edition A new chapter on models with crossed random effects that uses a case study to illustrate software procedures capable of fitting these models Power analysis methods for longitudinal and clustered study designs, including software options for power analyses and suggested approaches to writing simulations Use of the lmer() function in the lme4 R package New sections on fitting LMMs to complex sample survey data and Bayesian approaches to making inferences based on LMMs Updated graphical procedures in the software packages Substantially revised index to enable more efficient reading and easier location of material on selected topics or software options More practical recommendations on using the software for analysis A new R package (WWGbook) that contains all of the data sets used in the examples Ideal for anyone who uses software for statistical modeling, this book eliminates the need to read multiple software-specific texts by covering the most popular software programs for fitting LMMs in one handy guide. The authors illustrate the models and methods through real-world examples that enable comparisons of model-fitting options and results across the software procedures.
  • Analytic Methods in Sports: Using Mathematics and Statistics to Understand Data from Baseball, Football, Basketball, and Other Sports

    Thomas A. Severini

    Hardcover (Chapman and Hall/CRC, Aug. 5, 2014)
    The Most Useful Techniques for Analyzing Sports Data One of the greatest changes in the sports world in the past 20 years has been the use of mathematical methods to analyze performances, recognize trends and patterns, and predict results. Analytic Methods in Sports: Using Mathematics and Statistics to Understand Data from Baseball, Football, Basketball, and Other Sports provides a concise yet thorough introduction to the analytic and statistical methods that are useful in studying sports. The book gives you all the tools necessary to answer key questions in sports analysis. It explains how to apply the methods to sports data and interpret the results, demonstrating that the analysis of sports data is often different from standard statistical analysis. Requiring familiarity with mathematics but no previous background in statistics, the book integrates a large number of motivating sports examples throughout and offers guidance on computation and suggestions for further reading in each chapter.
  • Discovering Computer Science: Interdisciplinary Problems, Principles, and Python Programming

    Jessen Havill

    Paperback (Chapman and Hall/CRC, July 10, 2015)
    Discovering Computer Science: Interdisciplinary Problems, Principles, and Python Programming introduces computational problem solving as a vehicle of discovery in a wide variety of disciplines. With a principles-oriented introduction to computational thinking, the text provides a broader and deeper introduction to computer science than typical introductory programming books.Organized around interdisciplinary problem domains, rather than programming language features, each chapter guides students through increasingly sophisticated algorithmic and programming techniques. The author uses a spiral approach to introduce Python language features in increasingly complex contexts as the book progresses.The text places programming in the context of fundamental computer science principles, such as abstraction, efficiency, and algorithmic techniques, and offers overviews of fundamental topics that are traditionally put off until later courses.The book includes thirty well-developed independent projects that encourage students to explore questions across disciplinary boundaries. Each is motivated by a problem that students can investigate by developing algorithms and implementing them as Python programs.The book's accompanying website ― http://discoverCS.denison.edu ― includes sample code and data files, pointers for further exploration, errata, and links to Python language references.Containing over 600 homework exercises and over 300 integrated reflection questions, this textbook is appropriate for a first computer science course for computer science majors, an introductory scientific computing course or, at a slower pace, any introductory computer science course.
  • Introduction to Machine Learning with Applications in Information Security

    Mark Stamp

    Hardcover (Chapman and Hall/CRC, Sept. 7, 2017)
    Introduction to Machine Learning with Applications in Information Security provides a class-tested introduction to a wide variety of machine learning algorithms, reinforced through realistic applications. The book is accessible and doesn’t prove theorems, or otherwise dwell on mathematical theory. The goal is to present topics at an intuitive level, with just enough detail to clarify the underlying concepts. The book covers core machine learning topics in-depth, including Hidden Markov Models, Principal Component Analysis, Support Vector Machines, and Clustering. It also includes coverage of Nearest Neighbors, Neural Networks, Boosting and AdaBoost, Random Forests, Linear Discriminant Analysis, Vector Quantization, Naive Bayes, Regression Analysis, Conditional Random Fields, and Data Analysis. Most of the examples in the book are drawn from the field of information security, with many of the machine learning applications specifically focused on malware. The applications presented are designed to demystify machine learning techniques by providing straightforward scenarios. Many of the exercises in this book require some programming, and basic computing concepts are assumed in a few of the application sections. However, anyone with a modest amount of programming experience should have no trouble with this aspect of the book. Instructor resources, including PowerPoint slides, lecture videos, and other relevant material are provided on an accompanying website: http://www.cs.sjsu.edu/~stamp/ML/. For the reader’s benefit, the figures in the book are also available in electronic form, and in color. About the Author Mark Stamp has been a Professor of Computer Science at San Jose State University since 2002. Prior to that, he worked at the National Security Agency (NSA) for seven years, and a Silicon Valley startup company for two years. He received his Ph.D. from Texas Tech University in 1992. His love affair with machine learning began in the early 1990s, when he was working at the NSA, and continues today at SJSU, where he has supervised vast numbers of master’s student projects, most of which involve a combination of information security and machine learning.
  • Advanced Engineering Mathematics with MATLAB

    Dean G. Duffy

    Hardcover (Chapman and Hall/CRC, Dec. 22, 2016)
    Advanced Engineering Mathematics with MATLAB, Fourth Edition builds upon three successful previous editions. It is written for today’s STEM (science, technology, engineering, and mathematics) student. Three assumptions under lie its structure: (1) All students need a firm grasp of the traditional disciplines of ordinary and partial differential equations, vector calculus and linear algebra. (2) The modern student must have a strong foundation in transform methods because they provide the mathematical basis for electrical and communication studies. (3) The biological revolution requires an understanding of stochastic (random) processes. The chapter on Complex Variables, positioned as the first chapter in previous editions, is now moved to Chapter 10. The author employs MATLAB to reinforce concepts and solve problems that require heavy computation. Along with several updates and changes from the third edition, the text continues to evolve to meet the needs of today’s instructors and students. Features: Complex Variables, formerly Chapter 1, is now Chapter 10. A new Chapter 18: Itô’s Stochastic Calculus. Implements numerical methods using MATLAB, updated and expanded Takes into account the increasing use of probabilistic methods in engineering and the physical sciences Includes many updated examples, exercises, and projects drawn from the scientific and engineering literature Draws on the author’s many years of experience as a practitioner and instructor Gives answers to odd-numbered problems in the back of the book Offers downloadable MATLAB code at www.crcpress.com
  • Discovering Computer Science: Interdisciplinary Problems, Principles, and Python Programming

    Jessen Havill

    eBook (Chapman and Hall/CRC, July 6, 2016)
    Discovering Computer Science: Interdisciplinary Problems, Principles, and Python Programming introduces computational problem solving as a vehicle of discovery in a wide variety of disciplines. With a principles-oriented introduction to computational thinking, the text provides a broader and deeper introduction to computer science than typical introductory programming books.Organized around interdisciplinary problem domains, rather than programming language features, each chapter guides students through increasingly sophisticated algorithmic and programming techniques. The author uses a spiral approach to introduce Python language features in increasingly complex contexts as the book progresses.The text places programming in the context of fundamental computer science principles, such as abstraction, efficiency, and algorithmic techniques, and offers overviews of fundamental topics that are traditionally put off until later courses.The book includes thirty well-developed independent projects that encourage students to explore questions across disciplinary boundaries. Each is motivated by a problem that students can investigate by developing algorithms and implementing them as Python programs.The book's accompanying website — http://discoverCS.denison.edu — includes sample code and data files, pointers for further exploration, errata, and links to Python language references.Containing over 600 homework exercises and over 300 integrated reflection questions, this textbook is appropriate for a first computer science course for computer science majors, an introductory scientific computing course or, at a slower pace, any introductory computer science course.
  • Richly Parameterized Linear Models: Additive, Time Series, and Spatial Models Using Random Effects

    James S. Hodges

    Hardcover (Chapman and Hall/CRC, Nov. 4, 2013)
    A First Step toward a Unified Theory of Richly Parameterized Linear Models Using mixed linear models to analyze data often leads to results that are mysterious, inconvenient, or wrong. Further compounding the problem, statisticians lack a cohesive resource to acquire a systematic, theory-based understanding of models with random effects. Richly Parameterized Linear Models: Additive, Time Series, and Spatial Models Using Random Effects takes a first step in developing a full theory of richly parameterized models, which would allow statisticians to better understand their analysis results. The author examines what is known and unknown about mixed linear models and identifies research opportunities. The first two parts of the book cover an existing syntax for unifying models with random effects. The text explains how richly parameterized models can be expressed as mixed linear models and analyzed using conventional and Bayesian methods. In the last two parts, the author discusses oddities that can arise when analyzing data using these models. He presents ways to detect problems and, when possible, shows how to mitigate or avoid them. The book adapts ideas from linear model theory and then goes beyond that theory by examining the information in the data about the mixed linear model’s covariance matrices. Each chapter ends with two sets of exercises. Conventional problems encourage readers to practice with the algebraic methods and open questions motivate readers to research further. Supporting materials, including datasets for most of the examples analyzed, are available on the author’s website.
  • Green's Functions with Applications

    Dean G. Duffy

    Hardcover (Chapman and Hall/CRC, March 10, 2015)
    Since publication of the first edition over a decade ago, Green’s Functions with Applications has provided applied scientists and engineers with a systematic approach to the various methods available for deriving a Green’s function. This fully revised Second Edition retains the same purpose, but has been meticulously updated to reflect the current state of the art. The book opens with necessary background information: a new chapter on the historical development of the Green’s function, coverage of the Fourier and Laplace transforms, a discussion of the classical special functions of Bessel functions and Legendre polynomials, and a review of the Dirac delta function. The text then presents Green’s functions for each class of differential equation (ordinary differential, wave, heat, and Helmholtz equations) according to the number of spatial dimensions and the geometry of the domain. Detailing step-by-step methods for finding and computing Green’s functions, each chapter contains a special section devoted to topics where Green’s functions particularly are useful. For example, in the case of the wave equation, Green’s functions are beneficial in describing diffraction and waves. To aid readers in developing practical skills for finding Green’s functions, worked examples, problem sets, and illustrations from acoustics, applied mechanics, antennas, and the stability of fluids and plasmas are featured throughout the text. A new chapter on numerical methods closes the book. Included solutions and hundreds of references to the literature on the construction and use of Green's functions make Green’s Functions with Applications, Second Edition a valuable sourcebook for practitioners as well as graduate students in the sciences and engineering.
  • Teaching Tech Together: How to Make Your Lessons Work and Build a Teaching Community around Them

    Greg Wilson

    Paperback (Chapman and Hall/CRC, Nov. 4, 2019)
    Hundreds of grassroots groups have sprung up around the world to teach programming, web design, robotics, and other skills outside traditional classrooms. These groups exist so that people don't have to learn these things on their own, but ironically, their founders and instructors are often teaching themselves how to teach. There's a better way. This book presents evidence-based practices that will help you create and deliver lessons that work and build a teaching community around them. Topics include the differences between different kinds of learners, diagnosing and correcting misunderstandings, teaching as a performance art, what motivates and demotivates adult learners, how to be a good ally, fostering a healthy community, getting the word out, and building alliances with like-minded groups. The book includes over a hundred exercises that can be done individually or in groups, over 350 references, and a glossary to help you navigate educational jargon.
  • Richly Parameterized Linear Models: Additive, Time Series, and Spatial Models Using Random Effects

    James S. Hodges

    eBook (Chapman and Hall/CRC, April 19, 2016)
    A First Step toward a Unified Theory of Richly Parameterized Linear ModelsUsing mixed linear models to analyze data often leads to results that are mysterious, inconvenient, or wrong. Further compounding the problem, statisticians lack a cohesive resource to acquire a systematic, theory-based understanding of models with random effects.Richly Parameterized Linear Models: Additive, Time Series, and Spatial Models Using Random Effects takes a first step in developing a full theory of richly parameterized models, which would allow statisticians to better understand their analysis results. The author examines what is known and unknown about mixed linear models and identifies research opportunities.The first two parts of the book cover an existing syntax for unifying models with random effects. The text explains how richly parameterized models can be expressed as mixed linear models and analyzed using conventional and Bayesian methods.In the last two parts, the author discusses oddities that can arise when analyzing data using these models. He presents ways to detect problems and, when possible, shows how to mitigate or avoid them. The book adapts ideas from linear model theory and then goes beyond that theory by examining the information in the data about the mixed linear model’s covariance matrices.Each chapter ends with two sets of exercises. Conventional problems encourage readers to practice with the algebraic methods and open questions motivate readers to research further. Supporting materials, including datasets for most of the examples analyzed, are available on the author’s website.
  • Application of Queueing Theory

    G. F. Newell

    Hardcover (Chapman and Hall, Nov. 4, 1982)
    The literature on queueing theory is already very large. It contains more than a dozen books and about a thousand papers devoted exclusively to the subject; plus many other books on probability theory or operations research in which queueing theory is discussed. Despite this tremendous activity, queueing theory, as a tool for analysis of practical problems, remains in a primitive state; perhaps mostly because the theory has been motivated only superficially by its potential applications. People have devoted great efforts to solving the 'wrong problems. ' Queueing theory originated as a very practical subject. Much ofthe early work was motivated by problems concerning telephone traffic. Erlang, in particular, made many important contributions to the subject in the early part of this century. Telephone traffic remained one of the principle applications until about 1950. After World War II, activity in the fields of operations research and probability theory grew rapidly. Queueing theory became very popular, particularly in the late 1950s, but its popularity did not center so much around its applications as around its mathematical aspects. With the refine­ ment of some clever mathematical tricks, it became clear that exact solutions could be found for a large number of mathematical problems associated with models of queueing phenomena. The literature grew from 'solutions looking for a problem' rather than from 'problems looking for a solution.
  • Handbook of Nonlinear Partial Differential Equations

    Andrei D. Polyanin, Valentin F. Zaitsev

    Hardcover (Chapman and Hall/CRC, Dec. 16, 2011)
    New to the Second Edition More than 1,000 pages with over 1,500 new first-, second-, third-, fourth-, and higher-order nonlinear equations with solutions Parabolic, hyperbolic, elliptic, and other systems of equations with solutions Some exact methods and transformations Symbolic and numerical methods for solving nonlinear PDEs with Maple™, Mathematica®, and MATLAB® Many new illustrative examples and tables A large list of references consisting of over 1,300 sources To accommodate different mathematical backgrounds, the authors avoid wherever possible the use of special terminology. They outline the methods in a schematic, simplified manner and arrange the material in increasing order of complexity.