0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (36)
  • R250 - R500 (185)
  • R500+ (3,105)
  • -
Status
Format
Author / Contributor
Publisher

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

Managing Lean Projects (Hardcover): Ralph L. Kliem Managing Lean Projects (Hardcover)
Ralph L. Kliem
R1,899 Discovery Miles 18 990 Ships in 12 - 17 working days

Lean is a set of disciplines that can result in tremendous savings and profitability for companies. It can significantly reduce cycle times and increase customer satisfaction. Lean, however, must be applied efficiently and effectively to achieve optimum results. This book discusses project management concepts, tools, and techniques as they apply to managing Lean projects. It explains how you can apply the discipline of project management to fully harness the energy and power that Lean offers. Managing Lean Projects begins by discussing the major concepts and techniques that make Lean so powerful. It details the many benefits of Lean, along with the key challenges that must be overcome to fully reap its benefits. The book then goes on to describe the project management tools and techniques you can use to get the most out of Lean. It explains how the structure of each key project management process helps to keep the Lean project on course. The book devotes separate chapters to the project management processes for PDCA (plan, do, check, act) and DMAIC (define, measure, analyze, improve, control) Lean lifecycles. In both chapters, detailed case studies help to demonstrate the concepts presented in a real-world situation. The author includes numerous diagrams, examples, and checklists throughout the book to get you started quickly managing Lean projects. As Lean continues to pick up momentum across many industries, it becomes imperative that project managers learn how to use it to achieve the desired results. With this book, project managers will be well-equipped to lead, not just manage, their Lean projects to success and to the benefit of their organization and the people who work in it.

SAS for Data Analysis - Intermediate Statistical Methods (Paperback, 2008 ed.): Mervyn G. Marasinghe, William J Kennedy SAS for Data Analysis - Intermediate Statistical Methods (Paperback, 2008 ed.)
Mervyn G. Marasinghe, William J Kennedy
R2,001 Discovery Miles 20 010 Ships in 10 - 15 working days

This book is intended for use as the textbook in a second course in applied statistics that covers topics in multiple regression and analysis of variance at an intermediate level. Generally, students enrolled in such courses are p- marily graduate majors or advanced undergraduate students from a variety of disciplines. These students typically have taken an introductory-level s- tistical methods course that requires the use a software system such as SAS for performing statistical analysis. Thus students are expected to have an - derstanding of basic concepts of statistical inference such as estimation and hypothesis testing. Understandably, adequate time is not available in a ?rst course in stat- tical methods to cover the use of a software system adequately in the amount of time available for instruction. The aim of this book is to teach how to use the SAS system for data analysis. The SAS language is introduced at a level of sophistication not found in most introductory SAS books. Important features such as SAS data step programming, pointers, and line-hold spe- ?ers are described in detail. The powerful graphics support available in SAS is emphasized throughout, and many worked SAS program examples contain graphic components.

MATLAB Optimization Techniques (Paperback, 1st ed.): Cesar Lopez MATLAB Optimization Techniques (Paperback, 1st ed.)
Cesar Lopez
R3,185 Discovery Miles 31 850 Ships in 10 - 15 working days

MATLAB is a high-level language and environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java. MATLAB Optimization Techniques introduces you to the MATLAB language with practical hands-on instructions and results, allowing you to quickly achieve your goals. It begins by introducing the MATLAB environment and the structure of MATLAB programming before moving on to the mathematics of optimization. The central part of the book is dedicated to MATLAB's Optimization Toolbox, which implements state-of-the-art algorithms for solving multiobjective problems, non-linear minimization with boundary conditions and restrictions, minimax optimization, semi-infinitely constrained minimization and linear and quadratic programming. A wide range of exercises and examples are included, illustrating the most widely used optimization methods.

Multistate Analysis of Life Histories with R (Paperback, 2014 ed.): Frans Willekens Multistate Analysis of Life Histories with R (Paperback, 2014 ed.)
Frans Willekens
R1,679 Discovery Miles 16 790 Ships in 10 - 15 working days

