0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (8)
  • R250 - R500 (28)
  • R500+ (1,378)
  • -
Status
Format
Author / Contributor
Publisher

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

Text Mining with MATLAB (R) (Paperback, 2nd ed. 2021): Rafael E. Banchs Text Mining with MATLAB (R) (Paperback, 2nd ed. 2021)
Rafael E. Banchs
R1,811 R1,709 Discovery Miles 17 090 Save R102 (6%) Ships in 9 - 17 working days

Text Mining with MATLAB (R) provides a comprehensive introduction to text mining using MATLAB. It is designed to help text mining practitioners, as well as those with little-to-no experience with text mining in general, familiarize themselves with MATLAB and its complex applications. The book is structured in three main parts: The first part, Fundamentals, introduces basic procedures and methods for manipulating and operating with text within the MATLAB programming environment. The second part of the book, Mathematical Models, is devoted to motivating, introducing, and explaining the two main paradigms of mathematical models most commonly used for representing text data: the statistical and the geometrical approach. Eventually, the third part of the book, Techniques and Applications, addresses general problems in text mining and natural language processing applications such as document categorization, document search, content analysis, summarization, question answering, and conversational systems. This second edition includes updates in line with the recently released "Text Analytics Toolbox" within the MATLAB product and introduces three new chapters and six new sections in existing ones. All descriptions presented are supported with practical examples that are fully reproducible. Further reading, as well as additional exercises and projects, are proposed at the end of each chapter for those readers interested in conducting further experimentation.

Regression Modeling Strategies - With Applications to Linear Models, Logistic and Ordinal Regression, and Survival Analysis... Regression Modeling Strategies - With Applications to Linear Models, Logistic and Ordinal Regression, and Survival Analysis (Paperback, Softcover reprint of the original 2nd ed. 2015)
Frank E. Harrell , Jr.
R2,624 Discovery Miles 26 240 Ships in 18 - 22 working days

This highly anticipated second edition features new chapters and sections, 225 new references, and comprehensive R software. In keeping with the previous edition, this book is about the art and science of data analysis and predictive modelling, which entails choosing and using multiple tools. Instead of presenting isolated techniques, this text emphasises problem solving strategies that address the many issues arising when developing multi-variable models using real data and not standard textbook examples. Regression Modelling Strategies presents full-scale case studies of non-trivial data-sets instead of over-simplified illustrations of each method. These case studies use freely available R functions that make the multiple imputation, model building, validation and interpretation tasks described in the book relatively easy to do. Most of the methods in this text apply to all regression models, but special emphasis is given to multiple regression using generalised least squares for longitudinal data, the binary logistic model, models for ordinal responses, parametric survival regression models and the Cox semi parametric survival model. A new emphasis is given to the robust analysis of continuous dependent variables using ordinal regression. As in the first edition, this text is intended for Masters' or PhD. level graduate students who have had a general introductory probability and statistics course and who are well versed in ordinary multiple regression and intermediate algebra. The book will also serve as a reference for data analysts and statistical methodologists, as it contains an up-to-date survey and bibliography of modern statistical modelling techniques.

Data Analysis for Physical Scientists - Featuring Excel (R) (Hardcover, 2nd Revised edition): Les Kirkup Data Analysis for Physical Scientists - Featuring Excel (R) (Hardcover, 2nd Revised edition)
Les Kirkup
R1,895 Discovery Miles 18 950 Ships in 10 - 15 working days

The ability to summarise data, compare models and apply computer-based analysis tools are vital skills necessary for studying and working in the physical sciences. This textbook supports undergraduate students as they develop and enhance these skills. Introducing data analysis techniques, this textbook pays particular attention to the internationally recognised guidelines for calculating and expressing measurement uncertainty. This new edition has been revised to incorporate Excel (R) 2010. It also provides a practical approach to fitting models to data using non-linear least squares, a powerful technique which can be applied to many types of model. Worked examples using actual experimental data help students understand how the calculations apply to real situations. Over 200 in-text exercises and end-of-chapter problems give students the opportunity to use the techniques themselves and gain confidence in applying them. Answers to the exercises and problems are given at the end of the book.

