![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Computer software packages > Other software packages > Mathematical & statistical software
Assuming no knowledge of programming, this book presents both programming concepts and MATLAB's built-in functions, providing a perfect platform for exploiting MATLAB's extensive capabilities for tackling engineering problems. It starts with programming concepts such as variables, assignments, input/output, and selection statements, moves onto loops and then solves problems using both the 'programming concept' and the 'power of MATLAB' side-by-side. In-depth coverage is given to input/output, a topic that is fundamental to many engineering applications. Ancillaries available with the text: Instructor solution manual (available Aug. 1st); electronic images from the text (available Aug 16th); and, m-files (available Aug 1st). This title presents programming concepts and MATLAB built-in functions side-by-side, giving students the ability to program efficiently and exploit the power of MATLAB to solve problems. It offers in-depth coverage of file input/output, a topic essential for many engineering applications. It features systematic, step-by-step approach, building on concepts throughout the book, facilitating easier learning. It includes sections on 'common pitfalls' and 'programming guidelines' that direct students towards best practice. The following are new to this edition: more engineering applications that help the reader learn Matlab in the context of solving technical problems; new and revised end of chapter problems; and, stronger coverage of loops and vectorizing in a new chapter, chapter 5. It is updated to reflect current features and functions of the current release of Matlab.
Provides cutting-edge methods, specialized macros, and proven "best bet" procedures. The specialized macros and dozens of real-world examples illustrate solutions for a broad variety of problems that call for multiple inferences. The book also discusses the pitfalls and advantages of various methods, thereby helping you decide which is the most appropriate for your purposes.
This volume contains several contributions on the general theme of dependence for several classes of stochastic processes, andits implicationson asymptoticproperties of various statistics and on statistical inference issues in statistics and econometrics. The chapter by Berkes, Horvath and Schauer is a survey on their recent results on bootstrap and permutation statistics when the negligibility condition of classical central limit theory is not satis ed. These results are of interest for describing the asymptotic properties of bootstrap and permutation statistics in case of in nite va- ances, and for applications to statistical inference, e.g., the change-point problem. The paper by Stoev reviews some recent results by the author on ergodicity of max-stable processes. Max-stable processes play a central role in the modeling of extreme value phenomena and appear as limits of component-wise maxima. At the presenttime, arathercompleteandinterestingpictureofthedependencestructureof max-stable processes has emerged, involvingspectral functions, extremalstochastic integrals, mixed moving maxima, and other analytic and probabilistic tools. For statistical applications, the problem of ergodicity or non-ergodicity is of primary importance.
SAS/IML software is a powerful tool for data analysts because it enables implementation of statistical algorithms that are not available in any SAS procedure. Rick Wicklin's Statistical Programming with SAS/IML Software is the first book to provide a comprehensive description of the software and how to use it. He presents tips and techniques that enable you to use the IML procedure and the SAS/IML Studio application efficiently. In addition to providing a comprehensive introduction to the software, the book also shows how to create and modify statistical graphs, call SAS procedures and R functions from a SAS/IML program, and implement such modern statistical techniques as simulations and bootstrap methods in the SAS/IML language. Written for data analysts working in all industries, graduate students, and consultants, Statistical Programming with SAS/IML Software includes numerous code snippets and more than 100 graphs.
New and updated for SAS Enterprise Guide 4.2 In this pragmatic, example-driven book, author Neil Constable demonstrates how you can use SAS code to enhance the capabilities of SAS Enterprise Guide. Designed to help you gain extra value from the products you already have, SAS Programming for Enterprise Guide Users contains tips and techniques that show you a variety of features that cannot be accessed directly through the task interfaces. In all cases, techniques are shown with examples that you can try and test, plus additional exercises are included to give you more practice. The end result is more efficient and resilient use of SAS Enterprise Guide in a wider variety of business areas. Included is a discussion of the following subject areas: the Output Delivery System advanced formatting macro variables and macros advanced reporting using PROC REPORT highlighting in reports hyperlinking between reports and graphs data manipulation using SQL data manipulation using the DATA step extended graphics By adding small amounts of code in key areas, SAS Enterprise Guide users can get more out of the product than the tasks reveal. Users should be familiar with the SAS Enterprise Guide user interface and tasks. No programming experience is necessary.
An accessible introduction to the theoretical and computational aspects of linear algebra using MapleTM Many topics in linear algebra can be computationally intensive, and software programs often serve as important tools for understanding challenging concepts and visualizing the geometric aspects of the subject. Principles of Linear Algebra with Maple uniquely addresses the quickly growing intersection between subject theory and numerical computation, providing all of the commands required to solve complex and computationally challenging linear algebra problems using Maple. The authors supply an informal, accessible, and easy-to-follow treatment of key topics often found in a first course in linear algebra. Requiring no prior knowledge of the software, the book begins with an introduction to the commands and programming guidelines for working with Maple. Next, the book explores linear systems of equations and matrices, applications of linear systems and matrices, determinants, inverses, and Cramer's rule. Basic linear algebra topics such as vectors, dot product, cross product, and vector projection are explained, as well as the more advanced topics of rotations in space, rolling a circle along a curve, and the TNB Frame. Subsequent chapters feature coverage of linear transformations from Rn to Rm, the geometry of linear and affine transformations, least squares fits and pseudoinverses, and eigenvalues and eigenvectors. The authors explore several topics that are not often found in introductory linear algebra books, including sensitivity to error and the effects of linear and affine maps on the geometry of objects. The Maple software highlights the topic's visual nature, as the book is complete with numerous graphics in two and three dimensions, animations, symbolic manipulations, numerical computations, and programming. In addition, a related Web site features supplemental material, including Maple code for each chapter's problems, solutions, and color versions of the book's figures. Extensively class-tested to ensure an accessible presentation, Principles of Linear Algebra with Maple is an excellent book for courses on linear algebra at the undergraduate level. It is also an ideal reference for students and professionals who would like to gain a further understanding of the use of Maple to solve linear algebra problems.
Advanced R helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special. This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising your code. By reading this book, you will learn: The difference between an object and its name, and why the distinction is important The important vector data structures, how they fit together, and how you can pull them apart using subsetting The fine details of functions and environments The condition system, which powers messages, warnings, and errors The powerful functional programming paradigm, which can replace many for loops The three most important OO systems: S3, S4, and R6 The tidy eval toolkit for metaprogramming, which allows you to manipulate code and control evaluation Effective debugging techniques that you can deploy, regardless of how your code is run How to find and remove performance bottlenecks The second edition is a comprehensive update: New foundational chapters: "Names and values," "Control flow," and "Conditions" comprehensive coverage of object oriented programming with chapters on S3, S4, R6, and how to choose between them Much deeper coverage of metaprogramming, including the new tidy evaluation framework use of new package like rlang (http://rlang.r-lib.org), which provides a clean interface to low-level operations, and purr (http://purrr.tidyverse.org/) for functional programming Use of color in code chunks and figures Hadley Wickham is Chief Scientist at RStudio, an Adjunct Professor at Stanford University and the University of Auckland, and a member of the R Foundation. He is the lead developer of the tidyverse, a collection of R packages, including ggplot2 and dplyr, designed to support data science. He is also the author of R for Data Science (with Garrett Grolemund), R Packages, and ggplot2: Elegant Graphics for Data Analysis.
Easy to read and comprehensive, Survival Analysis Using SAS: A Practical Guide, Second Edition, by Paul D. Allison, is an accessible, data-based introduction to methods of survival analysis. Researchers who want to analyze survival data with SAS will find just what they need with this fully updated new edition that incorporates the many enhancements in SAS procedures for survival analysis in SAS 9. Although the book assumes only a minimal knowledge of SAS, more experienced users will learn new techniques of data input and manipulation. Numerous examples of SAS code and output make this an eminently practical book, ensuring that even the uninitiated become sophisticated users of survival analysis. The main topics presented include censoring, survival curves, Kaplan-Meier estimation, accelerated failure time models, Cox regression models, and discrete-time analysis. Also included are topics not usually covered in survival analysis books, such as time-dependent covariates, competing risks, and repeated events. Survival Analysis Using SAS: A Practical Guide, Second Edition, has been thoroughly updated for SAS 9, and all figures are presented using ODS Graphics. This new edition also documents major enhancements to the STRATA statement in the LIFETEST procedure; includes a section on the PROBPLOT command, which offers graphical methods to evaluate the fit of each parametric regression model; introduces the new BAYES statement for both parametric and Cox models, which allows the user to do a Bayesian analysis using MCMC methods; demonstrates the use of the counting process syntax as an alternative method for handling time-dependent covariates; contains a section on cumulative incidence functions; and describes the use of the new GLIMMIX procedure to estimate random-effects models for discrete-time data.
Fully updated for SAS 9.2, Ron Cody's "SAS Functions by Example, Second Edition," is a must-have reference for anyone who programs in Base SAS. With the addition of functions new to SAS 9.2, this comprehensive reference manual now includes more than 200 functions, including new character, date and time, distance, probability, sort, and special functions. This new edition also contains more examples for existing functions and more details concerning optional arguments. Like the first edition, the new edition also includes a list of SAS programs, an alphabetic list of all the functions in the book, and a comprehensive index of functions and tasks. Beginning and experienced SAS users will benefit from this useful reference guide to SAS functions.
This book presents the basic procedures for utilizing SAS Enterprise Guide to analyze statistical data. SAS Enterprise Guide is a graphical user interface (point and click) to the main SAS application. Each chapter contains a brief conceptual overview and then guides the reader through concrete step-by-step examples to complete the analyses. The eleven sections of the book cover a wide range of statistical procedures including descriptive statistics, correlation and simple regression, t tests, one-way chi square, data transformations, multiple regression, analysis of variance, analysis of covariance, multivariate analysis of variance, factor analysis, and canonical correlation analysis. Designed to be used either as a stand-alone resource or as an accompaniment to a statistics course, the book offers a smooth path to statistical analysis with SAS Enterprise Guide for advanced undergraduate and beginning graduate students, as well as professionals in psychology, education, business, health, social work, sociology, and many other fields.
Bridging the gap between statistics texts and SAS documentation, Elementary Statistics Using SAS is written for those who want to perform analyses to solve problems. The first section of the book explains the basics of SAS data sets and shows how to use SAS for descriptive statistics and graphs. The second section discusses fundamental statistical concepts, including normality and hypothesis testing. The remaining sections of the book show analyses for comparing two groups, comparing multiple groups, fitting regression equations, and exploring contingency tables. For each analysis, author Sandra Schlotzhauer explains assumptions, statistical approach, and SAS methods and syntax, and makes conclusions from the results. Statistical methods covered include two-sample t-tests, paired-difference t-tests, analysis of variance, multiple comparison techniques, regression, regression diagnostics, and chi-square tests. Elementary Statistics Using SAS is a thoroughly revised and updated edition of Ramon Littell and Sandra Schlotzhauer's SAS System for Elementary Statistical Analysis.
In PROC SQL by Example: Using SQL within SAS, author Howard Schreier illustrates the use of PROC SQL in the context of the SAS DATA step and other SAS procedures (such as SORT, FREQ, MEANS, SUMMARY, APPEND, DATASETS, and TRANSPOSE) whose functionality overlaps and complements that of SQL. Using a side-by-side approach, this concise reference guide includes many extensively explained examples showing equivalent DATA step and SQL code, enabling SAS users to take advantage of existing SAS skills and knowledge while learning about SQL. Discussions cover the differences between SQL and the DATA step as well as situations where SQL and the DATA step are used together to benefit from the strengths of each. Topics addressed include working with joins and merges; using subqueries; understanding set operators; using the Macro Facility with PROC SQL; maintaining tables; working with views; using PROC SQL as a report generator; and more. This text is ideal for SAS programmers seeking to add PROC SQL to their SAS toolkits as well as SQL programmers striving to better integrate the SAS DATA step and SQL.
This book provides the optimal introduction to MATLAB and Simulink, the primary tools in engineering, science, and industry for simulating dynamic systems. Using the latest versions of the software, the book also has 20 hands-on projects that provide a practical mastery of the subject areas including the code and executable files. Apart from a basic knowledge of mathematics and physics, no further specialist knowledge is necessary. There are also over 80, in-text, exercises where readers themselves can check their mastery of the material. A CD-ROM with source code accompanies the book.
Offering extensive coverage of cutting-edge biostatistical methodology used in drug development, this essential reference explores the practical problems facing today's drug developers. It is written by well-known experts in the pharmaceutical industry and provides relevant tutorial material and SAS examples.
Computeralgebra- Systeme wie MAPLE gehoeren heute zum Alltag aller, die Mathematik in Schule, Wirtschaft und Hochschule anwenden. Gleichzeitig bieten sie die Moeglichkeit, in ganz anderer Weise Beispiele zu untersuchen und zu veranschaulichen, als dies mit Bleistift und Papier moeglich ist. Neben einer Einfuhrung in MAPLE hat dieses Buch zum Ziel, durch die Behandlung von Beispielen den Stoff des ersten Studienjahres, wie er in den Vorlesungen zur Analysis und Linearen Algebra behandelt wird, zu vertiefen und zu veranschaulichen. Es besteht aus Aufgaben mit Erlauterungen, anhand derer der Leser den Stoff eigenstandig durcharbeiten soll. Mathematische Anwendersysteme als berufsbildende Kompetenz in der Bachelor-Ausbildung: Das Buch eignet sich fur ein Modul aufbauend auf den Grundvorlesungen Analysis und Lineare Algebra. Materialien zu diesem Buch fur das E-Learning System OKUSON werden fur Dozenten unter OnlinePLUS bereitgestellt.
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Need to Learn MATLAB? Problem SOLVED! Get started using MATLAB right away with help from this hands-on guide. MATLAB Demystified offers an effective and enlightening method for learning how to get the most out this powerful computational mathematics tool. Using an easy-to-follow format, this book explains the basics of MATLAB up front. You'll find out how to plot functions, solve algebraic equations, and compute integrals. You'll also learn how to solve differential equations, generate numerical solutions of ODEs, and work with special functions. Packed with hundreds of sample equations and explained solutions, and featuring end-of-chapter quizzes and a final exam, this book will teach you MATLAB essentials in no time at all. This self-teaching guide offers: The quickest way to get up and running on MATLAB Hundreds of worked examples with solutions Coverage of MATLAB 7 A quiz at the end of each chapter to reinforce learning and pinpoint weaknesses A final exam at the end of the book A time-saving approach to performing better on homework or on the job Simple enough for a beginner, but challenging enough for an advanced user, MATLAB Demystified is your shortcut to computational precision.
Art Carpenter demystifies the powerful REPORT procedure and shows you how to incorporate this highly flexible and customizable procedure into your SAS reporting programs. Combining his years of SAS experience with a talent for instruction, Art offers clear and comprehensive coverage that demonstrates how valuable this procedure is for both summarizing and displaying data. Illustrated with more than two hundred examples and sample exercises to reinforce your learning, "Carpenter's Complete Guide to the SAS REPORT Procedure" provides you with information that you can put to immediate use. The text is divided into three distinct sections. Part 1 introduces you to PROC REPORT, showing you how it works and "thinks." This section is designed to be read linearly by users who are unfamiliar with the procedure. Part 2 is a collection of increasingly more complex examples that feature advanced options and capabilities. It also introduces the relationship between PROC REPORT and the Output Delivery System (ODS). Part 3 incorporates the options and statements described in Parts 1 and 2 into a series of examples that highlight many of the extended capabilities of PROC REPORT. Included in this section is a discussion of a few ODS statements and options that might be useful to a PROC REPORT programmer, plus an in-depth look at the PROC REPORT process itself, especially as it relates to the execution of compute blocks. Art's author page at support.sas.com/carpenter includes the following bonus material: example SAS data sets, example results, and a compilation of nearly 100 related conference papers.
A comprehensive introduction and reference guide to the minimum description length (MDL) Principle that is accessible to researchers dealing with inductive reference in diverse areas including statistics, pattern classification, machine learning, data mining, biology, econometrics, and experimental psychology, as well as philosophers interested in the foundations of statistics. The minimum description length (MDL) principle is a powerful method of inductive inference, the basis of statistical modeling, pattern recognition, and machine learning. It holds that the best explanation, given a limited set of observed data, is the one that permits the greatest compression of the data. MDL methods are particularly well-suited for dealing with model selection, prediction, and estimation problems in situations where the models under consideration can be arbitrarily complex, and overfitting the data is a serious concern. This extensive, step-by-step introduction to the MDL Principle provides a comprehensive reference (with an emphasis on conceptual issues) that is accessible to graduate students and researchers in statistics, pattern classification, machine learning, and data mining, to philosophers interested in the foundations of statistics, and to researchers in other applied sciences that involve model selection, including biology, econometrics, and experimental psychology. Part I provides a basic introduction to MDL and an overview of the concepts in statistics and information theory needed to understand MDL. Part II treats universal coding, the information-theoretic notion on which MDL is built, and part III gives a formal treatment of MDL theory as a theory of inductive inference based on universal coding. Part IV provides a comprehensive overview of the statistical theory of exponential families with an emphasis on their information-theoretic properties. The text includes a number of summaries, paragraphs offering the reader a "fast track" through the material, and boxes highlighting the most important concepts.
Written for anyone involved in the data preparation process for analytics, Gerhard Svolba's Data Preparation for Analytics Using SAS offers practical advice in the form of SAS coding tips and tricks, and provides the reader with a conceptual background on data structures and considerations from a business point of view. The tasks addressed include viewing analytic data preparation in the context of its business environment, identifying the specifics of predictive modeling for data mart creation, understanding the concepts and considerations of data preparation for time series analysis, using various SAS procedures and SAS Enterprise Miner for scoring, creating meaningful derived variables for all data mart types, using powerful SAS macros to make changes among the various data mart structures, and more!
Proven bestseller: almost 6000 copies sold in the U.S. in two editions New edition updated to cover S-PLUS 6.0 Can be used as an introduction to R, as well as S-PLUS New exercises have been added; Includes a comparison of S-PLUS and R Well-suited for self-study
Navigate the world of the powerful SQL procedure with Katherine Prairie's Essential PROC SQL Handbook for SAS Users. Written in an easy-to-use, logical format, this comprehensive reference focuses on the functionality of the procedure, as well as the accomplishment of common tasks using PROC SQL, enabling readers to quickly develop and enhance their SQL skills. Features include more than 300 examples of PROC SQL code, plus queries and diagrams showing how the statements are processed, tips and techniques highlighting "need-to-know" concepts, and an appendix designed specifically for SQL Pass-Through Facility and SAS/ACCESS users. This practical guide is written for SAS users of all levels who want to learn how to integrate the SQL procedure into their Base SAS and/or SAS/ACCESS programs as well as SQL programmers who want to adapt their current skills to SAS.
Updated for SAS 9, A Step-by-Step Approach to Using SAS for Univariate and Multivariate Statistics, Second Edition, is an easy-to-understand introduction to SAS as well as to univariate and multivariate statistics. Clear explanations and simple language guide you through the research terminology, data input, data manipulation, and types of statistical analysis that are most commonly used in the social and behavioral sciences. Providing practice data inspired by actual studies, this book teaches you how to choose the right statistic, understand the assumptions underlying the procedure, prepare the SAS program for the analysis, interpret the output, and summarize the analysis and results according to the format prescribed in the Publication Manual of the American Psychological Association. Step by step, authors Norm O'Rourke, Larry Hatcher, and Edward Stepanski demonstrate how to perform the following types of analysis: simple descriptive statistics, measures of bivariate association, t tests for independent samples and paired samples, ANOVA and MANOVA, multiple regression, principal component analysis, and assessing scale reliability with coefficient alpha. This text is ideally suited to students who are beginning their study of data analysis, and to professors and researchers who want a handy reference on their bookshelf.
The world is becoming increasingly complex, with larger quantities of data available to be analyzed. It so happens that much of these "big data" that are available are spatio-temporal in nature, meaning that they can be indexed by their spatial locations and time stamps. Spatio-Temporal Statistics with R provides an accessible introduction to statistical analysis of spatio-temporal data, with hands-on applications of the statistical methods using R Labs found at the end of each chapter. The book: Gives a step-by-step approach to analyzing spatio-temporal data, starting with visualization, then statistical modelling, with an emphasis on hierarchical statistical models and basis function expansions, and finishing with model evaluation Provides a gradual entry to the methodological aspects of spatio-temporal statistics Provides broad coverage of using R as well as "R Tips" throughout. Features detailed examples and applications in end-of-chapter Labs Features "Technical Notes" throughout to provide additional technical detail where relevant Supplemented by a website featuring the associated R package, data, reviews, errata, a discussion forum, and more The book fills a void in the literature and available software, providing a bridge for students and researchers alike who wish to learn the basics of spatio-temporal statistics. It is written in an informal style and functions as a down-to-earth introduction to the subject. Any reader familiar with calculus-based probability and statistics, and who is comfortable with basic matrix-algebra representations of statistical models, would find this book easy to follow. The goal is to give as many people as possible the tools and confidence to analyze spatio-temporal data. |
![]() ![]() You may like...
Jump into JMP Scripting, Second Edition…
Wendy Murphrey, Rosemary Lucas
Hardcover
R1,654
Discovery Miles 16 540
Essential Java for Scientists and…
Brian Hahn, Katherine Malan
Paperback
R1,341
Discovery Miles 13 410
An Introduction to Creating Standardized…
Todd Case, Yuting Tian
Hardcover
R1,623
Discovery Miles 16 230
Implementing CDISC Using SAS - An…
Chris Holland, Jack Shostak
Hardcover
R1,830
Discovery Miles 18 300
SAS Text Analytics for Business…
Teresa Jade, Biljana Belamaric-Wilsey, …
Hardcover
R2,778
Discovery Miles 27 780
Portfolio and Investment Analysis with…
John B. Guerard, Ziwei Wang, …
Hardcover
R2,491
Discovery Miles 24 910
Neutrosophic Sets in Decision Analysis…
Mohamed Abdel-Basset, Florentin Smarandache
Hardcover
R7,203
Discovery Miles 72 030
|