This book provides anintroduction to multistate event history analysis. It is an extension of survival analysis, in which a single terminal event (endpoint) is considered and the time-to-event is studied. Multistate models focus on life histories or trajectories, conceptualized as sequences of states and sequences of transitions between states. Life histories are modeled as realizations of continuous-time Markov processes. The model parameters, transition rates, are estimated from data on event counts and populations at risk, using the statistical theory of counting processes.

The Comprehensive R Network Archive (CRAN) includes several packages for multistate modeling. This book is about "Biograph." The package is designed to (a) enhance exploratory analysis of life histories and (b) make multistate modeling accessible. The package incorporates utilities that connect to several packages for multistate modeling, including "survival," "eha," "Epi," "mvna," " etm," "mstate," "msm," and "TraMineR" for sequence analysis. The book is a hands-on presentation of "Biograph" and the packages listed. It is written from the perspective of the user. To help the user master the techniques and the software, a single data set is used to illustrate the methods and software. It is the subsample of the German Life History Survey, which was also used by Blossfeld and Rohwer in their popular textbook on event history modeling. Another data set, the Netherlands Family and Fertility Survey, is used to illustrate how "Biograph" can assist in answering questions on life paths of cohorts and individuals.

The book is suitable as a textbook for graduate courses on event history analysis and introductory courses on competing risks and multistate models. It may also be used as a self-study book. The R code used in the book is available online.

Frans Willekens is affiliated with the Max Planck Institute for Demographic Research (MPIDR) in Rostock, Germany. He is Emeritus Professor of Demography at the University of Groningen, a Honorary Fellow of the Netherlands Interdisciplinary Demographic Institute (NIDI) in the Hague, and a Research Associate of the International Institute for Applied Systems Analysis (IIASA), Laxenburg, Austria. He is a member of Royal Netherlands Academy of Arts and Sciences (KNAW). He has contributed to the modeling and simulation of life histories, mainly in the context of population forecasting."

MATLAB Programming for Numerical Analysis (Paperback, 1st ed.): Cesar Lopez MATLAB Programming for Numerical Analysis (Paperback, 1st ed.)
Cesar Lopez
R2,254 Discovery Miles 22 540 Ships in 10 - 15 working days

MATLAB is a high-level language and environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java. Programming MATLAB for Numerical Analysis introduces you to the MATLAB language with practical hands-on instructions and results, allowing you to quickly achieve your goals. You will first become familiar with the MATLAB environment, and then you will begin to harness the power of MATLAB. You will learn the MATLAB language, starting with an introduction to variables, and how to manipulate numbers, vectors, matrices, arrays and character strings. You will learn about MATLAB's high-precision capabilities, and how you can use MATLAB to solve problems, making use of arithmetic, relational and logical operators in combination with the common functions and operations of real and complex analysis and linear algebra. You will learn to implement various numerical methods for optimization, interpolation and solving non-linear equations. You will discover how MATLAB can solve problems in differential and integral calculus, both numerically and symbolically, including techniques for solving ordinary and partial differential equations, and how to graph the solutions in brilliant high resolution. You will then expand your knowledge of the MATLAB language by learning how to use commands which enable you to investigate the convergence of sequences and series, and explore continuity and other analytical features of functions in one and several variables.

SPSS for Starters (Paperback, 2010 ed.): Ton J. Cleophas, Aeilko H. Zwinderman SPSS for Starters (Paperback, 2010 ed.)
Ton J. Cleophas, Aeilko H. Zwinderman
R2,927 Discovery Miles 29 270 Ships in 10 - 15 working days

This small book addresses different kinds of datafiles, as commonly encountered in clinical research, and their data-analysis on SPSS Software. Some 15 years ago serious statistical analyses were conducted by specialist statisticians using ma- frame computers. Nowadays, there is ready access to statistical computing using personal computers or laptops, and this practice has changed boundaries between basic statistical methods that can be conveniently carried out on a pocket calculator and more advanced statistical methods that can only be executed on a computer. Clinical researchers currently perform basic statistics without professional help from a statistician, including t-tests and chi-square tests. With help of user-friendly software the step from such basic tests to more complex tests has become smaller, and more easy to take. It is our experience as masters' and doctorate class teachers of the European College of Pharmaceutical Medicine (EC Socrates Project Lyon France) that s- dents are eager to master adequate command of statistical software for that purpose. However, doing so, albeit easy, still takes 20-50 steps from logging in to the final result, and all of these steps have to be learned in order for the procedures to be successful.

