0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (9)
  • R250 - R500 (30)
  • R500+ (1,492)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Other software packages > Mathematical & statistical software

Multiple Factor Analysis by Example Using R (Hardcover): Jerome Pages Multiple Factor Analysis by Example Using R (Hardcover)
Jerome Pages
R2,504 Discovery Miles 25 040 Ships in 12 - 17 working days

Multiple factor analysis (MFA) enables users to analyze tables of individuals and variables in which the variables are structured into quantitative, qualitative, or mixed groups. Written by the co-developer of this methodology, Multiple Factor Analysis by Example Using R brings together the theoretical and methodological aspects of MFA. It also includes examples of applications and details of how to implement MFA using an R package (FactoMineR). The first two chapters cover the basic factorial analysis methods of principal component analysis (PCA) and multiple correspondence analysis (MCA). The next chapter discusses factor analysis for mixed data (FAMD), a little-known method for simultaneously analyzing quantitative and qualitative variables without group distinction. Focusing on MFA, subsequent chapters examine the key points of MFA in the context of quantitative variables as well as qualitative and mixed data. The author also compares MFA and Procrustes analysis and presents a natural extension of MFA: hierarchical MFA (HMFA). The final chapter explores several elements of matrix calculation and metric spaces used in the book.

IBM SPSS for Intermediate Statistics - Use and Interpretation, Fifth Edition (Hardcover, 5th edition): Nancy L. Leech, Karen C... IBM SPSS for Intermediate Statistics - Use and Interpretation, Fifth Edition (Hardcover, 5th edition)
Nancy L. Leech, Karen C Barrett, George A. Morgan
R5,279 Discovery Miles 52 790 Ships in 12 - 17 working days

Designed to help readers analyze and interpret research data using IBM SPSS, this user-friendly book shows readers how to choose the appropriate statistic based on the design; perform intermediate statistics, including multivariate statistics; interpret output; and write about the results. The book reviews research designs and how to assess the accuracy and reliability of data; how to determine whether data meet the assumptions of statistical tests; how to calculate and interpret effect sizes for intermediate statistics, including odds ratios for logistic and discriminant analyses; how to compute and interpret post-hoc power; and an overview of basic statistics for those who need a review. Unique chapters on multilevel linear modeling; multivariate analysis of variance (MANOVA); assessing reliability of data; multiple imputation; mediation, moderation, and canonical correlation; and factor analysis are provided. SPSS syntax with output is included for those who prefer this format.

The new edition features:

IBM SPSS version 22; although the book can be used with most older and newer versions

New discusiion of intraclass correlations (Ch. 3)

Expanded discussion of effect sizes that includes confidence intervals of effect sizes (ch.5)

New information on part and partial correlations and how they are interpreted and a new discussion on backward elimination, another useful multiple regression method (Ch. 6)

New chapter on how use a variable as a mediator or a moderator (ch. 7)

Revised chapter on multilevel and hierarchical linear modeling (ch. 12)

A new chapter (ch. 13) on multiple imputation that demonstrates how to deal with missing data

Updated web resources for instructors including PowerPoint slides, answers to interpretation questions, extra SPSS problems and for students, data sets, and chapter outlines and study guides. "

IBM SPSS for Intermediate Statistics, Fifth Edition "provides helpful teaching tools:

all of the key SPSS windows needed to perform the analyses

outputs with call-out boxes to highlight key points

interpretation sections and questions to help students better understand and interpret the output

extra problems with realistic data sets for practice using intermediate statistics

Appendices on how to get started with SPSS, write research questions, and basic statistics.

An ideal supplement for courses in either intermediate/advanced statistics or research methods taught in departments of psychology, education, and other social, behavioral, and health sciences. This book is also appreciated by researchers in these areas looking for a handy reference for SPSS"

Growth Curve Analysis and Visualization Using R (Hardcover): Daniel Mirman Growth Curve Analysis and Visualization Using R (Hardcover)
Daniel Mirman
R2,643 Discovery Miles 26 430 Ships in 12 - 17 working days

