![]() |
Welcome to Loot.co.za!
Sign in / Register |Wishlists & Gift Vouchers |Help | Advanced search
|
Your cart is empty |
||
|
Books > Computing & IT > Computer software packages > Other software packages > Mathematical & statistical software
PAMIR (Parameterized Adaptive Multidimensional Integration Routines) is a suite of Fortran programs for multidimensional numerical integration over hypercubes, simplexes, and hyper-rectangles in general dimension p, intended for use by physicists, applied mathematicians, computer scientists, and engineers. The programs, which are available on the internet at www.pamir-integrate.com and are free for non-profit research use, are capable of following localized peaks and valleys of the integrand. Each program comes with a Message-Passing Interface (MPI) parallel version for cluster use as well as serial versions.The first chapter presents introductory material, similar to that on the PAMIR website, and the next is a "manual" giving much more detail on the use of the programs than is on the website. They are followed by many examples of performance benchmarks and comparisons with other programs, and a discussion of the computational integration aspects of PAMIR, in comparison with other methods in the literature. The final chapter provides details of the construction of the algorithms, while the Appendices give technical details and certain mathematical derivations.
PAMIR (Parameterized Adaptive Multidimensional Integration Routines) is a suite of Fortran programs for multidimensional numerical integration over hypercubes, simplexes, and hyper-rectangles in general dimension p, intended for use by physicists, applied mathematicians, computer scientists, and engineers. The programs, which are available on the internet at www.pamir-integrate.com and are free for non-profit research use, are capable of following localized peaks and valleys of the integrand. Each program comes with a Message-Passing Interface (MPI) parallel version for cluster use as well as serial versions.The first chapter presents introductory material, similar to that on the PAMIR website, and the next is a "manual" giving much more detail on the use of the programs than is on the website. They are followed by many examples of performance benchmarks and comparisons with other programs, and a discussion of the computational integration aspects of PAMIR, in comparison with other methods in the literature. The final chapter provides details of the construction of the algorithms, while the Appendices give technical details and certain mathematical derivations.
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.
Multilevel and Longitudinal Modeling with IBM SPSS, Third Edition, demonstrates how to use the multilevel and longitudinal modeling techniques available in IBM SPSS Versions 25-27. Annotated screenshots with all relevant output provide readers with a step-by-step understanding of each technique as they are shown how to navigate the program. Throughout, diagnostic tools, data management issues, and related graphics are introduced. SPSS commands show the flow of the menu structure and how to facilitate model building, while annotated syntax is also available for those who prefer this approach. Extended examples illustrating the logic of model development and evaluation are included throughout the book, demonstrating the context and rationale of the research questions and the steps around which the analyses are structured. The book opens with the conceptual and methodological issues associated with multilevel and longitudinal modeling, followed by a discussion of SPSS data management techniques that facilitate working with multilevel, longitudinal, or cross-classified data sets. The next few chapters introduce the basics of multilevel modeling, developing a multilevel model, extensions of the basic two-level model (e.g., three-level models, models for binary and ordinal outcomes), and troubleshooting techniques for everyday-use programming and modeling problems along with potential solutions. Models for investigating individual and organizational change are next developed, followed by models with multivariate outcomes and, finally, models with cross-classified and multiple membership data structures. The book concludes with thoughts about ways to expand on the various multilevel and longitudinal modeling techniques introduced and issues (e.g., missing data, sample weights) to keep in mind in conducting multilevel analyses. Key features of the third edition: Thoroughly updated throughout to reflect IBM SPSS Versions 26-27. Introduction to fixed-effects regression for examining change over time where random-effects modeling may not be an optimal choice. Additional treatment of key topics specifically aligned with multilevel modeling (e.g., models with binary and ordinal outcomes). Expanded coverage of models with cross-classified and multiple membership data structures. Added discussion on model checking for improvement (e.g., examining residuals, locating outliers). Further discussion of alternatives for dealing with missing data and the use of sample weights within multilevel data structures. Supported by online data sets, the book's practical approach makes it an essential text for graduate-level courses on multilevel, longitudinal, latent variable modeling, multivariate statistics, or advanced quantitative techniques taught in departments of business, education, health, psychology, and sociology. The book will also prove appealing to researchers in these fields. The book is designed to provide an excellent supplement to Heck and Thomas's An Introduction to Multilevel Modeling Techniques, Fourth Edition; however, it can also be used with any multilevel or longitudinal modeling book or as a stand-alone text.
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.
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
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
Programming Graphical User Interfaces with R introduces each of the major R packages for GUI programming: RGtk2, qtbase, Tcl/Tk, and gWidgets. With examples woven through the text as well as stand-alone demonstrations of simple yet reasonably complete applications, the book features topics especially relevant to statisticians who aim to provide a practical interface to functionality implemented in R. The book offers: A how-to guide for developing GUIs within R The fundamentals for users with limited knowledge of programming within R and other languages GUI design for specific functions or as learning tools The accompanying package, ProgGUIinR, includes the complete code for all examples as well as functions for browsing the examples from the respective chapters. Accessible to seasoned, novice, and occasional R users, this book shows that for many purposes, adding a graphical interface to one's work is not terribly sophisticated or time consuming.
For undergraduate and graduate courses in MATLAB or as a reference in courses where MATLAB is used. This text covers all essential aspects of MATLAB presented within an easy- to-follow "learn while doing" tutorial format.
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
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.
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.
This is the first book of its kind which teaches matrix algebra, allowing the student to learn the material by actually working with matrix objects in modern computer environment of R. Instead of a calculator, R is a vastly more powerful free software and graphics system. The book provides a comprehensive overview of matrix theory without being bogged down in proofs or tedium. The reader can check each matrix result with numerical examples of exactly what they mean and understand their implications. The book does not shy away from advanced topics, especially the ones with practical applications.
This is the first book of its kind which teaches matrix algebra, allowing the student to learn the material by actually working with matrix objects in modern computer environment of R. Instead of a calculator, R is a vastly more powerful free software and graphics system.The book provides a comprehensive overview of matrix theory without being bogged down in proofs or tedium. The reader can check each matrix result with numerical examples of exactly what they mean and understand their implications. The book does not shy away from advanced topics, especially the ones with practical applications.
This book Algebraic Modeling Systems - Modeling and Solving Real World Optimization Problems - deals with the aspects of modeling and solving real-world optimization problems in a unique combination. It treats systematically the major algebraic modeling languages (AMLs) and modeling systems (AMLs) used to solve mathematical optimization problems. AMLs helped significantly to increase the usage of mathematical optimization in industry. Therefore it is logical consequence that the GOR (Gesellschaft fur Operations Research) Working Group Mathematical Optimization in Real Life had a second meeting devoted to AMLs, which, after 7 years, followed the original 71st Meeting of the GOR (Gesellschaft fur Operations Research) Working Group Mathematical Optimization in Real Life which was held under the title Modeling Languages in Mathematical Optimization during April 23-25, 2003 in the German Physics Society Conference Building in Bad Honnef, Germany. While the first meeting resulted in the book Modeling Languages in Mathematical Optimization, this book is an offspring of the 86th Meeting of the GOR working group which was again held in Bad Honnef under the title Modeling Languages in Mathematical Optimization.
In honor of professor and renowned statistician R. Dennis Cook, this festschrift explores his influential contributions to an array of statistical disciplines ranging from experimental design and population genetics, to statistical diagnostics and all areas of regression-related inference and analysis. Since the early 1990s, Prof. Cook has led the development of dimension reduction methodology in three distinct but related regression contexts: envelopes, sufficient dimension reduction (SDR), and regression graphics. In particular, he has made fundamental and pioneering contributions to SDR, inventing or co-inventing many popular dimension reduction methods, such as sliced average variance estimation, the minimum discrepancy approach, model-free variable selection, and sufficient dimension reduction subspaces. A prolific researcher and mentor, Prof. Cook is known for his ability to identify research problems in statistics that are both challenging and important, as well as his deep appreciation for the applied side of statistics. This collection of Prof. Cook's collaborators, colleagues, friends, and former students reflects the broad array of his contributions to the research and instructional arenas of statistics.
Data Analytics for the Social Sciences is an introductory, graduate-level treatment of data analytics for social science. It features applications in the R language, arguably the fastest growing and leading statistical tool for researchers. The book starts with an ethics chapter on the uses and potential abuses of data analytics. Chapters 2 and 3 show how to implement a broad range of statistical procedures in R. Chapters 4 and 5 deal with regression and classification trees and with random forests. Chapter 6 deals with machine learning models and the "caret" package, which makes available to the researcher hundreds of models. Chapter 7 deals with neural network analysis, and Chapter 8 deals with network analysis and visualization of network data. A final chapter treats text analysis, including web scraping, comparative word frequency tables, word clouds, word maps, sentiment analysis, topic analysis, and more. All empirical chapters have two "Quick Start" exercises designed to allow quick immersion in chapter topics, followed by "In Depth" coverage. Data are available for all examples and runnable R code is provided in a "Command Summary". An appendix provides an extended tutorial on R and RStudio. Almost 30 online supplements provide information for the complete book, "books within the book" on a variety of topics, such as agent-based modeling. Rather than focusing on equations, derivations, and proofs, this book emphasizes hands-on obtaining of output for various social science models and how to interpret the output. It is suitable for all advanced level undergraduate and graduate students learning statistical data analysis.
Describing novel mathematical concepts for recommendation engines, Realtime Data Mining: Self-Learning Techniques for Recommendation Engines features a sound mathematical framework unifying approaches based on control and learning theories, tensor factorization, and hierarchical methods. Furthermore, it presents promising results of numerous experiments on real-world data. The area of realtime data mining is currently developing at an exceptionally dynamic pace, and realtime data mining systems are the counterpart of today's "classic" data mining systems. Whereas the latter learn from historical data and then use it to deduce necessary actions, realtime analytics systems learn and act continuously and autonomously. In the vanguard of these new analytics systems are recommendation engines. They are principally found on the Internet, where all information is available in realtime and an immediate feedback is guaranteed. This monograph appeals to computer scientists and specialists in machine learning, especially from the area of recommender systems, because it conveys a new way of realtime thinking by considering recommendation tasks as control-theoretic problems. Realtime Data Mining: Self-Learning Techniques for Recommendation Engines will also interest application-oriented mathematicians because it consistently combines some of the most promising mathematical areas, namely control theory, multilevel approximation, and tensor factorization.
Demonstrates the simplicity and effectiveness of Mathematica as the solution to practical problems in composite materials. Designed for those who need to learn how micromechanical approaches can help understand the behaviour of bodies with voids, inclusions, defects, this book is perfect for readers without a programming background. Thoroughly introducing the concept of micromechanics, it helps readers assess the deformation of solids at a localized level and analyse a body with microstructures. The author approaches this analysis using the computer algebra system Mathematica, which facilitates complex index manipulations and mathematical expressions accurately. The book begins by covering the general topics of continuum mechanics such as coordinate transformations, kinematics, stress, constitutive relationship and material symmetry. Mathematica programming is also introduced with accompanying examples. In the second half of the book, an analysis of heterogeneous materials with emphasis on composites is covered. Takes a practical approach by using Mathematica, one of the most popular programmes for symbolic computation * Introduces the concept of micromechanics with worked-out examples using Mathematica code for ease of understanding * Logically begins with the essentials of the topic, such as kinematics and stress, before moving to more advanced areas * Applications covered include the basics of continuum mechanics, Eshelby's method, analytical and semi-analytical approaches for materials with inclusions (composites) in both infinite and finite matrix media and thermal stresses for a medium with inclusions, all with Mathematica examples * Features a problem and solution section on the book s companion website, useful for students new to the programme
Master the tools of MATLAB through hands-on examples 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.
Essentials of Monte Carlo Simulation focuses on the fundamentals of Monte Carlo methods using basic computer simulation techniques. The theories presented in this text deal with systems that are too complex to solve analytically. As a result, readers are given a system of interest and constructs using computer code, as well as algorithmic models to emulate how the system works internally. After the models are run several times, in a random sample way, the data for each output variable(s) of interest is analyzed by ordinary statistical methods. This book features 11 comprehensive chapters, and discusses such key topics as random number generators, multivariate random variates, and continuous random variates. Over 100 numerical examples are presented as part of the appendix to illustrate useful real world applications. The text also contains an easy to read presentation with minimal use of difficult mathematical concepts. Very little has been published in the area of computer Monte Carlo simulation methods, and this book will appeal to students and researchers in the fields of Mathematics and Statistics.
This book presents the best papers from the 1st International Conference on Mathematical Research for Blockchain Economy (MARBLE) 2019, held in Santorini, Greece. While most blockchain conferences and forums are dedicated to business applications, product development or Initial Coin Offering (ICO) launches, this conference focused on the mathematics behind blockchain to bridge the gap between practice and theory. Every year, thousands of blockchain projects are launched and circulated in the market, and there is a tremendous wealth of blockchain applications, from finance to healthcare, education, media, logistics and more. However, due to theoretical and technical barriers, most of these applications are impractical for use in a real-world business context. The papers in this book reveal the challenges and limitations, such as scalability, latency, privacy and security, and showcase solutions and developments to overcome them.
Recentyearshaveseentheadventanddevelopmentofmanydevicesabletorecordand storeaneverincreasingamountofinformation. Thefastprogressofthesetechnologies is ubiquitousthroughoutall ?elds of science and applied contexts, ranging from medicine,biologyandlifesciences,toeconomicsandindustry. Thedataprovided bytheseinstrumentshavedifferentforms:2D-3Dimagesgeneratedbydiagnostic medicalscanners,computervisionorsatelliteremotesensing,microarraydataand genesets,integratedclinicalandadministrativedatafrompublichealthdatabases, realtimemonitoringdataofabio-marker,systemcontroldatasets. Allthesedata sharethecommoncharacteristicofbeingcomplexandoftenhighlydimensional. Theanalysisofcomplexandhighlydimensionaldataposesnewchallengesto thestatisticianandrequiresthedevelopmentofnovelmodelsandtechniques,fueling manyfascinatingandfastgrowingresearchareasofmodernstatistics. Anincomplete listincludes for example: functionaldata analysis, that deals with data having a functionalnature,suchascurvesandsurfaces;shapeanalysisofgeometricforms,that relatestoshapematchingandshaperecognition,appliedtocomputationalvisionand medicalimaging;datamining,thatstudiesalgorithmsfortheautomaticextraction ofinformationfromdata,elicitingrulesandpatternsoutofmassivedatasets;risk analysis,fortheevaluationofhealth,environmental,andengineeringrisks;graphical models,thatallowproblemsinvolvinglarge-scalemodelswithmillionsofrandom variableslinkedincomplexwaystobeapproached;reliabilityofcomplexsystems, whoseevaluationrequirestheuseofmanystatisticalandprobabilistictools;optimal designofcomputersimulationstoreplaceexpensiveandtimeconsumingphysical experiments. Thecontributionspublishedinthisvolumearetheresultofaselectionbasedonthe presentations(aboutonehundred)givenattheconference"S. Co. 2009:Complexdata modelingandcomputationallyintensivemethodsforestimationandprediction",held ? atthePolitecnicodiMilano. S. Co. isaforumforthediscussionofnewdevelopments ? September14-16,2009. Thatof2009isitssixthedition,the?rstonebeingheldinVenice in1999. VI Preface andapplicationsofstatisticalmethodsandcomputationaltechniquesforcomplexand highlydimensionaldatasets. Thebookisaddressedtostatisticiansworkingattheforefrontofthestatistical analysisofcomplexandhighlydimensionaldataandoffersawidevarietyofstatistical models,computerintensivemethodsandapplications. Wewishtothankallassociateeditorsandrefereesfortheirvaluablecontributions thatmadethisvolumepossible. MilanandVenice,May2010 PietroMantovan PiercesareSecchi Contents Space-timetextureanalysisinthermalinfraredimagingforclassi?cation ofRaynaud'sPhenomenon GrazianoAretusi,LaraFontanella,LuigiIppolitiandArcangeloMerla...1 Mixed-effectsmodellingofKevlar?brefailuretimesthroughBayesian non-parametrics RaffaeleArgiento,AlessandraGuglielmiandAntonioPievatolo...13 Space?llingandlocallyoptimaldesignsforGaussianUniversalKriging AlessandroBaldiAntogniniandMaroussaZagoraiou...27 Exploitation,integrationandstatisticalanalysisofthePublicHealth DatabaseandSTEMIArchiveintheLombardiaregion PietroBarbieri,Niccolo'Grieco,FrancescaIeva,AnnaMariaPaganoniand PiercesareSecchi...41 Bootstrapalgorithmsforvarianceestimationin PSsampling AlessandroBarbieroandFulviaMecatti...5 7 FastBayesianfunctionaldataanalysisofbasalbodytemperature JamesM. Ciera...71 AparametricMarkovchaintomodelage-andstate-dependentwear processes MassimilianoGiorgio,MaurizioGuidaandGianpaoloPulcini...85 CasestudiesinBayesiancomputationusingINLA SaraMartinoandHav ? ardRue...99 Agraphicalmodelsapproachforcomparinggenesets M. So?aMassa,MonicaChiognaandChiaraRomualdi...115 VIII Contents Predictivedensitiesandpredictionlimitsbasedonpredictivelikelihoods PaoloVidoni...123 Computer-intensiveconditionalinference G. AlastairYoungandThomasJ. DiCiccio...137 MonteCarlosimulationmethodsforreliabilityestimationandfailure prognostics EnricoZio...151 ListofContributors AlessandroBaldiAntognini JamesM. Ciera DepartmentofStatisticalSciences DepartmentofStatisticalSciences UniversityofBologna UniversityofPadova Bologna,Italy Padova,Italy ThomasJ. DiCiccio GrazianoAretusi DepartmentofSocialStatistics DepartmentofQuantitativeMethods CornellUniversity andEconomicTheory Ithaca,USA UniversityG. d'Annunzio Chieti-Pescara,Italy LaraFontanella DepartmentofQuantitativeMethods RaffaeleArgiento andEconomicTheory CNRIMATI UniversityG. d'Annunzio Milan,Italy Chieti-Pescara,Italy MassimilianoGiorgio PietroBarbieri DepartmentofAerospace Uf? cioQualita' andMechanicalEngineering CernuscosulNaviglio,Italy SecondUniversityofNaples Aversa(CE),Italy AlessandroBarbiero DepartmentofEconomics Niccolo'Grieco BusinessandStatistics A. O. NiguardaCa'Granda UniversityofMilan Milan,Italy Milan,Italy MaurizioGuida MonicaChiogna DepartmentofElectrical DepartmentofStatisticalSciences andInformationEngineering UniversityofPadova UniversityofSalerno Padova,Italy Fisciano(SA),Italy X ListofContributors AlessandraGuglielmi AntonioPievatolo DepartmentofMathematics CNRIMATI PolitecnicodiMilano Milan,Italy Milan,Italy GianpaoloPulcini alsoaf?liatedtoCNRIMATI,Milano IstitutoMotori NationalResearchCouncil(CNR) FrancescaIeva Naples,Italy MOX-DepartmentofMathematics PolitecnicodiMilano ChiaraRomualdi Milan,Italy DepartmentofBiology UniversityofPadova LuigiIppoliti Padova,Italy DepartmentofQuantitativeMethods andEconomicTheory H?avardRue UniversityG. d'Annunzio DepartmentofMathematicalSciences Chieti-Pescara,Italy NorwegianUniversityforScience andTechnology SaraMartino Trondheim,Norway DepartmentofMathematicalSciences NorwegianUniversityforScience PiercesareSecchi andTechnology MOX-DepartmentofMathematics Trondheim,Norway PolitecnicodiMilano Milan,Italy M. So?aMassa DepartmentofStatisticalSciences PaoloVidoni UniversityofPadova DepartmentofStatistics Padova,Italy UniversityofUdine Udine,Italy FulviaMecatti DepartmentofStatistics G.
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.
This textbook addresses postgraduate students in applied mathematics, probability, and statistics, as well as computer scientists, biologists, physicists and economists, who are seeking a rigorous introduction to applied stochastic processes. Pursuing a pedagogic approach, the content follows a path of increasing complexity, from the simplest random sequences to the advanced stochastic processes. Illustrations are provided from many applied fields, together with connections to ergodic theory, information theory, reliability and insurance. The main content is also complemented by a wealth of examples and exercises with solutions.
The purpose of this handbook is to allow users to learn and master the mathematics software package MATLAB (R), as well as to serve as a quick reference to some of the most used instructions in the package. A unique feature of this handbook is that it can be used by the novice and by experienced users alike. For experienced users, it has four chapters with examples and applications in engineering, finance, physics, and optimization. Exercises are included, along with solutions available for the interested reader on the book's web page. These exercises are a complement for the interested reader who wishes to get a deeper understanding of MATLAB. Features Covers both MATLAB and introduction to Simulink Covers the use of GUIs in MATLAB and Simulink Offers downloadable examples and programs from the handbook's website Provides an introduction to object oriented programming using MATLAB Includes applications from many areas Includes the realization of executable files for MATLAB programs and Simulink models |
You may like...
Blockchain Technology: Platforms, Tools…
Pethuru Raj, Ganesh Chandra Deka
Hardcover
R4,211
Discovery Miles 42 110
Database Systems: The Complete Book…
Hector Garcia-Molina, Jeffrey Ullman, …
Paperback
|