Applied Statistics and Data Science - Proceedings of Statistics 2021 Canada, Selected Contributions (Paperback, 1st ed. 2021):... Applied Statistics and Data Science - Proceedings of Statistics 2021 Canada, Selected Contributions (Paperback, 1st ed. 2021)
Yogendra P. Chaubey, Salim Lahmiri, Fassil Nebebe, Arusharka Sen
R4,659 Discovery Miles 46 590 Ships in 18 - 22 working days

This proceedings volume features top contributions in modern statistical methods from Statistics 2021 Canada, the 6th Annual Canadian Conference in Applied Statistics, held virtually on July 15-18, 2021. Papers are contributed from established and emerging scholars, covering cutting-edge and contemporary innovative techniques in statistics and data science. Major areas of contribution include Bayesian statistics; computational statistics; data science; semi-parametric regression; and stochastic methods in biology, crop science, ecology and engineering. It will be a valuable edited collection for graduate students, researchers, and practitioners in a wide array of applied statistical and data science methods.

Fundamentals of High-Dimensional Statistics - With Exercises and R Labs (Paperback, 1st ed. 2022): Johannes Lederer Fundamentals of High-Dimensional Statistics - With Exercises and R Labs (Paperback, 1st ed. 2022)
Johannes Lederer
R2,447 Discovery Miles 24 470 Ships in 18 - 22 working days

This textbook provides a step-by-step introduction to the tools and principles of high-dimensional statistics. Each chapter is complemented by numerous exercises, many of them with detailed solutions, and computer labs in R that convey valuable practical insights. The book covers the theory and practice of high-dimensional linear regression, graphical models, and inference, ensuring readers have a smooth start in the field. It also offers suggestions for further reading. Given its scope, the textbook is intended for beginning graduate and advanced undergraduate students in statistics, biostatistics, and bioinformatics, though it will be equally useful to a broader audience.

Hyperparameter Tuning for Machine and Deep Learning with R - A Practical Guide (Paperback, 1st ed. 2023): Eva Bartz, Thomas... Hyperparameter Tuning for Machine and Deep Learning with R - A Practical Guide (Paperback, 1st ed. 2023)
Eva Bartz, Thomas Bartz-beielstein, Martin Zaefferer, Olaf Mersmann
R1,308 Discovery Miles 13 080 Ships in 18 - 22 working days

This open access book provides a wealth of hands-on examples that illustrate how hyperparameter tuning can be applied in practice and gives deep insights into the working mechanisms of machine learning (ML) and deep learning (DL) methods. The aim of the book is to equip readers with the ability to achieve better results with significantly less time, costs, effort and resources using the methods described here. The case studies presented in this book can be run on a regular desktop or notebook computer. No high-performance computing facilities are required. The idea for the book originated in a study conducted by Bartz & Bartz GmbH for the Federal Statistical Office of Germany (Destatis). Building on that study, the book is addressed to practitioners in industry as well as researchers, teachers and students in academia. The content focuses on the hyperparameter tuning of ML and DL algorithms, and is divided into two main parts: theory (Part I) and application (Part II). Essential topics covered include: a survey of important model parameters; four parameter tuning studies and one extensive global parameter tuning study; statistical analysis of the performance of ML and DL methods based on severity; and a new, consensus-ranking-based way to aggregate and analyze results from multiple algorithms. The book presents analyses of more than 30 hyperparameters from six relevant ML and DL methods, and provides source code so that users can reproduce the results. Accordingly, it serves as a handbook and textbook alike.

Basics of Matlab (Paperback): Andrew Knight Basics of Matlab (Paperback)
Andrew Knight
R2,791 Discovery Miles 27 910 Ships in 10 - 15 working days