Learn How to Use Growth Curve Analysis with Your Time Course Data An increasingly prominent statistical tool in the behavioral sciences, multilevel regression offers a statistical framework for analyzing longitudinal or time course data. It also provides a way to quantify and analyze individual differences, such as developmental and neuropsychological, in the context of a model of the overall group effects. To harness the practical aspects of this useful tool, behavioral science researchers need a concise, accessible resource that explains how to implement these analysis methods. Growth Curve Analysis and Visualization Using R provides a practical, easy-to-understand guide to carrying out multilevel regression/growth curve analysis (GCA) of time course or longitudinal data in the behavioral sciences, particularly cognitive science, cognitive neuroscience, and psychology. With a minimum of statistical theory and technical jargon, the author focuses on the concrete issue of applying GCA to behavioral science data and individual differences. The book begins with discussing problems encountered when analyzing time course data, how to visualize time course data using the ggplot2 package, and how to format data for GCA and plotting. It then presents a conceptual overview of GCA and the core analysis syntax using the lme4 package and demonstrates how to plot model fits. The book describes how to deal with change over time that is not linear, how to structure random effects, how GCA and regression use categorical predictors, and how to conduct multiple simultaneous comparisons among different levels of a factor. It also compares the advantages and disadvantages of approaches to implementing logistic and quasi-logistic GCA and discusses how to use GCA to analyze individual differences as both fixed and random effects. The final chapter presents the code for all of the key examples along with samples demonstrating how to report GCA results. Throughout the book, R code illustrates how to implement the analyses and generate the graphs. Each chapter ends with exercises to test your understanding. The example datasets, code for solutions to the exercises, and supplemental code and examples are available on the author's website.

Handbook of Parallel Computing and Statistics (Paperback): Erricos John Kontoghiorghes Handbook of Parallel Computing and Statistics (Paperback)
Erricos John Kontoghiorghes
R1,458 Discovery Miles 14 580 Ships in 12 - 17 working days

Technological improvements continue to push back the frontier of processor speed in modern computers. Unfortunately, the computational intensity demanded by modern research problems grows even faster. Parallel computing has emerged as the most successful bridge to this computational gap, and many popular solutions have emerged based on its concepts, such as grid computing and massively parallel supercomputers. The Handbook of Parallel Computing and Statistics systematically applies the principles of parallel computing for solving increasingly complex problems in statistics research. This unique reference weaves together the principles and theoretical models of parallel computing with the design, analysis, and application of algorithms for solving statistical problems. After a brief introduction to parallel computing, the book explores the architecture, programming, and computational aspects of parallel processing. Focus then turns to optimization methods followed by statistical applications. These applications include algorithms for predictive modeling, adaptive design, real-time estimation of higher-order moments and cumulants, data mining, econometrics, and Bayesian computation. Expert contributors summarize recent results and explore new directions in these areas. Its intricate combination of theory and practical applications makes the Handbook of Parallel Computing and Statistics an ideal companion for helping solve the abundance of computation-intensive statistical problems arising in a variety of fields.

Methods of Statistical Model Estimation (Hardcover, New): Joseph Hilbe, Andrew Robinson Methods of Statistical Model Estimation (Hardcover, New)
Joseph Hilbe, Andrew Robinson
R2,601 Discovery Miles 26 010 Ships in 12 - 17 working days

Methods of Statistical Model Estimation examines the most important and popular methods used to estimate parameters for statistical models and provide informative model summary statistics. Designed for R users, the book is also ideal for anyone wanting to better understand the algorithms used for statistical model fitting.

The text presents algorithms for the estimation of a variety of regression procedures using maximum likelihood estimation, iteratively reweighted least squares regression, the EM algorithm, and MCMC sampling. Fully developed, working R code is constructed for each method. The book starts with OLS regression and generalized linear models, building to two-parameter maximum likelihood models for both pooled and panel models. It then covers a random effects model estimated using the EM algorithm and concludes with a Bayesian Poisson model using Metropolis-Hastings sampling.

The book's coverage is innovative in several ways. First, the authors use executable computer code to present and connect the theoretical content. Therefore, code is written for clarity of exposition rather than stability or speed of execution. Second, the book focuses on the performance of statistical estimation and downplays algebraic niceties. In both senses, this book is written for people who wish to fit statistical models and understand them.

See Professor Hilbe discuss the book.

Stata Survival Manual (Spiral bound, Ed): David Pevalin, Karen Robson Stata Survival Manual (Spiral bound, Ed)
David Pevalin, Karen Robson
R1,120 Discovery Miles 11 200 Ships in 12 - 17 working days

