0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (41)
  • R250 - R500 (190)
  • R500+ (3,084)
  • -
Status
Format
Author / Contributor
Publisher

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

Intuitive Probability and Random Processes using MATLAB (R) (Paperback, Softcover reprint of the original 1st ed. 2006): Steven... Intuitive Probability and Random Processes using MATLAB (R) (Paperback, Softcover reprint of the original 1st ed. 2006)
Steven Kay
R2,632 Discovery Miles 26 320 Ships in 18 - 22 working days

Intuitive Probability and Random Processes using MATLAB (R) is an introduction to probability and random processes that merges theory with practice. Based on the author's belief that only "hands-on" experience with the material can promote intuitive understanding, the approach is to motivate the need for theory using MATLAB examples, followed by theory and analysis, and finally descriptions of "real-world" examples to acquaint the reader with a wide variety of applications. The latter is intended to answer the usual question "Why do we have to study this?" Other salient features are: *heavy reliance on computer simulation for illustration and student exercises *the incorporation of MATLAB programs and code segments *discussion of discrete random variables followed by continuous random variables to minimize confusion *summary sections at the beginning of each chapter *in-line equation explanations *warnings on common errors and pitfalls *over 750 problems designed to help the reader assimilate and extend the concepts Intuitive Probability and Random Processes using MATLAB (R) is intended for undergraduate and first-year graduate students in engineering. The practicing engineer as well as others having the appropriate mathematical background will also benefit from this book. About the Author Steven M. Kay is a Professor of Electrical Engineering at the University of Rhode Island and a leading expert in signal processing. He has received the Education Award "for outstanding contributions in education and in writing scholarly books and texts..." from the IEEE Signal Processing society and has been listed as among the 250 most cited researchers in the world in engineering.

Introducing Monte Carlo Methods with R (Paperback, 2010 ed.): Christian Robert, George Casella Introducing Monte Carlo Methods with R (Paperback, 2010 ed.)
Christian Robert, George Casella
R1,691 R1,602 Discovery Miles 16 020 Save R89 (5%) Ships in 9 - 17 working days

Computational techniques based on simulation have now become an essential part of the statistician's toolbox. It is thus crucial to provide statisticians with a practical understanding of those methods, and there is no better way to develop intuition and skills for simulation than to use simulation to solve statistical problems. Introducing Monte Carlo Methods with R covers the main tools used in statistical simulation from a programmer's point of view, explaining the R implementation of each simulation technique and providing the output for better understanding and comparison. While this book constitutes a comprehensive treatment of simulation methods, the theoretical justification of those methods has been considerably reduced, compared with Robert and Casella (2004). Similarly, the more exploratory and less stable solutions are not covered here.