MATLABä-the tremendously popular computation, numerical analysis, signal processing, data analysis, and graphical software package-allows virtually every scientist and engineer to make better and faster progress. As MATLAB's world-wide sales approach a half-million with an estimated four million users, it becomes a near necessity that professionals and students have a level of competence in its use. Until now, however, there has been no book that quickly and effectively introduces MATLAB's capabilities to new users and assists those with more experience down the path toward increasingly sophisticated work.
Basics of MATLAB and Beyond is just such a book. Its hands-on, tutorial approach gently takes new users by the hand and leads them to competence in all the fundamentals of MATLAB. Then, with equal effectiveness, it covers the advanced topics that lead to full, creative exploitation of MATLAB's awesome power. With this book, readers will:
· Solve more problems with MATLAB-and solve them faster
· Create clearer, more beautiful graphics with control over every detail
· Create their own MATLAB code
· Share their work by exporting data and graphics to other applications
· Develop graphical user interfaces
Based on the latest 5.x release, Basics of MATLAB and Beyond supplies both novice and experienced users the tools they need to gain proficiency, increase productivity, and ultimately have more fun with MATLAB.

Innovative Learning Environments in STEM Higher Education - Opportunities, Challenges, and Looking Forward (Paperback, 1st ed.... Innovative Learning Environments in STEM Higher Education - Opportunities, Challenges, and Looking Forward (Paperback, 1st ed. 2021)
Jungwoo Ryoo, Kurt Winkelmann
R549 Discovery Miles 5 490 Ships in 9 - 17 working days

As explored in this open access book, higher education in STEM fields is influenced by many factors, including education research, government and school policies, financial considerations, technology limitations, and acceptance of innovations by faculty and students. In 2018, Drs. Ryoo and Winkelmann explored the opportunities, challenges, and future research initiatives of innovative learning environments (ILEs) in higher education STEM disciplines in their pioneering project: eXploring the Future of Innovative Learning Environments (X-FILEs). Workshop participants evaluated four main ILE categories: personalized and adaptive learning, multimodal learning formats, cross/extended reality (XR), and artificial intelligence (AI) and machine learning (ML). This open access book gathers the perspectives expressed during the X-FILEs workshop and its follow-up activities. It is designed to help inform education policy makers, researchers, developers, and practitioners about the adoption and implementation of ILEs in higher education.

Research Methods and Data Analysis for Business Decisions - A Primer Using SPSS (Paperback, 1st ed. 2021): James E. Sallis,... Research Methods and Data Analysis for Business Decisions - A Primer Using SPSS (Paperback, 1st ed. 2021)
James E. Sallis, Geir Gripsrud, Ulf Henning Olsson, Ragnhild Silkoset
R1,968 Discovery Miles 19 680 Ships in 18 - 22 working days

This introductory textbook presents research methods and data analysis tools in non-technical language. It explains the research process and the basics of qualitative and quantitative data analysis, including procedures and methods, analysis, interpretation, and applications using hands-on data examples in QDA Miner Lite and IBM SPSS Statistics software. The book is divided into four parts that address study and research design; data collection, qualitative methods and surveys; statistical methods, including hypothesis testing, regression, cluster and factor analysis; and reporting. The intended audience is business and social science students learning scientific research methods, however, given its business context, the book will be equally useful for decision-makers in businesses and organizations.

Multivariate Statistical Methods - Going Beyond the Linear (Paperback, 1st ed. 2021): Gyoergy Terdik Multivariate Statistical Methods - Going Beyond the Linear (Paperback, 1st ed. 2021)
Gyoergy Terdik
R2,916 Discovery Miles 29 160 Ships in 18 - 22 working days

This book presents a general method for deriving higher-order statistics of multivariate distributions with simple algorithms that allow for actual calculations. Multivariate nonlinear statistical models require the study of higher-order moments and cumulants. The main tool used for the definitions is the tensor derivative, leading to several useful expressions concerning Hermite polynomials, moments, cumulants, skewness, and kurtosis. A general test of multivariate skewness and kurtosis is obtained from this treatment. Exercises are provided for each chapter to help the readers understand the methods. Lastly, the book includes a comprehensive list of references, equipping readers to explore further on their own.

Applied Linear Models with SAS (Hardcover): Daniel Zelterman Applied Linear Models with SAS (Hardcover)
Daniel Zelterman
R2,020 Discovery Miles 20 200 Ships in 10 - 15 working days

This textbook for a second course in basic statistics for undergraduates or first-year graduate students introduces linear regression models and describes other linear models including Poisson regression, logistic regression, proportional hazards regression, and nonparametric regression. Numerous examples drawn from the news and current events with an emphasis on health issues illustrate these concepts. Assuming only a pre-calculus background, the author keeps equations to a minimum and demonstrates all computations using SAS. Most of the programs and output are displayed in a self-contained way, with an emphasis on the interpretation of the output in terms of how it relates to the motivating example. Plenty of exercises conclude every chapter. All of the datasets and SAS programs are available from the book s Web site, along with other ancillary material.

Data Analysis and Graphics Using R - An Example-Based Approach (Hardcover, 3rd Revised edition): John Maindonald, W. John Braun Data Analysis and Graphics Using R - An Example-Based Approach (Hardcover, 3rd Revised edition)
John Maindonald, W. John Braun
R2,744 Discovery Miles 27 440 Ships in 10 - 15 working days

Discover what you can do with R! Introducing the R system, covering standard regression methods, then tackling more advanced topics, this book guides users through the practical, powerful tools that the R system provides. The emphasis is on hands-on analysis, graphical display, and interpretation of data. The many worked examples, from real-world research, are accompanied by commentary on what is done and why. The companion website has code and datasets, allowing readers to reproduce all analyses, along with solutions to selected exercises and updates. Assuming basic statistical knowledge and some experience with data analysis (but not R), the book is ideal for research scientists, final-year undergraduate or graduate-level students of applied statistics, and practising statisticians. It is both for learning and for reference. This third edition expands upon topics such as Bayesian inference for regression, errors in variables, generalized linear mixed models, and random forests.

Topological Methods in Data Analysis and Visualization VI - Theory, Applications, and Software (Paperback, 1st ed. 2021):... Topological Methods in Data Analysis and Visualization VI - Theory, Applications, and Software (Paperback, 1st ed. 2021)
Ingrid Hotz, Talha Bin Masood, Filip Sadlo, Julien Tierny
R4,716 Discovery Miles 47 160 Ships in 18 - 22 working days

This book is a result of a workshop, the 8th of the successful TopoInVis workshop series, held in 2019 in Nykoeping, Sweden. The workshop regularly gathers some of the world's leading experts in this field. Thereby, it provides a forum for discussions on the latest advances in the field with a focus on finding practical solutions to open problems in topological data analysis for visualization. The contributions provide introductory and novel research articles including new concepts for the analysis of multivariate and time-dependent data, robust computational approaches for the extraction and approximations of topological structures with theoretical guarantees, and applications of topological scalar and vector field analysis for visualization. The applications span a wide range of scientific areas comprising climate science, material sciences, fluid dynamics, and astronomy. In addition, community efforts with respect to joint software development are reported and discussed.

The Signed Distance Measure in Fuzzy Statistical Analysis - Theoretical, Empirical and Programming Advances (Paperback, 1st ed.... The Signed Distance Measure in Fuzzy Statistical Analysis - Theoretical, Empirical and Programming Advances (Paperback, 1st ed. 2021)
Redina Berkachy
R3,353 Discovery Miles 33 530 Ships in 18 - 22 working days

The main focus of this book is on presenting advances in fuzzy statistics, and on proposing a methodology for testing hypotheses in the fuzzy environment based on the estimation of fuzzy confidence intervals, a context in which not only the data but also the hypotheses are considered to be fuzzy. The proposed method for estimating these intervals is based on the likelihood method and employs the bootstrap technique. A new metric generalizing the signed distance measure is also developed. In turn, the book presents two conceptually diverse applications in which defended intervals play a role: one is a novel methodology for evaluating linguistic questionnaires developed at the global and individual levels; the other is an extension of the multi-ways analysis of variance to the space of fuzzy sets. To illustrate these approaches, the book presents several empirical and simulation-based studies with synthetic and real data sets. In closing, it presents a coherent R package called "FuzzySTs" which covers all the previously mentioned concepts with full documentation and selected use cases. Given its scope, the book will be of interest to all researchers whose work involves advanced fuzzy statistical methods.

Stochastic Systems with Time Delay - Probabilistic and Thermodynamic Descriptions of non-Markovian Processes far From... Stochastic Systems with Time Delay - Probabilistic and Thermodynamic Descriptions of non-Markovian Processes far From Equilibrium (Paperback, 1st ed. 2021)
Sarah A.M. Loos
R4,241 Discovery Miles 42 410 Ships in 18 - 22 working days

The nonequilibrium behavior of nanoscopic and biological systems, which are typically strongly fluctuating, is a major focus of current research. Lately, much progress has been made in understanding such systems from a thermodynamic perspective. However, new theoretical challenges emerge when the fluctuating system is additionally subject to time delay, e.g. due to the presence of feedback loops. This thesis advances this young and vibrant research field in several directions. The first main contribution concerns the probabilistic description of time-delayed systems; e.g. by introducing a versatile approximation scheme for nonlinear delay systems. Second, it reveals that delay can induce intriguing thermodynamic properties such as anomalous (reversed) heat flow. More generally, the thesis shows how to treat the thermodynamics of non-Markovian systems by introducing auxiliary variables. It turns out that delayed feedback is inextricably linked to nonreciprocal coupling, information flow, and to net energy input on the fluctuating level.

Statistics with Julia - Fundamentals for Data Science, Machine Learning and Artificial Intelligence (Paperback, 1st ed. 2021):... Statistics with Julia - Fundamentals for Data Science, Machine Learning and Artificial Intelligence (Paperback, 1st ed. 2021)
Yoni Nazarathy, Hayden Klok
R4,847 Discovery Miles 48 470 Ships in 18 - 22 working days

This monograph uses the Julia language to guide the reader through an exploration of the fundamental concepts of probability and statistics, all with a view of mastering machine learning, data science, and artificial intelligence. The text does not require any prior statistical knowledge and only assumes a basic understanding of programming and mathematical notation. It is accessible to practitioners and researchers in data science, machine learning, bio-statistics, finance, or engineering who may wish to solidify their knowledge of probability and statistics. The book progresses through ten independent chapters starting with an introduction of Julia, and moving through basic probability, distributions, statistical inference, regression analysis, machine learning methods, and the use of Monte Carlo simulation for dynamic stochastic models. Ultimately this text introduces the Julia programming language as a computational tool, uniquely addressing end-users rather than developers. It makes heavy use of over 200 code examples to illustrate dozens of key statistical concepts. The Julia code, written in a simple format with parameters that can be easily modified, is also available for download from the book's associated GitHub repository online. See what co-creators of the Julia language are saying about the book: Professor Alan Edelman, MIT: With "Statistics with Julia", Yoni and Hayden have written an easy to read, well organized, modern introduction to statistics. The code may be looked at, and understood on the static pages of a book, or even better, when running live on a computer. Everything you need is here in one nicely written self-contained reference. Dr. Viral Shah, CEO of Julia Computing: Yoni and Hayden provide a modern way to learn statistics with the Julia programming language. This book has been perfected through iteration over several semesters in the classroom. It prepares the reader with two complementary skills - statistical reasoning with hands on experience and working with large datasets through training in Julia.

Computationally Intensive Statistics for Intelligent IoT (Paperback, 1st ed. 2021): Debabrata Samanta, Amit Banerjee Computationally Intensive Statistics for Intelligent IoT (Paperback, 1st ed. 2021)
Debabrata Samanta, Amit Banerjee
R3,997 Discovery Miles 39 970 Ships in 18 - 22 working days

The book covers computational statistics, its methodologies and applications for IoT device. It includes the details in the areas of computational arithmetic and its influence on computational statistics, numerical algorithms in statistical application software, basics of computer systems, statistical techniques, linear algebra and its role in optimization techniques, evolution of optimization techniques, optimal utilization of computer resources, and statistical graphics role in data analysis. It also explores computational inferencing and computer model's role in design of experiments, Bayesian analysis, survival analysis and data mining in computational statistics.

Advanced Spatial Modeling with Stochastic Partial Differential Equations Using R and INLA (Hardcover): Elias Krainski, Virgilio... Advanced Spatial Modeling with Stochastic Partial Differential Equations Using R and INLA (Hardcover)
Elias Krainski, Virgilio Gomez-Rubio, Haakon Bakka, Amanda Lenzi, Daniela Castro-Camilo, …
R3,656 Discovery Miles 36 560 Ships in 10 - 15 working days

Modeling spatial and spatio-temporal continuous processes is an important and challenging problem in spatial statistics. Advanced Spatial Modeling with Stochastic Partial Differential Equations Using R and INLA describes in detail the stochastic partial differential equations (SPDE) approach for modeling continuous spatial processes with a Matern covariance, which has been implemented using the integrated nested Laplace approximation (INLA) in the R-INLA package. Key concepts about modeling spatial processes and the SPDE approach are explained with examples using simulated data and real applications. This book has been authored by leading experts in spatial statistics, including the main developers of the INLA and SPDE methodologies and the R-INLA package. It also includes a wide range of applications: * Spatial and spatio-temporal models for continuous outcomes * Analysis of spatial and spatio-temporal point patterns * Coregionalization spatial and spatio-temporal models * Measurement error spatial models * Modeling preferential sampling * Spatial and spatio-temporal models with physical barriers * Survival analysis with spatial effects * Dynamic space-time regression * Spatial and spatio-temporal models for extremes * Hurdle models with spatial effects * Penalized Complexity priors for spatial models All the examples in the book are fully reproducible. Further information about this book, as well as the R code and datasets used, is available from the book website at http://www.r-inla.org/spde-book. The tools described in this book will be useful to researchers in many fields such as biostatistics, spatial statistics, environmental sciences, epidemiology, ecology and others. Graduate and Ph.D. students will also find this book and associated files a valuable resource to learn INLA and the SPDE approach for spatial modeling.

Data Science for Public Policy (Paperback, 1st ed. 2021): Jeffrey C. Chen, Edward A. Rubin, Gary J. Cornwall Data Science for Public Policy (Paperback, 1st ed. 2021)
Jeffrey C. Chen, Edward A. Rubin, Gary J. Cornwall
R1,495 Discovery Miles 14 950 Ships in 18 - 22 working days

This textbook presents the essential tools and core concepts of data science to public officials, policy analysts, and economists among others in order to further their application in the public sector. An expansion of the quantitative economics frameworks presented in policy and business schools, this book emphasizes the process of asking relevant questions to inform public policy. Its techniques and approaches emphasize data-driven practices, beginning with the basic programming paradigms that occupy the majority of an analyst's time and advancing to the practical applications of statistical learning and machine learning. The text considers two divergent, competing perspectives to support its applications, incorporating techniques from both causal inference and prediction. Additionally, the book includes open-sourced data as well as live code, written in R and presented in notebook form, which readers can use and modify to practice working with data.

Time Series Analysis for the State-Space Model with R/Stan (Paperback, 1st ed. 2021): Junichiro Hagiwara Time Series Analysis for the State-Space Model with R/Stan (Paperback, 1st ed. 2021)
Junichiro Hagiwara
R4,030 Discovery Miles 40 300 Ships in 18 - 22 working days

This book provides a comprehensive and concrete illustration of time series analysis focusing on the state-space model, which has recently attracted increasing attention in a broad range of fields. The major feature of the book lies in its consistent Bayesian treatment regarding whole combinations of batch and sequential solutions for linear Gaussian and general state-space models: MCMC and Kalman/particle filter. The reader is given insight on flexible modeling in modern time series analysis. The main topics of the book deal with the state-space model, covering extensively, from introductory and exploratory methods to the latest advanced topics such as real-time structural change detection. Additionally, a practical exercise using R/Stan based on real data promotes understanding and enhances the reader's analytical capability.

Methods for the Analysis of Asymmetric Proximity Data (Paperback, 1st ed. 2021): Giuseppe Bove, Akinori Okada, Donatella Vicari Methods for the Analysis of Asymmetric Proximity Data (Paperback, 1st ed. 2021)
Giuseppe Bove, Akinori Okada, Donatella Vicari
R3,987 Discovery Miles 39 870 Ships in 18 - 22 working days

This book provides an accessible introduction and practical guidelines to apply asymmetric multidimensional scaling, cluster analysis, and related methods to asymmetric one-mode two-way and three-way asymmetric data. A major objective of this book is to present to applied researchers a set of methods and algorithms for graphical representation and clustering of asymmetric relationships. Data frequently concern measurements of asymmetric relationships between pairs of objects from a given set (e.g., subjects, variables, attributes,...), collected in one or more matrices. Examples abound in many different fields such as psychology, sociology, marketing research, and linguistics and more recently several applications have appeared in technological areas including cybernetics, air traffic control, robotics, and network analysis. The capabilities of the presented algorithms are illustrated by carefully chosen examples and supported by extensive data analyses. A review of the specialized statistical software available for the applications is also provided. This monograph is highly recommended to readers who need a complete and up-to-date reference on methods for asymmetric proximity data analysis.

An Introduction to Bayesian Inference, Methods and Computation (Paperback, 1st ed. 2021): Nick Heard An Introduction to Bayesian Inference, Methods and Computation (Paperback, 1st ed. 2021)
Nick Heard
R1,944 Discovery Miles 19 440 Ships in 18 - 22 working days

These lecture notes provide a rapid, accessible introduction to Bayesian statistical methods. The course covers the fundamental philosophy and principles of Bayesian inference, including the reasoning behind the prior/likelihood model construction synonymous with Bayesian methods, through to advanced topics such as nonparametrics, Gaussian processes and latent factor models. These advanced modelling techniques can easily be applied using computer code samples written in Python and Stan which are integrated into the main text. Importantly, the reader will learn methods for assessing model fit, and to choose between rival modelling approaches.

Numerical Methods and Scientific Computing - Using Software Libraries for Problem Solving (Hardcover): Norbert Koeckler Numerical Methods and Scientific Computing - Using Software Libraries for Problem Solving (Hardcover)
Norbert Koeckler
R988 Discovery Miles 9 880 Ships in 10 - 15 working days

This book covers the whole range of numerical mathematics--from linear equations to ordinary differential equations--and details the calculus of errors and partial differential equations. In attempting to give a unified approach of theory, algorithms, applications, and use of software, the book contains many helpful examples and applications. Topics include linear optimization, numerical integration, initial value problems, and nonlinear equations. The book is appearing simultaneously with the problem-solving environment PAN, a system that contains an enlarged hypertext version of the text together with all of the programs described in the book, help systems, and utility tools. (PAN is licensed public domain software.) The text is ideally suited as an introduction to numerical methods and programming for undergraduates in computer science, engineering, and mathematics. It will also be useful to software engineers using NAG libraries and numerical algorithms.

Agent-Based Modelling of Worker Exploitation - Slave from the Machine (Paperback, 1st ed. 2021): Thomas Chesney Agent-Based Modelling of Worker Exploitation - Slave from the Machine (Paperback, 1st ed. 2021)
Thomas Chesney
R3,078 Discovery Miles 30 780 Ships in 18 - 22 working days

This book illustrates the potential for computer simulation in the study of modern slavery and worker abuse, and by extension in all social issues. It lays out a philosophy of how agent-based modelling can be used in the social sciences. In addressing modern slavery, Chesney considers precarious work that is vulnerable to abuse, like sweat-shop labour and prostitution, and shows how agent modelling can be used to study, understand and fight abuse in these areas. He explores the philosophy, application and practice of agent modelling through the popular and free software NetLogo. This topical book is grounded in the technology needed to address the messy, chaotic, real world problems that humanity faces-in this case the serious problem of abuse at work-but equally in the social sciences which are needed to avoid the unintended consequences inherent to human responses. It includes a short but extensive NetLogo guide which readers can use to quickly learn this software and go on to develop complex models. This is an important book for students and researchers of computational social science and others interested in agent-based modelling.

GenstatTM 5 Release 3 Reference Manual (Paperback): Genstat 5 Committee GenstatTM 5 Release 3 Reference Manual (Paperback)
Genstat 5 Committee; Edited by (consulting) R. W. Payne
R5,190 Discovery Miles 51 900 Ships in 10 - 15 working days

Genstat 5 Release 3 is a version of the statistical system developed by practising statisticians at Rothamsted Experimental Station. It provides statistical summary, analysis, data-handling, and graphics for interactive or batch users, and includes a customizable menu-based interface. Genstat is used worldwide on personal computers, workstations, and mainframe computers by statisticians, research workers, and students in all fields of application of statistics. Release 3 contains many new facilities: the analysis of ordered categorical data: generalized additive models; combination of information in multi-stratum experimental designs; extensions to the REML (residual maximum-likelihood) algorithm for testing fixed effects and to cater for correlation strucgures between random effects; estimation of paramenters of statistical distributions; further probability functions; simplified data input; and many more extensions, in high-resolution graphics, for calculations, and for manipulation. The manual has been rewritten for this release, including new chapters on Basic Statistics and REML, with extensive examples and illustrations. The text is suitable for users of Genstat 5 i.e. statis

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Scrum - Mastery - The Essential Guide to…
Greg Caldwell Hardcover R667 R596 Discovery Miles 5 960
The Metaverse - Gain Insight into The…
Vicky V Choudhary Hardcover R558 R512 Discovery Miles 5 120
MySQL Stored Routines - Creating Your…
Djoni Darmawikarta Paperback R178 Discovery Miles 1 780
Lean Mastery - 8 Books in 1 - Master…
Greg Caldwell Hardcover R1,203 Discovery Miles 12 030
Understanding Biocorrosion…
Turid Liengen, R Basseguy, … Hardcover R4,728 Discovery Miles 47 280
E-Commerce Law in Europe and the USA
Gerald Spindler, Fritjof Boerner Hardcover R4,436 Discovery Miles 44 360
Nuking the Moon - And Other Intelligence…
Vince Houghton Paperback  (1)
R310 R284 Discovery Miles 2 840
Information And Communications…
Dana van der Merwe Paperback R1,320 R1,149 Discovery Miles 11 490
Lectures on the Nearest Neighbor Method
Gerard Biau, Luc Devroye Hardcover R3,121 R2,337 Discovery Miles 23 370
Progressive Concepts for Semantic Web…
Hardcover R4,605 Discovery Miles 46 050

 

Partners