Where do I start? How do I know if I'm asking the right questions? How do I analyze the data once I have it? How do I report the results? When will I ever understand the process? If you are new to using the Stata software, and concerned about applying it to a project, help is at hand. David Pevalin and Karen Robson offer you a step by step introduction to the basics of the software, before gently helping you develop a more sophisticated understanding of Stata and its capabilities. The book will guide you through the research process offering further reading where more complex decisions need to be made and giving 'real world' examples from a wide range of disciplines and anecdotes that clarify issues for readers. The book will help with: manipulating and organizing data; generating statistics; interpreting results; and, presenting outputs. "The Stata Survival Manual" is a lifesaver for both students and professionals who are using the Stata software!

How to Use SPSS (R) - A Step-By-Step Guide to Analysis and Interpretation (Paperback, 11th edition): Brian C Cronk How to Use SPSS (R) - A Step-By-Step Guide to Analysis and Interpretation (Paperback, 11th edition)
Brian C Cronk
R1,841 Discovery Miles 18 410 Ships in 12 - 17 working days

How to Use SPSS (R) is designed with the novice computer user in mind and for people who have no previous experience using SPSS. Each chapter is divided into short sections that describe the statistic being used, important underlying assumptions, and how to interpret the results and express them in a research report. The book begins with the basics, such as starting SPSS, defining variables, and entering and saving data. It covers all major statistical techniques typically taught in beginning statistics classes, such as descriptive statistics, graphing data, prediction and association, parametric inferential statistics, nonparametric inferential statistics and statistics for test construction. More than 270 screenshots (including sample output) throughout the book show students exactly what to expect as they follow along using SPSS. The book includes a glossary of statistical terms and practice exercises. A complete set of online resources including video tutorials and output files for students, and PowerPoint slides and test bank questions for instructors, make How to Use SPSS (R) the definitive, field-tested resource for learning SPSS. New to this edition: Now in full color with additional screenshots Fully updated to the reflect SPSS version 26 (and prior versions) Changes in nonparametric tests Model View incorporated Data and real output are now available for all Phrasing Results sections - eliminating hypothetical output or hypothetical data

Sufficient Dimension Reduction - Methods and Applications with R (Paperback): Bing Li Sufficient Dimension Reduction - Methods and Applications with R (Paperback)
Bing Li
R1,453 Discovery Miles 14 530 Ships in 12 - 17 working days

Sufficient dimension reduction is a rapidly developing research field that has wide applications in regression diagnostics, data visualization, machine learning, genomics, image processing, pattern recognition, and medicine, because they are fields that produce large datasets with a large number of variables. Sufficient Dimension Reduction: Methods and Applications with R introduces the basic theories and the main methodologies, provides practical and easy-to-use algorithms and computer codes to implement these methodologies, and surveys the recent advances at the frontiers of this field. Features Provides comprehensive coverage of this emerging research field. Synthesizes a wide variety of dimension reduction methods under a few unifying principles such as projection in Hilbert spaces, kernel mapping, and von Mises expansion. Reflects most recent advances such as nonlinear sufficient dimension reduction, dimension folding for tensorial data, as well as sufficient dimension reduction for functional data. Includes a set of computer codes written in R that are easily implemented by the readers. Uses real data sets available online to illustrate the usage and power of the described methods. Sufficient dimension reduction has undergone momentous development in recent years, partly due to the increased demands for techniques to process high-dimensional data, a hallmark of our age of Big Data. This book will serve as the perfect entry into the field for the beginning researchers or a handy reference for the advanced ones. The author Bing Li obtained his Ph.D. from the University of Chicago. He is currently a Professor of Statistics at the Pennsylvania State University. His research interests cover sufficient dimension reduction, statistical graphical models, functional data analysis, machine learning, estimating equations and quasilikelihood, and robust statistics. He is a fellow of the Institute of Mathematical Statistics and the American Statistical Association. He is an Associate Editor for The Annals of Statistics and the Journal of the American Statistical Association.

A Level of Martin-Lof Randomness (Hardcover): Bradley S. Tice A Level of Martin-Lof Randomness (Hardcover)
Bradley S. Tice
R3,023 Discovery Miles 30 230 Ships in 12 - 17 working days