MATLAB Mathematical Analysis (Paperback, 1st ed.): Cesar Lopez MATLAB Mathematical Analysis (Paperback, 1st ed.)
Cesar Lopez
R2,956 Discovery Miles 29 560 Ships in 10 - 15 working days

MATLAB Mathematical Analysis is a reference book that presents the techniques of mathematical analysis through examples and exercises resolved with MATLAB software. The purpose is to give you examples of the mathematical analysis functions offered by MATLAB so that you can use them in your daily work regardless of the application. The book supposes proper training in the mathematics and so presents the basic knowledge required to be able to use MATLAB for calculational or symbolic solutions to your problems for a vast amount of MATLAB functions. The book begins by introducing the reader to the use of numbers, operators, variables and functions in the MATLAB environment. Then it delves into working with complex variables. A large section is devoted to working with and developing graphical representations of curves, surfaces and volumes. MATLAB functions allow working with two-dimensional and three-dimensional graphics, statistical graphs, curves and surfaces in explicit, implicit, parametric and polar coordinates. Additional work implements twisted curves, surfaces, meshes, contours, volumes and graphical interpolation. The following part covers limits, functions, continuity and numerical and power series. Then differentiation is addressed in one and several variables including differential theorems for vector fields. Thereafter the topic of integration is handled including improper integrals, definite and indefinite integration, integration in multiple variables and multiple integrals and their applications. Differential equations are exemplified in detail, Laplace transforms, Tayor series, and the Runga-Kutta method and partial differential equations.

MATLAB Differential and Integral Calculus (Paperback, 1st ed.): Cesar Lopez MATLAB Differential and Integral Calculus (Paperback, 1st ed.)
Cesar Lopez
R2,196 Discovery Miles 21 960 Ships in 10 - 15 working days

MATLAB is a high-level language and environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java. MATLAB Differential and Integral Calculus introduces you to the MATLAB language with practical hands-on instructions and results, allowing you to quickly achieve your goals. In addition to giving a short introduction to the MATLAB environment and MATLAB programming, this book provides all the material needed to work with ease in differential and integral calculus in one and several variables. Among other core topics of calculus, you will use MATLAB to investigate convergence, find limits of sequences and series and, for the purpose of exploring continuity, limits of functions. Various kinds of local approximations of functions are introduced, including Taylor and Laurent series. Symbolic and numerical techniques of differentiation and integration are covered with numerous examples, including applications to finding maxima and minima, areas, arc lengths, surface areas and volumes. You will also see how MATLAB can be used to solve problems in vector calculus and how to solve differential and difference equations.

