0
Your cart

Your cart is empty

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

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

SAS for Forecasting Time Series, Third Edition (Paperback, 3rd ed.): John C. Brocklebank, David A Dickey, Bong Choi SAS for Forecasting Time Series, Third Edition (Paperback, 3rd ed.)
John C. Brocklebank, David A Dickey, Bong Choi
R2,047 Discovery Miles 20 470 Ships in 18 - 22 working days
Machine Learning with SAS - Special Collection (Paperback): Saratendu Sethi Machine Learning with SAS - Special Collection (Paperback)
Saratendu Sethi
R401 Discovery Miles 4 010 Ships in 18 - 22 working days
Practical MATLAB Modeling with Simulink - Programming and Simulating Ordinary and Partial Differential Equations (Paperback,... Practical MATLAB Modeling with Simulink - Programming and Simulating Ordinary and Partial Differential Equations (Paperback, 1st ed.)
Sulaymon L Eshkabilov
R1,578 R1,306 Discovery Miles 13 060 Save R272 (17%) Ships in 18 - 22 working days

Employ the essential and hands-on tools and functions of MATLAB's ordinary differential equation (ODE) and partial differential equation (PDE) packages, which are explained and demonstrated via interactive examples and case studies. This book contains dozens of simulations and solved problems via m-files/scripts and Simulink models which help you to learn programming and modeling of more difficult, complex problems that involve the use of ODEs and PDEs. You'll become efficient with many of the built-in tools and functions of MATLAB/Simulink while solving more complex engineering and scientific computing problems that require and use differential equations. Practical MATLAB Modeling with Simulink explains various practical issues of programming and modelling. After reading and using this book, you'll be proficient at using MATLAB and applying the source code from the book's examples as templates for your own projects in data science or engineering. What You Will Learn Model complex problems using MATLAB and Simulink Gain the programming and modeling essentials of MATLAB using ODEs and PDEs Use numerical methods to solve 1st and 2nd order ODEs Solve stiff, higher order, coupled, and implicit ODEs Employ numerical methods to solve 1st and 2nd order linear PDEs Solve stiff, higher order, coupled, and implicit PDEs Who This Book Is For Engineers, programmers, data scientists, and students majoring in engineering, applied/industrial math, data science, and scientific computing. This book continues where Apress' Beginning MATLAB and Simulink leaves off.

Introduction to Applied Statistics Using Excel and SAS - A Workplace Approach (Paperback): A Brain Phd Introduction to Applied Statistics Using Excel and SAS - A Workplace Approach (Paperback)
A Brain Phd
R1,163 Discovery Miles 11 630 Ships in 18 - 22 working days
Simply Turing (Paperback): Michael Olinick Simply Turing (Paperback)
Michael Olinick
R235 Discovery Miles 2 350 Ships in 18 - 22 working days
Open Source Software for Statistical Analysis of Big Data - Emerging Research and Opportunities (Paperback): Richard S Segall,... Open Source Software for Statistical Analysis of Big Data - Emerging Research and Opportunities (Paperback)
Richard S Segall, Gao Niu
R4,706 Discovery Miles 47 060 Ships in 18 - 22 working days

With the development of computing technologies in today's modernized world, software packages have become easily accessible. Open source software, specifically, is a popular method for solving certain issues in the field of computer science. One key challenge is analyzing big data due to the high amounts that organizations are processing. Researchers and professionals need research on the foundations of open source software programs and how they can successfully analyze statistical data. Open Source Software for Statistical Analysis of Big Data: Emerging Research and Opportunities provides emerging research exploring the theoretical and practical aspects of cost-free software possibilities for applications within data analysis and statistics with a specific focus on R and Python. Featuring coverage on a broad range of topics such as cluster analysis, time series forecasting, and machine learning, this book is ideally designed for researchers, developers, practitioners, engineers, academicians, scholars, and students who want to more fully understand in a brief and concise format the realm and technologies of open source software for big data and how it has been used to solve large-scale research problems in a multitude of disciplines.

Coloring Book Girls - Coloring Pages with Adorable Animal Designs, Creative Art Activities (Paperback): J K Mimo Coloring Book Girls - Coloring Pages with Adorable Animal Designs, Creative Art Activities (Paperback)
J K Mimo
R216 Discovery Miles 2 160 Ships in 18 - 22 working days
Machine Learning - The Ultimate Beginner's Guide to Machine Learning (Paperback): Edward Mize Machine Learning - The Ultimate Beginner's Guide to Machine Learning (Paperback)
Edward Mize
R431 R396 Discovery Miles 3 960 Save R35 (8%) Ships in 18 - 22 working days
150 Most Powerful Excel Shortcuts - SECRETS of SAVING TIME WITH EXCEL! (Paperback): Andrei Besedin 150 Most Powerful Excel Shortcuts - SECRETS of SAVING TIME WITH EXCEL! (Paperback)
Andrei Besedin
R229 R214 Discovery Miles 2 140 Save R15 (7%) Out of stock
Real World Health Care Data Analysis - Causal Methods and Implementation Using SAS (Paperback): Douglas Faries, Xiang Zhang,... Real World Health Care Data Analysis - Causal Methods and Implementation Using SAS (Paperback)
Douglas Faries, Xiang Zhang, Zbigniew Kadziola
R1,967 Discovery Miles 19 670 Ships in 18 - 22 working days
Python for Finance Cookbook - Over 50 recipes for applying modern Python libraries to financial data analysis (Paperback): Eryk... Python for Finance Cookbook - Over 50 recipes for applying modern Python libraries to financial data analysis (Paperback)
Eryk Lewinson
R1,101 Discovery Miles 11 010 Ships in 18 - 22 working days

Solve common and not-so-common financial problems using Python libraries such as NumPy, SciPy, and pandas Key Features Use powerful Python libraries such as pandas, NumPy, and SciPy to analyze your financial data Explore unique recipes for financial data analysis and processing with Python Estimate popular financial models such as CAPM and GARCH using a problem-solution approach Book DescriptionPython is one of the most popular programming languages used in the financial industry, with a huge set of accompanying libraries. In this book, you'll cover different ways of downloading financial data and preparing it for modeling. You'll calculate popular indicators used in technical analysis, such as Bollinger Bands, MACD, RSI, and backtest automatic trading strategies. Next, you'll cover time series analysis and models, such as exponential smoothing, ARIMA, and GARCH (including multivariate specifications), before exploring the popular CAPM and the Fama-French three-factor model. You'll then discover how to optimize asset allocation and use Monte Carlo simulations for tasks such as calculating the price of American options and estimating the Value at Risk (VaR). In later chapters, you'll work through an entire data science project in the financial domain. You'll also learn how to solve the credit card fraud and default problems using advanced classifiers such as random forest, XGBoost, LightGBM, and stacked models. You'll then be able to tune the hyperparameters of the models and handle class imbalance. Finally, you'll focus on learning how to use deep learning (PyTorch) for approaching financial tasks. By the end of this book, you'll have learned how to effectively analyze financial data using a recipe-based approach. What you will learn Download and preprocess financial data from different sources Backtest the performance of automatic trading strategies in a real-world setting Estimate financial econometrics models in Python and interpret their results Use Monte Carlo simulations for a variety of tasks such as derivatives valuation and risk assessment Improve the performance of financial models with the latest Python libraries Apply machine learning and deep learning techniques to solve different financial problems Understand the different approaches used to model financial time series data Who this book is forThis book is for financial analysts, data analysts, and Python developers who want to learn how to implement a broad range of tasks in the finance domain. Data scientists looking to devise intelligent financial strategies to perform efficient financial analysis will also find this book useful. Working knowledge of the Python programming language is mandatory to grasp the concepts covered in the book effectively.

R Statistics Cookbook - Over 100 recipes for performing complex statistical operations with R 3.5 (Paperback): Francisco Juretig R Statistics Cookbook - Over 100 recipes for performing complex statistical operations with R 3.5 (Paperback)
Francisco Juretig
R660 Discovery Miles 6 600 Ships in 18 - 22 working days

Solve real-world statistical problems using the most popular R packages and techniques Key Features Learn how to apply statistical methods to your everyday research with handy recipes Foster your analytical skills and interpret research across industries and business verticals Perform t-tests, chi-squared tests, and regression analysis using modern statistical techniques Book DescriptionR is a popular programming language for developing statistical software. This book will be a useful guide to solving common and not-so-common challenges in statistics. With this book, you'll be equipped to confidently perform essential statistical procedures across your organization with the help of cutting-edge statistical tools. You'll start by implementing data modeling, data analysis, and machine learning to solve real-world problems. You'll then understand how to work with nonparametric methods, mixed effects models, and hidden Markov models. This book contains recipes that will guide you in performing univariate and multivariate hypothesis tests, several regression techniques, and using robust techniques to minimize the impact of outliers in data.You'll also learn how to use the caret package for performing machine learning in R. Furthermore, this book will help you understand how to interpret charts and plots to get insights for better decision making. By the end of this book, you will be able to apply your skills to statistical computations using R 3.5. You will also become well-versed with a wide array of statistical techniques in R that are extensively used in the data science industry. What you will learn Become well versed with recipes that will help you interpret plots with R Formulate advanced statistical models in R to understand its concepts Perform Bayesian regression to predict models and input missing data Use time series analysis for modelling and forecasting temporal data Implement a range of regression techniques for efficient data modelling Get to grips with robust statistics and hidden Markov models Explore ANOVA (Analysis of Variance) and perform hypothesis testing Who this book is forIf you are a quantitative researcher, statistician, data analyst, or data scientist looking to tackle various challenges in statistics, this book is what you need! Proficiency in R programming and basic knowledge of linear algebra is necessary to follow along the recipes covered in this book.

Discovering SAS Viya - Special Collection (Paperback): Randy Guard Discovering SAS Viya - Special Collection (Paperback)
Randy Guard
R400 Discovery Miles 4 000 Ships in 18 - 22 working days
Fundamentals of Programming in SAS - A Case Studies Approach (Paperback): James Blum, Jonathan Duggins Fundamentals of Programming in SAS - A Case Studies Approach (Paperback)
James Blum, Jonathan Duggins
R2,457 Discovery Miles 24 570 Ships in 18 - 22 working days
Top Secrets of Excel Dashboards - Save Your Time with MS Excel! (Paperback): Andrei Besedin Top Secrets of Excel Dashboards - Save Your Time with MS Excel! (Paperback)
Andrei Besedin
R221 R205 Discovery Miles 2 050 Save R16 (7%) Out of stock
Bayes Theorem - The Ultimate Beginner's Guide to Bayes Theorem (Paperback): Arthur Taff Bayes Theorem - The Ultimate Beginner's Guide to Bayes Theorem (Paperback)
Arthur Taff
R425 R390 Discovery Miles 3 900 Save R35 (8%) Ships in 18 - 22 working days
Probability - The Ultimate Beginner's Guide to Permutations & Combinations (Paperback): Arthur Taff Probability - The Ultimate Beginner's Guide to Permutations & Combinations (Paperback)
Arthur Taff
R431 R396 Discovery Miles 3 960 Save R35 (8%) Ships in 18 - 22 working days
Learning Python - The Ultimate Guide to Learning How to Develop Applications for Beginners with Python Programming Language... Learning Python - The Ultimate Guide to Learning How to Develop Applications for Beginners with Python Programming Language Using Numpy, Matplotlib, Scipy and Scikit-learn (Paperback)
Samuel Hack
R449 Discovery Miles 4 490 Ships in 18 - 22 working days
SAS Certified Professional Prep Guide - Advanced Programming Using SAS 9.4 (Paperback): Sas Institute SAS Certified Professional Prep Guide - Advanced Programming Using SAS 9.4 (Paperback)
Sas Institute
R2,568 Discovery Miles 25 680 Ships in 18 - 22 working days
Hypothesis Testing - The Ultimate Beginner's Guide to Statistical Significance (Paperback): Arthur Taff Hypothesis Testing - The Ultimate Beginner's Guide to Statistical Significance (Paperback)
Arthur Taff
R437 R404 Discovery Miles 4 040 Save R33 (8%) Ships in 18 - 22 working days
The Little SAS Book - A Primer, Sixth Edition (Paperback, 6th ed.): Lora D Delwiche, Susan J Slaughter The Little SAS Book - A Primer, Sixth Edition (Paperback, 6th ed.)
Lora D Delwiche, Susan J Slaughter
R1,340 Discovery Miles 13 400 Ships in 18 - 22 working days
Customer Segmentation and Clustering Using SAS Enterprise Miner, Third Edition (Paperback, 3rd ed.): Randall S. Collica Customer Segmentation and Clustering Using SAS Enterprise Miner, Third Edition (Paperback, 3rd ed.)
Randall S. Collica
R1,552 Discovery Miles 15 520 Ships in 18 - 22 working days
Python Machine Learning - Machine Learning and Deep Learning with Python, scikit-learn and Tensorflow (Paperback): Samuel Burns Python Machine Learning - Machine Learning and Deep Learning with Python, scikit-learn and Tensorflow (Paperback)
Samuel Burns
R398 Discovery Miles 3 980 Ships in 18 - 22 working days
Proc SQL - Beyond the Basics Using SAS, Third Edition (Paperback, 3rd ed.): Kirk Paul Lafler Proc SQL - Beyond the Basics Using SAS, Third Edition (Paperback, 3rd ed.)
Kirk Paul Lafler
R1,497 Discovery Miles 14 970 Ships in 18 - 22 working days
Exponential Data Fitting and Its Applications (Paperback): Godela Scherer Exponential Data Fitting and Its Applications (Paperback)
Godela Scherer; Victor Pereyra
R2,447 Discovery Miles 24 470 Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Brewing in Seattle
Kurt Stream Hardcover R719 R638 Discovery Miles 6 380
CAD & Office Integration - OLE for…
Intergraph GmbH Hardcover R1,411 Discovery Miles 14 110
Computer Architecture in Industrial…
Lulu Wang, Liandong Yu Hardcover R3,065 Discovery Miles 30 650
Country House Brewing in England…
Pamela Sambrook Hardcover R3,175 Discovery Miles 31 750
Oklahoma Beer - A Handcrafted History
Brian Welzbacher Hardcover R802 Discovery Miles 8 020
Beer Pairing - The Essential Guide from…
Julia Herz, Gwen Conley Paperback R578 Discovery Miles 5 780
Home Beer Brewing - A Beginner's Guide…
Bruno Gordon Paperback R452 Discovery Miles 4 520
Hybrid Evolutionary Algorithms
Crina Grosan, Ajith Abraham, … Hardcover R4,073 Discovery Miles 40 730
The Beer Bible: Second Edition
Jeff Alworth Paperback R734 R548 Discovery Miles 5 480
Discovering AutoCAD 2017
Mark Dix, Paul Riley Paperback R2,324 Discovery Miles 23 240

 

Partners