This work addresses the notion of compression ratios greater than what has been known for random sequential strings in binary and larger radix-based systems as applied to those traditionally found in Kolmogorov complexity. A culmination of the author's decade-long research that began with his discovery of a compressible random sequential string, the book maintains a theoretical-statistical level of introduction suitable for mathematical physicists. It discusses the application of ternary-, quaternary-, and quinary-based systems in statistical communication theory, computing, and physics.

Applied Medical Statistics Using SAS (Hardcover, Revised): Geoff Der, Brian S. Everitt Applied Medical Statistics Using SAS (Hardcover, Revised)
Geoff Der, Brian S. Everitt
R4,092 Discovery Miles 40 920 Ships in 12 - 17 working days

Written with medical statisticians and medical researchers in mind, this intermediate-level reference explores the use of SAS for analyzing medical data. Applied Medical Statistics Using SAS covers the whole range of modern statistical methods used in the analysis of medical data, including regression, analysis of variance and covariance, longitudinal and survival data analysis, missing data, generalized additive models (GAMs), and Bayesian methods. The book focuses on performing these analyses using SAS, the software package of choice for those analysing medical data.

Features

  • Covers the planning stage of medical studies in detail; several chapters contain details of sample size estimation
  • Illustrates methods of randomisation that might be employed for clinical trials
  • Covers topics that have become of great importance in the 21st century, including Bayesian methods and multiple imputation

Its breadth and depth, coupled with the inclusion of all the SAS code, make this book ideal for practitioners as well as for a graduate class in biostatistics or public health.

Complete data sets, all the SAS code, and complete outputs can be found on an associated website: http: //support.sas.com/amsus

Omic Association Studies with R and Bioconductor (Paperback): Juan R Gonzalez, Alejandro Caceres Omic Association Studies with R and Bioconductor (Paperback)
Juan R Gonzalez, Alejandro Caceres
R1,465 Discovery Miles 14 650 Ships in 12 - 17 working days

After the great expansion of genome-wide association studies, their scientific methodology and, notably, their data analysis has matured in recent years, and they are a keystone in large epidemiological studies. Newcomers to the field are confronted with a wealth of data, resources and methods. This book presents current methods to perform informative analyses using real and illustrative data with established bioinformatics tools and guides the reader through the use of publicly available data. Includes clear, readable programming codes for readers to reproduce and adapt to their own data. Emphasises extracting biologically meaningful associations between traits of interest and genomic, transcriptomic and epigenomic data Uses up-to-date methods to exploit omic data Presents methods through specific examples and computing sessions Supplemented by a website, including code, datasets, and solutions

Systems and Signal Processing with MATLAB (R) - Two Volume Set (Hardcover, 3rd edition): Taan S. ElAli Systems and Signal Processing with MATLAB (R) - Two Volume Set (Hardcover, 3rd edition)
Taan S. ElAli
R5,748 Discovery Miles 57 480 Ships in 12 - 17 working days

Most books on linear systems for undergraduates cover discrete and continuous systems material together in a single volume. Such books also include topics in discrete and continuous filter design, and discrete and continuous state-space representations. However, with this magnitude of coverage, the student typically gets a little of both discrete and continuous linear systems but not enough of either. Minimal coverage of discrete linear systems material is acceptable provided that there is ample coverage of continuous linear systems. On the other hand, minimal coverage of continuous linear systems does no justice to either of the two areas. Under the best of circumstances, a student needs a solid background in both these subjects. Continuous linear systems and discrete linear systems are broad topics and each merit a single book devoted to the respective subject matter. The objective of this set of two volumes is to present the needed material for each at the undergraduate level, and present the required material using MATLAB (R) (The MathWorks Inc.).

Undocumented Secrets of MATLAB-Java Programming (Hardcover, New): Yair M Altman Undocumented Secrets of MATLAB-Java Programming (Hardcover, New)
Yair M Altman
R5,597 Discovery Miles 55 970 Ships in 12 - 17 working days

For a variety of reasons, the MATLAB(r)-Java interface was never fully documented. This is really quite unfortunate: Java is one of the most widely used programming languages, having many times the number of programmers and programming resources as MATLAB. Also unfortunate is the popular claim that while MATLAB is a fine programming platform for prototyping, it is not suitable for real-world, modern-looking applications. Undocumented Secrets of MATLAB(r)-Java Programming aims to correct this misconception.