This book does not require a preliminary exposure to the R programming language or to Monte Carlo methods, nor an advanced mathematical background. While many examples are set within a Bayesian framework, advanced expertise in Bayesian statistics is not required. The book covers basic random generation algorithms, Monte Carlo techniques for integration and optimization, convergence diagnoses, Markov chain Monte Carlo methods, including Metropolis {Hastings and Gibbs algorithms, and adaptive algorithms. All chapters include exercises and all R programs are available as an R package called mcsm. The book appeals to anyone with a practical interest in simulation methods but no previous exposure. It is meant to be useful for students and practitioners in areas such as statistics, signal processing, communications engineering, control theory, econometrics, finance and more. The programming parts are introduced progressively to be accessible to any reader.

Learn ggplot2 Using Shiny App (Paperback, 1st ed. 2016): Keon-Woong Moon Learn ggplot2 Using Shiny App (Paperback, 1st ed. 2016)
Keon-Woong Moon
R3,352 Discovery Miles 33 520 Ships in 18 - 22 working days

This book and app is for practitioners, professionals, researchers, and students who want to learn how to make a plot within the R environment using ggplot2, step-by-step without coding. In widespread use in the statistical communities, R is a free software language and environment for statistical programming and graphics. Many users find R to have a steep learning curve but to be extremely useful once overcome. ggplot2 is an extremely popular package tailored for producing graphics within R but which requires coding and has a steep learning curve itself, and Shiny is an open source R package that provides a web framework for building web applications using R without requiring HTML, CSS, or JavaScript. This manual-"integrating" R, ggplot2, and Shiny-introduces a new Shiny app, Learn ggplot2, that allows users to make plots easily without coding. With the Learn ggplot2 Shiny app, users can make plots using ggplot2 without having to code each step, reducing typos and error messages and allowing users to become familiar with ggplot2 code. The app makes it easy to apply themes, make multiplots (combining several plots into one plot), and download plots as PNG, PDF, or PowerPoint files with editable vector graphics. Users can also make plots on any computer or smart phone. Learn ggplot2 Using Shiny App allows users to Make publication-ready plots in minutes without coding Download plots with desired width, height, and resolution Plot and download plots in png, pdf, and PowerPoint formats, with or without R code and with editable vector graphics

Extending Microsoft Power Apps with Power Apps Component Framework - A complete guide to creating, deploying, and improving... Extending Microsoft Power Apps with Power Apps Component Framework - A complete guide to creating, deploying, and improving your code components (Paperback)
Danish Naglekar; Foreword by Hemant Gaur
R962 Discovery Miles 9 620 Ships in 18 - 22 working days

Learn how to extend the capabilities of Power Apps by building code components using Power Apps Component Framework Key Features Understand how to extend Power Apps' capabilities Enhance your skills with the help of practical code components used throughout the book Overcome common challenges, avoid pitfalls, and improve your code Book DescriptionPower Apps Component Framework is used by professional developers to extend the capabilities of model-driven and canvas apps. Extending Microsoft Power Apps with Power Apps Component Framework will take you through the basic as well as advanced topics using practical examples. The book starts by helping you understand the fundamentals of the framework, its lifecycle, and the tools that you'll use to build code components using best practices and file management guidelines. You'll then learn how to extend Power Apps step by step and apply the principles and concepts covered in the book to build code components for field type attributes. The book covers different ways of debugging code components and guides you through the process of building code components for datasets. You'll also explore the functions and methods provided by the framework to enhance your controls using powerful sets of libraries and extensions. As you advance, you'll get to grips with creating and managing authentication profiles, discover different ways of deploying code components, and configure code components in model-driven and canvas apps. Finally, you'll learn some of the important features of the framework and learn modern web development practices. By the end of this Power Apps book, you'll be able to build, debug, enrich, and deploy code components confidently. What you will learn Understand the fundamentals of Power Apps Component Framework Explore the tools that make it easy to build code components Build code components for both a field and a dataset Debug using test harness and Fiddler Implement caching techniques Find out how to work with the Dataverse Web API Build code components using React and Fluent UI controls Discover different deployment strategies Who this book is forThis book is for developers who are looking to build advanced skills for extending the capabilities of Power Apps. Basic knowledge of Power Apps and web development is necessary to get started with this book.

Solving PDEs in Python - The FEniCS Tutorial I (Paperback, 1st ed. 2016): Hans Petter Langtangen, Anders Logg Solving PDEs in Python - The FEniCS Tutorial I (Paperback, 1st ed. 2016)
Hans Petter Langtangen, Anders Logg
R1,104 Discovery Miles 11 040 Ships in 18 - 22 working days

This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier-Stokes equations, and systems of nonlinear advection-diffusion-reaction equations, it guides readers through the essential steps to quickly solving a PDE in FEniCS, such as how to define a finite variational problem, how to set boundary conditions, how to solve linear and nonlinear systems, and how to visualize solutions and structure finite element Python programs. This book is open access under a CC BY license.

Nonlinear Principal Component Analysis and Its Applications (Paperback, 1st ed. 2016): Yuichi Mori, Masahiro Kuroda, Naomichi... Nonlinear Principal Component Analysis and Its Applications (Paperback, 1st ed. 2016)
Yuichi Mori, Masahiro Kuroda, Naomichi Makino
R1,829 Discovery Miles 18 290 Ships in 18 - 22 working days

This book expounds the principle and related applications of nonlinear principal component analysis (PCA), which is useful method to analyze mixed measurement levels data. In the part dealing with the principle, after a brief introduction of ordinary PCA, a PCA for categorical data (nominal and ordinal) is introduced as nonlinear PCA, in which an optimal scaling technique is used to quantify the categorical variables. The alternating least squares (ALS) is the main algorithm in the method. Multiple correspondence analysis (MCA), a special case of nonlinear PCA, is also introduced. All formulations in these methods are integrated in the same manner as matrix operations. Because any measurement levels data can be treated consistently as numerical data and ALS is a very powerful tool for estimations, the methods can be utilized in a variety of fields such as biometrics, econometrics, psychometrics, and sociology. In the applications part of the book, four applications are introduced: variable selection for mixed measurement levels data, sparse MCA, joint dimension reduction and clustering methods for categorical data, and acceleration of ALS computation. The variable selection methods in PCA that originally were developed for numerical data can be applied to any types of measurement levels by using nonlinear PCA. Sparseness and joint dimension reduction and clustering for nonlinear data, the results of recent studies, are extensions obtained by the same matrix operations in nonlinear PCA. Finally, an acceleration algorithm is proposed to reduce the problem of computational cost in the ALS iteration in nonlinear multivariate methods. This book thus presents the usefulness of nonlinear PCA which can be applied to different measurement levels data in diverse fields. As well, it covers the latest topics including the extension of the traditional statistical method, newly proposed nonlinear methods, and computational efficiency in the methods.

SharePoint 2016 User's Guide - Learning Microsoft's Business Collaboration Platform (Paperback, 5th ed.): Tony Smith SharePoint 2016 User's Guide - Learning Microsoft's Business Collaboration Platform (Paperback, 5th ed.)
Tony Smith
R2,087 Discovery Miles 20 870 Ships in 18 - 22 working days

Learn how to make the most of SharePoint 2016 and its wide range of capabilities to support your information management, collaboration, and business process management needs. Whether you are using SharePoint as an intranet or business solution platform, you will learn how to use the resources (such as lists, libraries, and sites) and services (such as search, workflow, and social) that make up these environments. In the fifth edition of this bestselling book, author Tony Smith walks you through the components and capabilities that make up a SharePoint 2016 environment. He provides step-by-step instructions for using and managing these elements, as well as recommendations for how to get the best out of them. What You Will Learn Create and use common SharePoint resources like lists, libraries, sites, pages and web parts Understand when and how workflows and information management policies can be used to automate process Learn how to take advantage of records retention, management, and disposition Make the most of SharePoint search services Take advantage of social capabilities to create social solutions Who This Book Is For Whether you have not yet used SharePoint at all, have used previous versions, have just started using the basic features, or have been using it for a long of time, this book provides the skills you need to work efficiently with the capabilities SharePoint 2016 provides.

SPSS for Starters and 2nd Levelers (Paperback, Softcover reprint of the original 2nd ed. 2016): Ton J. Cleophas, Aeilko H.... SPSS for Starters and 2nd Levelers (Paperback, Softcover reprint of the original 2nd ed. 2016)
Ton J. Cleophas, Aeilko H. Zwinderman
R2,428 Discovery Miles 24 280 Ships in 18 - 22 working days

A unique point of this book is its low threshold, textually simple and at the same time full of self-assessment opportunities. Other unique points are the succinctness of the chapters with 3 to 6 pages, the presence of entire-commands-texts of the statistical methodologies reviewed and the fact that dull scientific texts imposing an unnecessary burden on busy and jaded professionals have been left out. For readers requesting more background, theoretical and mathematical information a note section with references is in each chapter. The first edition in 2010 was the first publication of a complete overview of SPSS methodologies for medical and health statistics. Well over 100,000 copies of various chapters were sold within the first year of publication. Reasons for a rewrite were four. First, many important comments from readers urged for a rewrite. Second, SPSS has produced many updates and upgrades, with relevant novel and improved methodologies. Third, the authors felt that the chapter texts needed some improvements for better readability: chapters have now been classified according the outcome data helpful for choosing your analysis rapidly, a schematic overview of data, and explanatory graphs have been added. Fourth, current data are increasingly complex and many important methods for analysis were missing in the first edition. For that latter purpose some more advanced methods seemed unavoidable, like hierarchical loglinear methods, gamma and Tweedie regressions and random intercept analyses. In order for the contents of the book to remain covered by the title, the authors renamed the book: SPSS for Starters and 2nd Levelers. Special care was, nonetheless, taken to keep things as simple as possible, simple menu commands are given. The arithmetic is still of a no-more-than high-school level. Step-by-step analyses of different statistical methodologies are given with the help of 60 SPSS data files available through the internet. Because of the lack of time of this busy group of people, the authors have given every effort to produce a text as succinct as possible.

Optimal Covariate Designs - Theory and Applications (Paperback, Softcover reprint of the original 1st ed. 2015): Premadhis Das,... Optimal Covariate Designs - Theory and Applications (Paperback, Softcover reprint of the original 1st ed. 2015)
Premadhis Das, Ganesh Dutta, Nripes Kumar Mandal, Bikas Kumar Sinha
R1,994 Discovery Miles 19 940 Ships in 18 - 22 working days

This book primarily addresses the optimality aspects of covariate designs. A covariate model is a combination of ANOVA and regression models. Optimal estimation of the parameters of the model using a suitable choice of designs is of great importance; as such choices allow experimenters to extract maximum information for the unknown model parameters. The main emphasis of this monograph is to start with an assumed covariate model in combination with some standard ANOVA set-ups such as CRD, RBD, BIBD, GDD, BTIBD, BPEBD, cross-over, multi-factor, split-plot and strip-plot designs, treatment control designs, etc. and discuss the nature and availability of optimal covariate designs. In some situations, optimal estimations of both ANOVA and the regression parameters are provided. Global optimality and D-optimality criteria are mainly used in selecting the design. The standard optimality results of both discrete and continuous set-ups have been adapted, and several novel combinatorial techniques have been applied for the construction of optimum designs using Hadamard matrices, the Kronecker product, Rao-Khatri product, mixed orthogonal arrays to name a few.

Numerical Methods in Matrix Computations (Paperback, Softcover reprint of the original 1st ed. 2015): Ake Bjoerck Numerical Methods in Matrix Computations (Paperback, Softcover reprint of the original 1st ed. 2015)
Ake Bjoerck
R1,963 Discovery Miles 19 630 Ships in 18 - 22 working days

Matrix algorithms are at the core of scientific computing and are indispensable tools in most applications in engineering. This book offers a comprehensive and up-to-date treatment of modern methods in matrix computation. It uses a unified approach to direct and iterative methods for linear systems, least squares and eigenvalue problems. A thorough analysis of the stability, accuracy, and complexity of the treated methods is given. Numerical Methods in Matrix Computations is suitable for use in courses on scientific computing and applied technical areas at advanced undergraduate and graduate level. A large bibliography is provided, which includes both historical and review papers as well as recent research papers. This makes the book useful also as a reference and guide to further study and research work.

Mathematics, Computer Science and Logic - A Never Ending Story - The Bruno Buchberger Festschrift (Paperback, Softcover reprint... Mathematics, Computer Science and Logic - A Never Ending Story - The Bruno Buchberger Festschrift (Paperback, Softcover reprint of the original 1st ed. 2013)
Peter Paule
R1,408 Discovery Miles 14 080 Ships in 18 - 22 working days

This book presents four mathematical essays which explore the foundations of mathematics and related topics ranging from philosophy and logic to modern computer mathematics. While connected to the historical evolution of these concepts, the essays place strong emphasis on developments still to come. The book originated in a 2002 symposium celebrating the work of Bruno Buchberger, Professor of Computer Mathematics at Johannes Kepler University, Linz, Austria, on the occasion of his 60th birthday. Among many other accomplishments, Professor Buchberger in 1985 was the founding editor of the Journal of Symbolic Computation; the founder of the Research Institute for Symbolic Computation (RISC) and its chairman from 1987-2000; the founder in 1990 of the Softwarepark Hagenberg, Austria, and since then its director. More than a decade in the making, Mathematics, Computer Science and Logic - A Never Ending Story includes essays by leading authorities, on such topics as mathematical foundations from the perspective of computer verification; a symbolic-computational philosophy and methodology for mathematics; the role of logic and algebra in software engineering; and new directions in the foundations of mathematics. These inspiring essays invite general, mathematically interested readers to share state-of-the-art ideas which advance the never ending story of mathematics, computer science and logic. Mathematics, Computer Science and Logic - A Never Ending Story is edited by Professor Peter Paule, Bruno Buchberger's successor as director of the Research Institute for Symbolic Computation.

Model-Free Prediction and Regression - A Transformation-Based Approach to Inference (Paperback, Softcover reprint of the... Model-Free Prediction and Regression - A Transformation-Based Approach to Inference (Paperback, Softcover reprint of the original 1st ed. 2015)
Dimitris N. Politis
R3,303 Discovery Miles 33 030 Ships in 18 - 22 working days

The Model-Free Prediction Principle expounded upon in this monograph is based on the simple notion of transforming a complex dataset to one that is easier to work with, e.g., i.i.d. or Gaussian. As such, it restores the emphasis on observable quantities, i.e., current and future data, as opposed to unobservable model parameters and estimates thereof, and yields optimal predictors in diverse settings such as regression and time series. Furthermore, the Model-Free Bootstrap takes us beyond point prediction in order to construct frequentist prediction intervals without resort to unrealistic assumptions such as normality. Prediction has been traditionally approached via a model-based paradigm, i.e., (a) fit a model to the data at hand, and (b) use the fitted model to extrapolate/predict future data. Due to both mathematical and computational constraints, 20th century statistical practice focused mostly on parametric models. Fortunately, with the advent of widely accessible powerful computing in the late 1970s, computer-intensive methods such as the bootstrap and cross-validation freed practitioners from the limitations of parametric models, and paved the way towards the `big data' era of the 21st century. Nonetheless, there is a further step one may take, i.e., going beyond even nonparametric models; this is where the Model-Free Prediction Principle is useful. Interestingly, being able to predict a response variable Y associated with a regressor variable X taking on any possible value seems to inadvertently also achieve the main goal of modeling, i.e., trying to describe how Y depends on X. Hence, as prediction can be treated as a by-product of model-fitting, key estimation problems can be addressed as a by-product of being able to perform prediction. In other words, a practitioner can use Model-Free Prediction ideas in order to additionally obtain point estimates and confidence intervals for relevant parameters leading to an alternative, transformation-based approach to statistical inference.

Humanities Data in R - Exploring Networks, Geospatial Data, Images, and Text (Paperback, Softcover reprint of the original 1st... Humanities Data in R - Exploring Networks, Geospatial Data, Images, and Text (Paperback, Softcover reprint of the original 1st ed. 2015)
Taylor Arnold, Lauren Tilton
R2,302 Discovery Miles 23 020 Ships in 18 - 22 working days

This pioneering book teaches readers to use R within four core analytical areas applicable to the Humanities: networks, text, geospatial data, and images. This book is also designed to be a bridge: between quantitative and qualitative methods, individual and collaborative work, and the humanities and social sciences. Humanities Data with R does not presuppose background programming experience. Early chapters take readers from R set-up to exploratory data analysis (continuous and categorical data, multivariate analysis, and advanced graphics with emphasis on aesthetics and facility). Following this, networks, geospatial data, image data, natural language processing and text analysis each have a dedicated chapter. Each chapter is grounded in examples to move readers beyond the intimidation of adding new tools to their research. Everything is hands-on: networks are explained using U.S. Supreme Court opinions, and low-level NLP methods are applied to short stories by Sir Arthur Conan Doyle. After working through these examples with the provided data, code and book website, readers are prepared to apply new methods to their own work. The open source R programming language, with its myriad packages and popularity within the sciences and social sciences, is particularly well-suited to working with humanities data. R packages are also highlighted in an appendix. This book uses an expanded conception of the forms data may take and the information it represents. The methodology will have wide application in classrooms and self-study for the humanities, but also for use in linguistics, anthropology, and political science. Outside the classroom, this intersection of humanities and computing is particularly relevant for research and new modes of dissemination across archives, museums and libraries.

R for SAS and SPSS Users (Paperback, Softcover reprint of the original 2nd ed. 2011): Robert A. Muenchen R for SAS and SPSS Users (Paperback, Softcover reprint of the original 2nd ed. 2011)
Robert A. Muenchen
R3,286 Discovery Miles 32 860 Ships in 18 - 22 working days

R is a powerful and free software system for data analysis and graphics, with over 5,000 add-on packages available. This book introduces R using SAS and SPSS terms with which you are already familiar. It demonstrates which of the add-on packages are most like SAS and SPSS and compares them to R's built-in functions. It steps through over 30 programs written in all three packages, comparing and contrasting the packages' differing approaches. The programs and practice datasets are available for download. The glossary defines over 50 R terms using SAS/SPSS jargon and again using R jargon. The table of contents and the index allow you to find equivalent R functions by looking up both SAS statements and SPSS commands. When finished, you will be able to import data, manage and transform it, create publication quality graphics, and perform basic statistical analyses. This new edition has updated programming, an expanded index, and even more statistical methods covered in over 25 new sections.

R for Business Analytics (Paperback, Softcover reprint of the original 1st ed. 2013): A. Ohri R for Business Analytics (Paperback, Softcover reprint of the original 1st ed. 2013)
A. Ohri
R3,257 Discovery Miles 32 570 Ships in 18 - 22 working days

R for Business Analytics looks at some of the most common tasks performed by business analysts and helps the user navigate the wealth of information in R and its 4000 packages. With this information the reader can select the packages that can help process the analytical tasks with minimum effort and maximum usefulness. The use of Graphical User Interfaces (GUI) is emphasized in this book to further cut down and bend the famous learning curve in learning R. This book is aimed to help you kick-start with analytics including chapters on data visualization, code examples on web analytics and social media analytics, clustering, regression models, text mining, data mining models and forecasting. The book tries to expose the reader to a breadth of business analytics topics without burying the user in needless depth. The included references and links allow the reader to pursue business analytics topics. This book is aimed at business analysts with basic programming skills for using R for Business Analytics. Note the scope of the book is neither statistical theory nor graduate level research for statistics, but rather it is for business analytics practitioners. Business analytics (BA) refers to the field of exploration and investigation of data generated by businesses. Business Intelligence (BI) is the seamless dissemination of information through the organization, which primarily involves business metrics both past and current for the use of decision support in businesses. Data Mining (DM) is the process of discovering new patterns from large data using algorithms and statistical methods. To differentiate between the three, BI is mostly current reports, BA is models to predict and strategize and DM matches patterns in big data. The R statistical software is the fastest growing analytics platform in the world, and is established in both academia and corporations for robustness, reliability and accuracy. The book utilizes Albert Einstein's famous remarks on making things as simple as possible, but no simpler. This book will blow the last remaining doubts in your mind about using R in your business environment. Even non-technical users will enjoy the easy-to-use examples. The interviews with creators and corporate users of R make the book very readable. The author firmly believes Isaac Asimov was a better writer in spreading science than any textbook or journal author.

An Introduction to Modern Mathematical Computing - With Mathematica (R) (Paperback, Softcover reprint of the original 1st ed.... An Introduction to Modern Mathematical Computing - With Mathematica (R) (Paperback, Softcover reprint of the original 1st ed. 2012)
Jonathan M. Borwein, Matthew P. Skerritt
R1,553 Discovery Miles 15 530 Ships in 18 - 22 working days

Thirty years ago mathematical, as opposed to applied numerical, computation was difficult to perform and so relatively little used. Three threads changed that: the emergence of the personal computer; the discovery of fiber-optics and the consequent development of the modern internet; and the building of the Three "M's" Maple, Mathematica and Matlab. We intend to persuade that Mathematica and other similar tools are worth knowing, assuming only that one wishes to be a mathematician, a mathematics educator, a computer scientist, an engineer or scientist, or anyone else who wishes/needs to use mathematics better. We also hope to explain how to become an "experimental mathematician" while learning to be better at proving things. To accomplish this our material is divided into three main chapters followed by a postscript. These cover elementary number theory, calculus of one and several variables, introductory linear algebra, and visualization and interactive geometric computation.

Statistical Modeling and Computation (Paperback, Softcover reprint of the original 1st ed. 2014): Dirk P. Kroese, Joshua C. C.... Statistical Modeling and Computation (Paperback, Softcover reprint of the original 1st ed. 2014)
Dirk P. Kroese, Joshua C. C. Chan
R4,168 Discovery Miles 41 680 Ships in 18 - 22 working days

This textbook on statistical modeling and statistical inference will assist advanced undergraduate and graduate students. Statistical Modeling and Computation provides a unique introduction to modern Statistics from both classical and Bayesian perspectives. It also offers an integrated treatment of Mathematical Statistics and modern statistical computation, emphasizing statistical modeling, computational techniques, and applications. Each of the three parts will cover topics essential to university courses. Part I covers the fundamentals of probability theory. In Part II, the authors introduce a wide variety of classical models that include, among others, linear regression and ANOVA models. In Part III, the authors address the statistical analysis and computation of various advanced models, such as generalized linear, state-space and Gaussian models. Particular attention is paid to fast Monte Carlo techniques for Bayesian inference on these models. Throughout the book the authors include a large number of illustrative examples and solved problems. The book also features a section with solutions, an appendix that serves as a MATLAB primer, and a mathematical supplement.

Handbook of Data Visualization (Paperback, Softcover reprint of the original 1st ed. 2008): Chun-Houh Chen, Wolfgang Karl... Handbook of Data Visualization (Paperback, Softcover reprint of the original 1st ed. 2008)
Chun-Houh Chen, Wolfgang Karl Hardle, Antony Unwin
R14,012 Discovery Miles 140 120 Ships in 18 - 22 working days

Visualizing the data is an essential part of any data analysis. Modern computing developments have led to big improvements in graphic capabilities and there are many new possibilities for data displays. This book gives an overview of modern data visualization methods, both in theory and practice. It details modern graphical tools such as mosaic plots, parallel coordinate plots, and linked views. Coverage also examines graphical methodology for particular areas of statistics, for example Bayesian analysis, genomic data and cluster analysis, as well software for graphics.

Handbook of Partial Least Squares - Concepts, Methods and Applications (Paperback, Softcover reprint of the original 1st ed.... Handbook of Partial Least Squares - Concepts, Methods and Applications (Paperback, Softcover reprint of the original 1st ed. 2010)
Vincenzo Esposito Vinzi, Wynne W. Chin, Joerg Henseler, Huiwen Wang
R11,622 Discovery Miles 116 220 Ships in 18 - 22 working days

This handbook provides a comprehensive overview of Partial Least Squares (PLS) methods with specific reference to their use in marketing and with a discussion of the directions of current research and perspectives. It covers the broad area of PLS methods, from regression to structural equation modeling applications, software and interpretation of results. The handbook serves both as an introduction for those without prior knowledge of PLS and as a comprehensive reference for researchers and practitioners interested in the most recent advances in PLS methodology.

Graphics of Large Datasets - Visualizing a Million (Paperback, Softcover reprint of the original 1st ed. 2006): Antony Unwin,... Graphics of Large Datasets - Visualizing a Million (Paperback, Softcover reprint of the original 1st ed. 2006)
Antony Unwin, Martin Theus, Heike Hofmann
R2,000 Discovery Miles 20 000 Ships in 18 - 22 working days

This book shows how to look at ways of visualizing large datasets, whether large in numbers of cases, or large in numbers of variables, or large in both. All ideas are illustrated with displays from analyses of real datasets and the importance of interpreting displays effectively is emphasized. Graphics should be drawn to convey information and the book includes many insightful examples. New approaches to graphics are needed to visualize the information in large datasets and most of the innovations described in this book are developments of standard graphics. The book is accessible to readers with some experience of drawing statistical graphics.

Advances and Challenges in Parametric and Semi-parametric Analysis for Correlated Data - Proceedings of the 2015 International... Advances and Challenges in Parametric and Semi-parametric Analysis for Correlated Data - Proceedings of the 2015 International Symposium in Statistics (Paperback, 1st ed. 2016)
Brajendra C. Sutradhar
R3,335 Discovery Miles 33 350 Ships in 18 - 22 working days

This proceedings volume contains eight selected papers that were presented in the International Symposium in Statistics (ISS) 2015 On Advances in Parametric and Semi-parametric Analysis of Multivariate, Time Series, Spatial-temporal, and Familial-longitudinal Data, held in St. John's, Canada from July 6 to 8, 2015. The main objective of the ISS-2015 was the discussion on advances and challenges in parametric and semi-parametric analysis for correlated data in both continuous and discrete setups. Thus, as a reflection of the theme of the symposium, the eight papers of this proceedings volume are presented in four parts. Part I is comprised of papers examining Elliptical t Distribution Theory. In Part II, the papers cover spatial and temporal data analysis. Part III is focused on longitudinal multinomial models in parametric and semi-parametric setups. Finally Part IV concludes with a paper on the inferences for longitudinal data subject to a challenge of important covariates selection from a set of large number of covariates available for the individuals in the study.

Data Management Essentials Using SAS and JMP (Paperback): Julie Kezik, Melissa Hill Data Management Essentials Using SAS and JMP (Paperback)
Julie Kezik, Melissa Hill
R1,142 Discovery Miles 11 420 Ships in 10 - 15 working days

SAS programming is a creative and iterative process designed to empower you to make the most of your organization's data. This friendly guide provides you with a repertoire of essential SAS tools for data management, whether you are a new or an infrequent user. Most useful to students and programmers with little or no SAS experience, it takes a no-frills, hands-on tutorial approach to getting started with the software. You will find immediate guidance in navigating, exploring, visualizing, cleaning, formatting, and reporting on data using SAS and JMP. Step-by-step demonstrations, screenshots, handy tips, and practical exercises with solutions equip you to explore, interpret, process and summarize data independently, efficiently and effectively.

Optimization of Polynomials in Non-Commuting Variables (Paperback, 1st ed. 2016): Sabine Burgdorf, Igor Klep, Janez Povh Optimization of Polynomials in Non-Commuting Variables (Paperback, 1st ed. 2016)
Sabine Burgdorf, Igor Klep, Janez Povh
R1,677 Discovery Miles 16 770 Ships in 18 - 22 working days

This book presents recent results on positivity and optimization of polynomials in non-commuting variables. Researchers in non-commutative algebraic geometry, control theory, system engineering, optimization, quantum physics and information science will find the unified notation and mixture of algebraic geometry and mathematical programming useful. Theoretical results are matched with algorithmic considerations; several examples and information on how to use NCSOStools open source package to obtain the results provided. Results are presented on detecting the eigenvalue and trace positivity of polynomials in non-commuting variables using Newton chip method and Newton cyclic chip method, relaxations for constrained and unconstrained optimization problems, semidefinite programming formulations of the relaxations and finite convergence of the hierarchies of these relaxations, and the practical efficiency of algorithms.

Gmdh-methodology And Implementation In Matlab (Hardcover): Godfrey C. Onwubolu Gmdh-methodology And Implementation In Matlab (Hardcover)
Godfrey C. Onwubolu
R2,625 Discovery Miles 26 250 Ships in 18 - 22 working days

Group method of data handling (GMDH) is a typical inductive modeling method built on the principles of self-organization. Since its introduction, inductive modelling has been developed to support complex systems in prediction, clusterization, system identification, as well as data mining and knowledge extraction technologies in social science, science, engineering, and medicine.This is the first book to explore GMDH using MATLAB (matrix laboratory) language. Readers will learn how to implement GMDH in MATLAB as a method of dealing with big data analytics. Error-free source codes in MATLAB have been included in supplementary material (accessible online) to assist users in their understanding in GMDH and to make it easy for users to further develop variations of GMDH algorithms.

Manufacturing Performance Management using SAP OEE - Implementing and Configuring Overall Equipment Effectiveness (Paperback,... Manufacturing Performance Management using SAP OEE - Implementing and Configuring Overall Equipment Effectiveness (Paperback, 1st ed.)
Dipankar Saha, Mahalakshmi Syamsunder, Sumanta Chakraborty
R2,318 R2,121 Discovery Miles 21 210 Save R197 (8%) Ships in 18 - 22 working days

Learn how to configure, implement, enhance, and customize SAP OEE to address manufacturing performance management. Manufacturing Performance Management using SAP OEE will show you how to connect your business processes with your plant systems and how to integrate SAP OEE with ERP through standard workflows and shop floor systems for automated data collection. Manufacturing Performance Management using SAP OEE is a must-have comprehensive guide to implementing SAP OEE. It will ensure that SAP consultants and users understand how SAP OEE can offer solutions for manufacturing performance management in process industries. With this book in hand, managing shop floor execution effectively will become easier than ever. Authors Dipankar Saha and Mahalakshmi Symsunder, both SAP manufacturing solution experts, and Sumanta Chakraborty, product owner of SAP OEE, will explain execution and processing related concepts, manual and automatic data collection through the OEE Worker UI, and how to enhance and customize interfaces and dashboards for your specific purposes. You'll learn how to capture and categorize production and loss data and use it effectively for root-cause analysis. In addition, this book will show you: Various down-time handling scenarios. How to monitor, calculate, and define standard as well as industry-specific KPIs. How to carry out standard operational analytics for continuous improvement on the shop floor, at local plant level using MII and SAP Lumira, and also global consolidated analytics at corporation level using SAP HANA. Steps to benchmark manufacturing performance to compare similar manufacturing plants' performance, leading to a more efficient and effective shop floor. Manufacturing Performance Management using SAP OEE will provide you with in-depth coverage of SAP OEE and how to effectively leverage its features. This will allow you to efficiently manage the manufacturing process and to enhance the shop floor's overall performance, making you the sought-after SAP OEE expert in the organization. What You Will Learn Configure your ERP OEE add-on to build your plant and global hierarchy and relevant master data and KPIs Use the SAP OEE standard integration (SAP OEEINT) to integrate your ECC and OEE system to establish bi-directional integration between the enterprise and the shop floor Enable your shop floor operator on the OEE Worker UI to handle shop floor production execution Use SAP OEE as a tool for measuring manufacturing performance Enhance and customize SAP OEE to suit your specific requirements Create local plant-based reporting using SAP Lumira and MII Use standard SAP OEE HANA analytics Who This Book Is For SAP MII, ME, and OEE consultants and users who will implement and use the solution.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Red's First Snow
Glenn E. Miller Hardcover R495 Discovery Miles 4 950
The Collected Regrets Of Clover
Mikki Brammer Paperback R370 R342 Discovery Miles 3 420
Bertie Loves Summer
Adam Bieranowski Hardcover R539 Discovery Miles 5 390
The Wedding Planner
Danielle Steel Paperback R340 R308 Discovery Miles 3 080
Until the Last Autumn Leaf Falls
Fran Janczak Hardcover R521 Discovery Miles 5 210
The Weather Girls
Aki Delphine Mach Paperback  (1)
R103 Discovery Miles 1 030
Playing Through the Seasons - Budding…
Essie Bell Hardcover R538 Discovery Miles 5 380
Go Away, Winter!
Martha Dinsdale Hardcover R688 Discovery Miles 6 880
If I Survive You
Jonathan Escoffery Paperback R301 R271 Discovery Miles 2 710
The Three Lives Of Cate Kay
Kate Fagan Paperback R420 R375 Discovery Miles 3 750

 

Partners