Transportation Management with SAP TM 9 - A Hands-on Guide to Configuring, Implementing, and Optimizing SAP TM (Paperback, 1st... Transportation Management with SAP TM 9 - A Hands-on Guide to Configuring, Implementing, and Optimizing SAP TM (Paperback, 1st ed.)
Jayant Daithankar, Tejkumar Pandit
R2,685 Discovery Miles 26 850 Ships in 10 - 15 working days

The implementation of a TMS solution is a highly complex and mission critical project. If executed correctly a good TMS can deliver a number of benefits to the organization in terms of optimization, greater efficiency, reduced errors and improved revenue through accurate invoicing. However a number of projects fail to realize these benefits for a host of reasons such as an incorrect product selection, over customization of the system and lack of detailed processes. The evaluation and selection of the right transportation management system is a very critical step in the successful implementation of a TMS product as well as ensuring that the organization is able to realize the benefits expected from the system.Transportation Management with SAP TM 9 is a guide for CIO/CXOs evaluating options for various transportation management solutions available in the market and helps inappropriate decision making before committing investment. A proven evaluation framework and guidance provided in the book can help decision makers with product selection and help to create a business case for management approval and design a future roadmap for the organization. The book provides a comprehensive understanding of what SAP transportation management is and is useful for teams involved in TM Implementation and roll outs to ensure preparedness. The book explains end-to-end freight life cycle processes, functional system landscape, implementation challenges and post go-live precautions required to optimize investments in SAP TM. Transportation Management with SAP TM 9 also acts as a step by step implementation guide with details of configuration required to set up a TM9 system. This book also covers the upgrade of SAP TM8 to SAP TM9 which will be useful for existing clients who are on TM 8. Nonavailability of SAP TM skilled resources is a major challenge faced by organizations and the book provides a detailed competency building plan along with skill set requirements to create a competent and trained workforce to manage-transformation.The current book available in the market on SAP TM is based on Version 6 release which does not cover air freight processes. Our book covers end-to-end air freight configuration scenarios for logistic companies.

MATLAB Differential Equations (Paperback, 1st ed.): Cesar Lopez MATLAB Differential Equations (Paperback, 1st ed.)
Cesar Lopez
R2,177 Discovery Miles 21 770 Ships in 10 - 15 working days

MATLAB is a high-level language and environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java. MATLAB Differential Equations introduces you to the MATLAB language with practical hands-on instructions and results, allowing you to quickly achieve your goals. In addition to giving an introduction to the MATLAB environment and MATLAB programming, this book provides all the material needed to work on differential equations using MATLAB. It includes techniques for solving ordinary and partial differential equations of various kinds, and systems of such equations, either symbolically or using numerical methods (Euler's method, Heun's method, the Taylor series method, the Runge-Kutta method,...). It also describes how to implement mathematical tools such as the Laplace transform, orthogonal polynomials, and special functions (Airy and Bessel functions), and find solutions of finite difference equations.

Python Algorithms - Mastering Basic Algorithms in the Python Language (Paperback, 2nd ed.): Magnus Lie Hetland Python Algorithms - Mastering Basic Algorithms in the Python Language (Paperback, 2nd ed.)
Magnus Lie Hetland
R3,791 Discovery Miles 37 910 Ships in 10 - 15 working days

Python Algorithms, Second Edition explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques. The book deals with some of the most important and challenging areas of programming and computer science in a highly readable manner. It covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others.

Analysis and Modeling of Complex Data in Behavioral and Social Sciences (Paperback, 2014): Donatella Vicari, Akinori Okada,... Analysis and Modeling of Complex Data in Behavioral and Social Sciences (Paperback, 2014)
Donatella Vicari, Akinori Okada, Giancarlo Ragozini, Claus Weihs
R2,429 Discovery Miles 24 290 Ships in 10 - 15 working days

This volume presents theoretical developments, applications and computational methods for the analysis and modeling in behavioral and social sciences where data are usually complex to explore and investigate. The challenging proposals provide a connection between statistical methodology and the social domain with particular attention to computational issues in order to effectively address complicated data analysis problems.
The papers in this volume stem from contributions initially presented at the joint international meeting JCS-CLADAG held in Anacapri (Italy) where the Japanese Classification Society and the Classification and Data Analysis Group of the Italian Statistical Society had a stimulating scientific discussion and exchange.

Stars And Space With Matlab Apps (With Companion Media Pack) (Paperback): Daniel Green Stars And Space With Matlab Apps (With Companion Media Pack) (Paperback)
Daniel Green
R1,348 Discovery Miles 13 480 Ships in 10 - 15 working days

Recent advances in the understanding of star formation and evolution have been impressive and aspects of that knowledge are explored in this volume. The black hole stellar endpoints are studied and geodesic motion is explored. The emission of gravitational waves is featured due to their very recent experimental discovery.The second aspect of the text is space exploration which began 62 years ago with the Sputnik Earth satellite followed by the landing on the Moon just 50 years ago. Since then Mars has been explored remotely as well as flybys of the outer planets and probes which have escaped the solar system. The text explores many aspects of rocket travel. Finally possibilities for interstellar travel are discussed.All these topics are treated in a unified way using the Matlab App to combine text, figures, formulae and numeric input and output. In this way the reader may vary parameters and see the results in real time. That experience aids in building up an intuitive feel for the many specific problems given in this text.

Input Modeling with Phase-Type Distributions and Markov Models - Theory and Applications (Paperback, 2014 ed.): Peter Buchholz,... Input Modeling with Phase-Type Distributions and Markov Models - Theory and Applications (Paperback, 2014 ed.)
Peter Buchholz, Jan Kriege, Iryna Felko
R1,950 Discovery Miles 19 500 Ships in 10 - 15 working days

Containing a summary of several recent results on Markov-based input modeling in a coherent notation, this book introduces and compares algorithms for parameter fitting and gives an overview of available software tools in the area. Due to progress made in recent years with respect to new algorithms to generate PH distributions and Markovian arrival processes from measured data, the models outlined are useful alternatives to other distributions or stochastic processes used for input modeling. Graduate students and researchers in applied probability, operations research and computer science along with practitioners using simulation or analytical models for performance analysis and capacity planning will find the unified notation and up-to-date results presented useful. Input modeling is the key step in model based system analysis to adequately describe the load of a system using stochastic models.

The goal of input modeling is to find a stochastic model to describe a sequence ofmeasurements from a real system to model for example the inter-arrival times of packets in a computer network or failure times of components in a manufacturing plant. Typical application areas are performance and dependability analysis of computer systems, communication networks, logistics or manufacturing systems but also the analysis of biological or chemical reaction networks and similar problems. Often the measured values have a high variability and are correlated. It s been known for a long time that Markov based models like phase type distributions or Markovian arrival processes are very general and allow one to capture even complex behaviors. However, the parameterization of these models results often in a complex and non-linear optimization problem. Only recently, several new results about the modeling capabilities of Markov based models and algorithms to fit the parameters of those models have been published.

"

Pyomo - Optimization Modeling in Python (Paperback, 2012 ed.): William E Hart, Carl Laird, Jean-Paul Watson, David L. Woodruff Pyomo - Optimization Modeling in Python (Paperback, 2012 ed.)
William E Hart, Carl Laird, Jean-Paul Watson, David L. Woodruff
R1,780 Discovery Miles 17 800 Ships in 10 - 15 working days

This book provides a complete and comprehensive reference/guide to Pyomo (Python Optimization Modeling Objects) for both beginning and advanced modelers, including students at the undergraduate and graduate levels, academic researchers, and practitioners. The text illustrates the breadth of the modeling and analysis capabilities that are supported by the software and support of complex real-world applications. Pyomo is an open source software package for formulating and solving large-scale optimization and operations research problems. The text begins with a tutorial on simple linear and integer programming models. A detailed reference of Pyomo's modeling components is illustrated with extensive examples, including a discussion of how to load data from data sources like spreadsheets and databases. Chapters describing advanced modeling capabilities for nonlinear and stochastic optimization are also included. The Pyomo software provides familiar modeling features within Python, a powerful dynamic programming language that has a very clear, readable syntax and intuitive object orientation. Pyomo includes Python classes for defining sparse sets, parameters, and variables, which can be used to formulate algebraic expressions that define objectives and constraints. Moreover, Pyomo can be used from a command-line interface and within Python's interactive command environment, which makes it easy to create Pyomo models, apply a variety of optimizers, and examine solutions. The software supports a different modeling approach than commercial AML (Algebraic Modeling Languages) tools, and is designed for flexibility, extensibility, portability, and maintainability but also maintains the central ideas in modern AMLs.

Advanced Statistical Methods for the Analysis of Large Data-Sets (Paperback, 2012): Agostino Di Ciaccio, Mauro Coli, Jose... Advanced Statistical Methods for the Analysis of Large Data-Sets (Paperback, 2012)
Agostino Di Ciaccio, Mauro Coli, Jose Miguel Angulo Ibanez
R4,502 Discovery Miles 45 020 Ships in 10 - 15 working days

The theme of the meeting was Statistical Methods for the Analysis of Large Data-Sets . In recent years there has been increasing interest in this subject; in fact a huge quantity of information is often available but standard statistical techniques are usually not well suited to managing this kind of data. The conference serves as an important meeting point for European researchers working on this topic and a number of European statistical societies participated in the organization of the event.
The book includes 45 papers from a selection of the 156 papers accepted for presentation and discussed at the conference on Advanced Statistical Methods for the Analysis of Large Data-sets. "

Normal Forms, Melnikov Functions and Bifurcations of Limit Cycles (Paperback, 2012 ed.): Maoan Han, Pei Yu Normal Forms, Melnikov Functions and Bifurcations of Limit Cycles (Paperback, 2012 ed.)
Maoan Han, Pei Yu
R1,576 Discovery Miles 15 760 Ships in 10 - 15 working days

Dynamical system theory has developed rapidly over the past fifty years. It is a subject upon which the theory of limit cycles has a significant impact for both theoretical advances and practical solutions to problems. Hopf bifurcation from a center or a focus is integral to the theory of bifurcation of limit cycles, for which normal form theory is a central tool. Although Hopf bifurcation has been studied for more than half a century, and normal form theory for over 100 years, efficient computation in this area is still a challenge with implications for Hilbert's 16th problem.

This book introduces the most recent developments in this field and provides major advances in fundamental theory of limit cycles. Split into two parts, the first focuses on the study of limit cycles bifurcating from Hopf singularity using normal form theory with later application to Hilbert's 16th problem, while the second considers near Hamiltonian systems using Melnikov function as the main mathematical tool.

Classic topics with new results are presented in a clear and concise manner and are accompanied by the liberal use of illustrations throughout. Containing a wealth of examples and structured algorithms that are treated in detail, a good balance between theoretical and applied topics is demonstrated. By including complete Maple programs within the text, this book also enables the reader to reconstruct the majority of formulas provided, facilitating the use of concrete models for study.

Through the adoption of an elementary and practical approach, this book will be of use to graduate mathematics students wishing to study the theory of limit cycles as well as scientists, across a number of disciplines, with an interest in the applications of periodic behavior."

Remote Sensing of the Environment and Radiation Transfer - An Introductory Survey (Paperback, 2012 ed.): Anatoly Kuznetsov,... Remote Sensing of the Environment and Radiation Transfer - An Introductory Survey (Paperback, 2012 ed.)
Anatoly Kuznetsov, Irina Melnikova, Dmitry Pozdnyakov, Olga Seroukhova, Alexander Vasilyev
R1,539 Discovery Miles 15 390 Ships in 10 - 15 working days

The interaction of the solar and heat radiation with the atmosphere and surface is the subject of the book. It is useful also for wide circle scientists involved in environmental studies. The book contains the description of 17 computer studying programs supporting different topics of courses. It includes only the base ground for comprehension of key topics and provides the accomplishment of practical works with using specially elaborated computer programs. Themes of practical works reflect main sections of mentioned courses of lectures. The packet of computer programs is added for solution of direct and inverse problems. It promotes deep and reliable comprehension of corresponding topics by students. All described approaches and computer programs are valuable resources for solving radiative transfer problems and they could be used by students for courses and diploma studies concerned atmospheric optics.

Functional and Phylogenetic Ecology in R (Paperback, 2014 ed.): Nathan G. Swenson Functional and Phylogenetic Ecology in R (Paperback, 2014 ed.)
Nathan G. Swenson
R3,364 Discovery Miles 33 640 Ships in 10 - 15 working days

"Functional and Phylogenetic Ecology in R" is designed to teach readers to use R for phylogenetic and functional trait analyses. Over the past decade, a dizzying array of tools and methods were generated to incorporate phylogenetic and functional information into traditional ecological analyses. Increasingly these tools are implemented in R, thus greatly expanding their impact. Researchers getting started in R can use this volume as a step-by-step entryway into phylogenetic and functional analyses for ecology in R. More advanced users will be able to use this volume as a quick reference to understand particular analyses. The volume begins with an introduction to the R environment and handling relevant data in R. Chapters then cover phylogenetic and functional metrics of biodiversity; null modeling and randomizations for phylogenetic and functional trait analyses; integrating phylogenetic and functional trait information; and interfacing the R environment with a popular C-based program. This book presents a unique approach through its focus on ecological analyses and not macroevolutionary analyses. The author provides his own code, so that the reader is guided through the computational steps to calculate the desired metrics. This guided approach simplifies the work of determining which package to use for any given analysis. Example datasets are shared to help readers practice, and readers can then quickly turn to their own datasets.

Statistics - An Introduction Using R 2e (Paperback, 2nd Edition): M.J. Crawley Statistics - An Introduction Using R 2e (Paperback, 2nd Edition)
M.J. Crawley
R1,013 Discovery Miles 10 130 Ships in 12 - 17 working days

.".".I know of no better book of its kind..." (Journal of the Royal Statistical Society, Vol 169 (1), January 2006)"

A revised and updated edition of this bestselling introductory textbook to statistical analysis using the leading free software package R

This new edition of a bestselling title offers a concise introduction to a broad array of statistical methods, at a level that is elementary enough to appeal to a wide range of disciplines. Step-by-step instructions help the non-statistician to fully understand the methodology. The book covers the full range of statistical techniques likely to be needed to analyse the data from research projects, including elementary material like t--tests and chi--squared tests, intermediate methods like regression and analysis of variance, and more advanced techniques like generalized linear modelling.

Includes numerous worked examples and exercises within each chapter.

Post-Optimal Analysis in Linear Semi-Infinite Optimization (Paperback, 2014): Miguel A. Goberna, Marco A. Lopez Post-Optimal Analysis in Linear Semi-Infinite Optimization (Paperback, 2014)
Miguel A. Goberna, Marco A. Lopez
R1,923 Discovery Miles 19 230 Ships in 10 - 15 working days

Post-Optimal Analysis in Linear Semi-Infinite Optimization examines the following topics in regards to linear semi-infinite optimization: modeling uncertainty, qualitative stability analysis, quantitative stability analysis and sensitivity analysis. Linear semi-infinite optimization (LSIO) deals with linear optimization problems where the dimension of the decision space or the number of constraints is infinite. The authors compare the post-optimal analysis with alternative approaches to uncertain LSIO problems and provide readers with criteria to choose the best way to model a given uncertain LSIO problem depending on the nature and quality of the data along with the available software. This work also contains open problems which readers will find intriguing a challenging. Post-Optimal Analysis in Linear Semi-Infinite Optimization is aimed toward researchers, graduate and post-graduate students of mathematics interested in optimization, parametric optimization and related topics.

Finite Element Method for Solids and Structures - A Concise Approach (Hardcover): Sung W. Lee, Peter W Chung Finite Element Method for Solids and Structures - A Concise Approach (Hardcover)
Sung W. Lee, Peter W Chung
R2,247 Discovery Miles 22 470 Ships in 12 - 17 working days

This innovative approach to teaching the finite element method blends theoretical, textbook-based learning with practical application using online and video resources. This hybrid teaching package features computational software such as MATLAB (R), and tutorials presenting software applications such as PTC Creo Parametric, ANSYS APDL, ANSYS Workbench and SolidWorks, complete with detailed annotations and instructions so students can confidently develop hands-on experience. Suitable for senior undergraduate and graduate level classes, students will transition seamlessly between mathematical models and practical commercial software problems, empowering them to advance from basic differential equations to industry-standard modelling and analysis. Complete with over 120 end-of chapter problems and over 200 illustrations, this accessible reference will equip students with the tools they need to succeed in the workplace.

Practical SharePoint 2013 Enterprise Content Management (Paperback, 1st ed.): Steve Goodyear Practical SharePoint 2013 Enterprise Content Management (Paperback, 1st ed.)
Steve Goodyear
R2,782 Discovery Miles 27 820 Ships in 10 - 15 working days

Practical SharePoint 2013 Enterprise Content Management is the first book to guide you through planning and designing each phase of your information life cycle with SharePoint 2013. Author and SharePoint expert Steve Goodyear walks you through how to analyze and plan enterprise content management (ECM) solutions for an effective and end-to-end information design based on your organization's needs and business requirements. Inside, you will develop a full understanding of how SharePoint 2013 manages content including identifying and understanding your organization's information within SharePoint, collaborating on transitory content, and capturing and controlling your records. You'll get practical advice and best practice instruction for each phase of the information life cycle to guide you on designing your ECM strategy and implementing your own ECM solution.You learn how to: * Apply a content life cycle model to analyze and understand your organization's information * Design your file plan with content routing rules for your SharePoint records repository * Plan and configure your eDiscovery portal and manage discovery cases * Design solutions to interface and integrate with external records management systems * Identify your organization's information security requirements * Design content types and implement an enterprise content type hub to organize your information Practical SharePoint 2013 Enterprise Content Management is for you if you are a SharePoint architect, administrator, consultant, or project manager, and you implement SharePoint solutions that relate to one or more aspects of the information life cycle involved with ECM.What you'll learn * Apply a content life cycle model to analyze and understand your organization's information * Plan and configure your SharePoint 2013 enterprise eDiscovery portal and manage discovery cases * Design your file plan with content routing rules for your SharePoint records repository * Design solutions to interface and integrate with external records management systems * Design content types and implement an enterprise content type hub to categorize and organize your information * Identify your organization's information security requirements Who this book is for Practical SharePoint 2013 Enterprise Content Management is for you if you are a SharePoint architect, administrator, consultant, or project manager, and you implement SharePoint solutions that relate to one or more aspects of the information life cycle involved with ECM. This book is also for you if you are an enterprise architect or a records manager and you want to learn how ECM fits in SharePoint. This book is definitely for you if you want to learn how to analyze, design, and implement an ECM solution on SharePoint 2013.

Hypergeometric Summation - An Algorithmic Approach to Summation and Special Function Identities (Paperback, 2nd ed. 2014):... Hypergeometric Summation - An Algorithmic Approach to Summation and Special Function Identities (Paperback, 2nd ed. 2014)
Wolfram Koepf
R3,127 Discovery Miles 31 270 Ships in 10 - 15 working days

Modern algorithmic techniques for summation, most of which were introduced in the 1990s, are developed here and carefully implemented in the computer algebra system Maple (TM). The algorithms of Fasenmyer, Gosper, Zeilberger, Petkovsek and van Hoeij for hypergeometric summation and recurrence equations, efficient multivariate summation as well as q-analogues of the above algorithms are covered. Similar algorithms concerning differential equations are considered. An equivalent theory of hyperexponential integration due to Almkvist and Zeilberger completes the book. The combination of these results gives orthogonal polynomials and (hypergeometric and q-hypergeometric) special functions a solid algorithmic foundation. Hence, many examples from this very active field are given. The materials covered are suitable for an introductory course on algorithmic summation and will appeal to students and researchers alike.

Correlation Equations - For Statistical Computations (Paperback, Softcover reprint of the original 1st ed. 1966): Aristarkh K.... Correlation Equations - For Statistical Computations (Paperback, Softcover reprint of the original 1st ed. 1966)
Aristarkh K. Mitropol Skii
R1,507 Discovery Miles 15 070 Ships in 10 - 15 working days

This book presents methods for computing correlation equations. All the topics treated hefe are eluci dated in terms of concrete examples, which have been chosen, for the most part, from the Held of analysis of the mechanical properties of steel, wood, and other materials. A necessary prerequisite for any study of correlation equations is so me knowledge of the moments of random variables. In the Appendix, there is provided a brief treatment of moments, as well as a discussion of the simplest methods of computing them. We have paid particular attention in this book to the techniques of computing correlation equations, and to the use of tables for alleviating the computationalload. The mathematical bases of the methods used in setting up correlation equations are expounded in the books cited at the end of this volume. A. M. December 1965 PIe ase note that the abbreviation 19 is used in this book to designate the logarithm to base ten, Note further that the comma has been retained as the decimal point in tabular material."

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Electronic Commerce
Gary Schneider Paperback  (2)
R1,282 R1,149 Discovery Miles 11 490
Ethics in Information Technology
George Reynolds Paperback R1,242 R1,112 Discovery Miles 11 120
Oracle 12c - SQL
Joan Casteel Paperback  (1)
R1,321 R1,183 Discovery Miles 11 830
International Encyclopedia of…
Roger Vickerman Hardcover R82,562 Discovery Miles 825 620
Data Communication and Computer Networks…
Jill West, Curt M. White Paperback R1,355 R1,212 Discovery Miles 12 120
Information Technology Project…
Kathy Schwalbe Paperback R1,191 R1,071 Discovery Miles 10 710
Python for Beginners - Enter the Real…
Lucas Lawrence Hardcover R953 R800 Discovery Miles 8 000
MIS
Hossein Bidgoli Paperback R1,163 R1,047 Discovery Miles 10 470
Database Systems - Design…
Carlos Coronel, Steven Morris Paperback R1,257 R1,082 Discovery Miles 10 820
14th International Symposium on Process…
Yoshiyuki Yamashita, Manabu Kano Hardcover R11,546 Discovery Miles 115 460

 

Partners