This book shows how using Java can significantly improve MATLAB program appearance and functionality, and that this can be done easily and even without any prior Java knowledge.

Readers are led step-by-step from simple to complex customizations. Code snippets, screenshots, and numerous online references are provided to enable the utilization of this book as both a sequential tutorial and as a random-access reference suited for immediate use. Java-savvy readers will find it easy to tailor code samples for their particular needs; for Java newcomers, an introduction to Java and numerous online references are provided.

This book demonstrates how

  • The MATLAB programming environment relies on Java for numerous tasks, including networking, data-processing algorithms and graphical user-interface (GUI)
  • We can use MATLAB for easy access to external Java functionality, either third-party or user-created
  • Using Java, we can extensively customize the MATLAB environment and application GUI, enabling the creation of visually appealing and usable applications
Statistical Computing in C++ and R (Hardcover, New): Randall L. Eubank, Ana Kupresanin Statistical Computing in C++ and R (Hardcover, New)
Randall L. Eubank, Ana Kupresanin
R2,997 Discovery Miles 29 970 Ships in 12 - 17 working days

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, followed by a "boot-camp" on the use of C++ and R. The authors then discuss code development for the solution of specific computational problems that are relevant to statistics including optimization, numerical linear algebra, and random number generation. Later chapters introduce abstract data structures (ADTs) and parallel computing concepts. The appendices cover R and UNIX Shell programming. Features Includes numerous student exercises ranging from elementary to challenging Integrates both C++ and R for the solution of statistical computing problems Uses C++ code in R and R functions in C++ programs Provides downloadable programs, available from the authors' website The translation of a mathematical problem into its computational analog (or analogs) is a skill that must be learned, like any other, by actively solving relevant problems. The text reveals the basic principles of algorithmic thinking essential to the modern statistician as well as the fundamental skill of communicating with a computer through the use of the computer languages C++ and R. The book lays the foundation for original code development in a research environment.

Dynamic Prediction in Clinical Survival Analysis (Hardcover): Hans Van Houwelingen, Hein Putter Dynamic Prediction in Clinical Survival Analysis (Hardcover)
Hans Van Houwelingen, Hein Putter
R4,653 Discovery Miles 46 530 Ships in 12 - 17 working days

There is a huge amount of literature on statistical models for the prediction of survival after diagnosis of a wide range of diseases like cancer, cardiovascular disease, and chronic kidney disease. Current practice is to use prediction models based on the Cox proportional hazards model and to present those as static models for remaining lifetime after diagnosis or treatment. In contrast, Dynamic Prediction in Clinical Survival Analysis focuses on dynamic models for the remaining lifetime at later points in time, for instance using landmark models. Designed to be useful to applied statisticians and clinical epidemiologists, each chapter in the book has a practical focus on the issues of working with real life data. Chapters conclude with additional material either on the interpretation of the models, alternative models, or theoretical background. The book consists of four parts: * Part I deals with prognostic models for survival data using (clinical) information available at baseline, based on the Cox model * Part II is about prognostic models for survival data using (clinical) information available at baseline, when the proportional hazards assumption of the Cox model is violated * Part III is dedicated to the use of time-dependent information in dynamic prediction * Part IV explores dynamic prediction models for survival data using genomic data Dynamic Prediction in Clinical Survival Analysis summarizes cutting-edge research on the dynamic use of predictive models with traditional and new approaches. Aimed at applied statisticians who actively analyze clinical data in collaboration with clinicians, the analyses of the different data sets throughout the book demonstrate how predictive models can be obtained from proper data sets.

Interactive Graphics for Data Analysis - Principles and Examples (Paperback): Martin Theus, Simon Urbanek Interactive Graphics for Data Analysis - Principles and Examples (Paperback)
Martin Theus, Simon Urbanek
R1,774 Discovery Miles 17 740 Ships in 12 - 17 working days

Interactive Graphics for Data Analysis: Principles and Examples discusses exploratory data analysis (EDA) and how interactive graphical methods can help gain insights as well as generate new questions and hypotheses from datasets. Fundamentals of Interactive Statistical GraphicsThe first part of the book summarizes principles and methodology, demonstrating how the different graphical representations of variables of a dataset are effectively used in an interactive setting. The authors introduce the most important plots and their interactive controls. They also examine various types of data, relations between variables, and plot ensembles. Case Studies Illustrate the PrinciplesThe second section focuses on nine case studies. Each case study describes the background, lists the main goals of the analysis and the variables in the dataset, shows what further numerical procedures can add to the graphical analysis, and summarizes important findings. Wherever applicable, the authors also provide the numerical analysis for datasets found in Cox and Snell's landmark book. Understand How to Analyze Data through Graphical Means This full-color text shows that interactive graphical methods complement the traditional statistical toolbox to achieve more complete, easier to understand, and easier to interpret analyses.

Applied Meta-Analysis with R and Stata (Paperback, 2nd edition): Karl E. Peace, Ding-Geng (Din) Chen Applied Meta-Analysis with R and Stata (Paperback, 2nd edition)
Karl E. Peace, Ding-Geng (Din) Chen
R1,448 Discovery Miles 14 480 Ships in 9 - 15 working days

Review of the First Edition: The authors strive to reduce theory to a minimum, which makes it a self-learning text that is comprehensible for biologists, physicians, etc. who lack an advanced mathematics background. Unlike in many other textbooks, R is not introduced with meaningless toy examples; instead the reader is taken by the hand and shown around some analyses, graphics, and simulations directly relating to meta-analysis... A useful hands-on guide for practitioners who want to familiarize themselves with the fundamentals of meta-analysis and get started without having to plough through theorems and proofs. -Journal of Applied Statistics Statistical Meta-Analysis with R and Stata, Second Edition provides a thorough presentation of statistical meta-analyses (MA) with step-by-step implementations using R/Stata. The authors develop analysis step by step using appropriate R/Stata functions, which enables readers to gain an understanding of meta-analysis methods and R/Stata implementation so that they can use these two popular software packages to analyze their own meta-data. Each chapter gives examples of real studies compiled from the literature. After presenting the data and necessary background for understanding the applications, various methods for analyzing meta-data are introduced. The authors then develop analysis code using the appropriate R/Stata packages and functions. What's New in the Second Edition: Adds Stata programs along with the R programs for meta-analysis Updates all the statistical meta-analyses with R/Stata programs Covers fixed-effects and random-effects MA, meta-regression, MA with rare-event, and MA-IPD vs MA-SS Adds five new chapters on multivariate MA, publication bias, missing data in MA, MA in evaluating diagnostic accuracy, and network MA Suitable as a graduate-level text for a meta-data analysis course, the book is also a valuable reference for practitioners and biostatisticians (even those with little or no experience in using R or Stata) in public health, medical research, governmental agencies, and the pharmaceutical industry.

Electrical Machines with MATLAB (R) (Hardcover, 2nd edition): Turan G onen Electrical Machines with MATLAB (R) (Hardcover, 2nd edition)
Turan G onen
R4,859 Discovery Miles 48 590 Ships in 12 - 17 working days

Electrical Machines with MATLAB(r) encapsulates the invaluable insight and experience that eminent instructor Turan Gonen has acquired in almost 40 years of teaching. With simple, versatile content that separates it from other texts on electrical machines, this book is an ideal self-study tool for advanced students in electrical and other areas of engineering. In response to the often inadequate, rushed coverage of fundamentals in most basic circuit analysis books and courses, this resource is intelligently designed, easy to read, and packed with in-depth information on crucial concepts.

Topics include three-phase circuits, power measurement in AC circuits, magnetic circuits, transformers, and induction, synchronous, and direct-current machines. The book starts by reviewing more basic concepts, with numerous examples to clarify their application. It then explores new "buzzword" topics and developments in the area of electrical machine applications and electric power systems, including:

  • Renewable energy
  • Wind energy and related conversion
  • Solar energy
  • Energy storage
  • The smart grid

Using International Systems (IS) units throughout, this cross-disciplinary design guide delves into commonly used vocabulary and symbols associated with electrical machinery. Several new appendices contain tools such as an extensive glossary to explain important terms. Outlining a wide range of information-and the many different ways to apply it-this book is an invaluable, multifunctional resource for students and professors, as well as practicing professionals looking to refresh and update their knowledge.

MATLAB with Applications to Engineering, Physics and Finance (Hardcover): David Baez-Lopez MATLAB with Applications to Engineering, Physics and Finance (Hardcover)
David Baez-Lopez
R5,119 Discovery Miles 51 190 Ships in 12 - 17 working days

Master the tools of MATLAB through hands-on examples
Shows How to Solve Math Problems Using MATLAB

The mathematical software MATLAB integrates computation, visualization, and programming to produce a powerful tool for a number of different tasks in mathematics. Focusing on the MATLAB toolboxes especially dedicated to science, finance, and engineering, MATLAB with Applications to Engineering, Physics and Finance explains how to perform complex mathematical tasks with relatively simple programs. This versatile book is accessible enough for novices and users with only a fundamental knowledge of MATLAB, yet covers many sophisticated concepts to make it helpful for experienced users as well.

The author first introduces the basics of MATLAB, describing simple functions such as differentiation, integration, and plotting. He then addresses advanced topics, including programming, producing executables, publishing results directly from MATLAB programs, and creating graphical user interfaces. The text also presents examples of Simulink that highlight the advantages of using this software package for system modeling and simulation. The applications-dedicated chapters at the end of the book explore the use of MATLAB in digital signal processing, chemical and food engineering, astronomy, optics, financial derivatives, and much more.

Statistics and Data Visualisation with Python (Paperback): Jesus Rogel-Salazar Statistics and Data Visualisation with Python (Paperback)
Jesus Rogel-Salazar
R1,423 Discovery Miles 14 230 Ships in 9 - 15 working days

* Targests readers with a background in programming, interested in an introduction/refresher in statistical hypothesis testing * Uses Python throughout * Provides the reader with the opportunity of using the book whenever needed rather than following a sequential path.

R For College Mathematics and Statistics (Paperback): Thomas Pfaff R For College Mathematics and Statistics (Paperback)
Thomas Pfaff
R1,373 Discovery Miles 13 730 Ships in 9 - 15 working days

R for College Mathematics and Statistics encourages the use of R in mathematics and statistics courses. Instructors are no longer limited to ``nice'' functions in calculus classes. They can require reports and homework with graphs. They can do simulations and experiments. R can be useful for student projects, for creating graphics for teaching, as well as for scholarly work. This book presents ways R, which is freely available, can enhance the teaching of mathematics and statistics. R has the potential to help students learn mathematics due to the need for precision, understanding of symbols and functions, and the logical nature of code. Moreover, the text provides students the opportunity for experimenting with concepts in any mathematics course. Features: Does not require previous experience with R Promotes the use of R in typical mathematics and statistics course work Organized by mathematics topics Utilizes an example-based approach Chapters are largely independent of each other

Modern Data Science with R (Hardcover, 2nd edition): Benjamin S. Baumer, Daniel T. Kaplan, Nicholas J. Horton Modern Data Science with R (Hardcover, 2nd edition)
Benjamin S. Baumer, Daniel T. Kaplan, Nicholas J. Horton
R2,620 Discovery Miles 26 200 Ships in 9 - 15 working days

Accessible to a general audience with some background in statistics and computing Many examples and extended case studies Illustrations using R and Rstudio A true blend of statistics and computer science -- not just a grab bag of topics from each

R Graphics, Third Edition (Paperback, 3rd edition): Paul Murrell R Graphics, Third Edition (Paperback, 3rd edition)
Paul Murrell
R1,446 Discovery Miles 14 460 Ships in 9 - 15 working days

This third edition of Paul Murrell's classic book on using R for graphics represents a major update, with a complete overhaul in focus and scope. It focuses primarily on the two core graphics packages in R - graphics and grid - and has a new section on integrating graphics. This section includes three new chapters: importing external images in to R; integrating the graphics and grid systems; and advanced SVG graphics. The emphasis in this third edition is on having the ability to produce detailed and customised graphics in a wide variety of formats, on being able to share and reuse those graphics, and on being able to integrate graphics from multiple systems. This book is aimed at all levels of R users. For people who are new to R, this book provides an overview of the graphics facilities, which is useful for understanding what to expect from R's graphics functions and how to modify or add to the output they produce. For intermediate-level R users, this book provides all of the information necessary to perform sophisticated customizations of plots produced in R. For advanced R users, this book contains vital information for producing coherent, reusable, and extensible graphics functions.

How to Use SPSS (R) - A Step-By-Step Guide to Analysis and Interpretation (Hardcover, 11th edition): Brian C Cronk How to Use SPSS (R) - A Step-By-Step Guide to Analysis and Interpretation (Hardcover, 11th edition)
Brian C Cronk
R5,530 Discovery Miles 55 300 Ships in 12 - 17 working days

How to Use SPSS (R) is designed with the novice computer user in mind and for people who have no previous experience using SPSS. Each chapter is divided into short sections that describe the statistic being used, important underlying assumptions, and how to interpret the results and express them in a research report. The book begins with the basics, such as starting SPSS, defining variables, and entering and saving data. It covers all major statistical techniques typically taught in beginning statistics classes, such as descriptive statistics, graphing data, prediction and association, parametric inferential statistics, nonparametric inferential statistics and statistics for test construction. More than 270 screenshots (including sample output) throughout the book show students exactly what to expect as they follow along using SPSS. The book includes a glossary of statistical terms and practice exercises. A complete set of online resources including video tutorials and output files for students, and PowerPoint slides and test bank questions for instructors, make How to Use SPSS (R) the definitive, field-tested resource for learning SPSS. New to this edition: Now in full color with additional screenshots Fully updated to the reflect SPSS version 26 (and prior versions) Changes in nonparametric tests Model View incorporated Data and real output are now available for all Phrasing Results sections - eliminating hypothetical output or hypothetical data

Foundations of Statistical Algorithms - With References to R Packages (Paperback): Claus Weihs, Olaf Mersmann, Uwe Ligges Foundations of Statistical Algorithms - With References to R Packages (Paperback)
Claus Weihs, Olaf Mersmann, Uwe Ligges
R1,892 Discovery Miles 18 920 Ships in 12 - 17 working days

A new and refreshingly different approach to presenting the foundations of statistical algorithms, Foundations of Statistical Algorithms: With References to R Packages reviews the historical development of basic algorithms to illuminate the evolution of today's more powerful statistical algorithms. It emphasizes recurring themes in all statistical algorithms, including computation, assessment and verification, iteration, intuition, randomness, repetition and parallelization, and scalability. Unique in scope, the book reviews the upcoming challenge of scaling many of the established techniques to very large data sets and delves into systematic verification by demonstrating how to derive general classes of worst case inputs and emphasizing the importance of testing over a large number of different inputs. Broadly accessible, the book offers examples, exercises, and selected solutions in each chapter as well as access to a supplementary website. After working through the material covered in the book, readers should not only understand current algorithms but also gain a deeper understanding of how algorithms are constructed, how to evaluate new algorithms, which recurring principles are used to tackle some of the tough problems statistical programmers face, and how to take an idea for a new method and turn it into something practically useful.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
How to Think about Data Science
Diego Miranda-Saavedra Hardcover R3,635 Discovery Miles 36 350
Applied Meta-Analysis with R and Stata
Karl E. Peace, Ding-Geng (Din) Chen Hardcover R3,572 Discovery Miles 35 720
Engineering Production-Grade Shiny Apps
Colin Fay, Sebastien Rochette, … Paperback R1,550 Discovery Miles 15 500
Analysis and Design of Control Systems…
Rao V. Dukkipati Hardcover R1,366 Discovery Miles 13 660
Statistical Analysis with Excel For…
J Schmuller Paperback R970 R696 Discovery Miles 6 960
Discovering Statistics Using IBM SPSS…
Andy Field Paperback  (1)
R1,712 R1,527 Discovery Miles 15 270
Systems and Signal Processing with…
Taan S. ElAli Paperback R2,294 Discovery Miles 22 940
A Simple Guide to SPSS (R) for Political…
Lee Kirkpatrick, Quentin Kidd Paperback R1,170 R1,046 Discovery Miles 10 460
Nonparametric Statistical Methods Using…
John Kloke, Joseph W. McKean Hardcover R2,606 Discovery Miles 26 060
Multilevel Modeling Using R
W. Holmes Finch, Jocelyn E. Bolin, … Hardcover R4,067 Discovery Miles 40 670

 

Partners