51 Results for : resampling
-
Introductory Statistics and Analytics
Introductory Statistics and Analytics ab 60.99 € als epub eBook: A Resampling Perspective. Aus dem Bereich: eBooks, Fachthemen & Wissenschaft, Mathematik,- Shop: hugendubel
- Price: 60.99 EUR excl. shipping
-
Applied problems of digital image processing
Applied problems of digital image processing ab 39.99 € als Taschenbuch: Resampling of the raster image. Aus dem Bereich: Bücher, Ratgeber, Computer & Internet,- Shop: hugendubel
- Price: 39.99 EUR excl. shipping
-
Introduction to Probability and Statistics for Ecosystem Managers
Introduction to Probability and Statistics for Ecosystem Managers ab 71.99 € als epub eBook: Simulation and Resampling. Aus dem Bereich: eBooks, Fachthemen & Wissenschaft, Mathematik,- Shop: hugendubel
- Price: 71.99 EUR excl. shipping
-
Permutation Tests
Permutation Tests ab 85.49 € als pdf eBook: A Practical Guide to Resampling Methods for Testing Hypotheses. Aus dem Bereich: eBooks, Fachthemen & Wissenschaft, Medizin,- Shop: hugendubel
- Price: 85.49 EUR excl. shipping
-
Permutation Tests
Permutation Tests ab 85.49 € als pdf eBook: A Practical Guide to Resampling Methods for Testing Hypotheses. Aus dem Bereich: eBooks, Fachthemen & Wissenschaft, Medizin,- Shop: hugendubel
- Price: 85.49 EUR excl. shipping
-
Grundlagen der Datenanalyse mit R (eBook, PDF)
Dieses Buch liefert eine anwendungsorientierte Einführung in die Datenauswertung mit der freien Statistikumgebung R. Es behandelt deskriptive Auswertungen ebenso umfassend wie inferenzstatistische Analysen. Neben klassischen univariaten Verfahren berücksichtigt das Buch nonparametrische Tests, Resampling-Methoden und multivariate Statistik. Zudem deckt es die vielfältigen Möglichkeiten ab, Daten aufzubereiten und Diagramme zu erstellen. Die statistischen Verfahren werden anhand von Beispielen erläutert und an vielen Stellen mit Diagrammen illustriert. Das Buch richtet sich an alle, die R kennenlernen und in konkreten Aufgabenstellungen einsetzen möchten, ohne bereits über Vorerfahrungen mit befehlsgesteuerten Programmen oder Programmiersprachen zu verfügen. Für die fünfte Auflage wurde das Buch vollständig aktualisiert: Es bezieht sich nun auf die Version 4.0.0 von R, auch die Auswahl und Darstellung verwendeter Zusatzpakete wurde der dynamischen Entwicklung angepasst. Außerdem wurde insbesondere der Abschnitt zur Datenaufbereitung überarbeitet: Zur stärkeren Ausrichtung auf Data-Science-Anwendungen stellt er nun ausführlich das Paket dplyr vor, enthält eine erweiterte Darstellung von R-Markdown-Dokumenten und bespricht Hinweise zur Reproduzierbarkeit von Auswertungen.- Shop: buecher
- Price: 39.99 EUR excl. shipping
-
Statistics and Analysis of Scientific Data
This book is the third edition of a successful textbook for upper-undergraduate and early graduate students, which offers a solid foundation in probability theory and statistics and their application to physical sciences, engineering, biomedical sciences and related disciplines. It provides broad coverage ranging from conventional textbook content of probability theory, random variables, and their statistics, regression, and parameter estimation, to modern methods including Monte-Carlo Markov chains, resampling methods and low-count statistics.In addition to minor corrections and adjusting structure of the content, particular features in this new edition include: Python codes and machine-readable data for all examples, classic experiments, and exercises, which are now more accessible to students and instructors New chapters on low-count statistics including the Poisson-based Cash statistic for regression in the low-count regime, and on contingency tables and diagnostic testing. An additional example of classic experiments based on testing data for SARS-COV-2 to demonstrate practical applications of the described statistical methods. This edition inherits the main pedagogical method of earlier versions-a theory-then-application approach-where emphasis is placed first on a sound understanding of the underlying theory of a topic, which becomes the basis for an efficient and practical application of the materials. Basic calculus is used in some of the derivations, and no previous background in probability and statistics is required. The book includes many numerical tables of data as well as exercises and examples to aid the readers' understanding of the topic.- Shop: buecher
- Price: 98.20 EUR excl. shipping
-
An Introduction to Statistical Learning
An Introduction to Statistical Learning provides an accessible overview of the field of statistical learning, an essential toolset for making sense of the vast and complex data sets that have emerged in fields ranging from biology to finance to marketing to astrophysics in the past twenty years. This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree-based methods, support vector machines, clustering, deep learning, survival analysis, multiple testing, and more. Color graphics and real-world examples are used to illustrate the methods presented. Since the goal of this textbook is to facilitate the use of these statistical learning techniques by practitioners in science, industry, and other fields, each chapter contains a tutorial on implementing the analyses and methods presented in R, an extremely popular open source statistical software platform.Two of the authors co-wrote The Elements of Statistical Learning (Hastie, Tibshirani and Friedman, 2nd edition 2009), a popular reference book for statistics and machine learning researchers. An Introduction to Statistical Learning covers many of the same topics, but at a level accessible to a much broader audience. This book is targeted at statisticians and non-statisticians alike who wish to use cutting-edge statistical learning techniques to analyze their data. The text assumes only a previous course in linear regression and no knowledge of matrix algebra.This Second Edition features new chapters on deep learning, survival analysis, and multiple testing, as well as expanded treatments of naïve Bayes, generalized linear models, Bayesian additive regression trees, and matrix completion. R code has been updated throughout to ensure compatibility.- Shop: buecher
- Price: 65.99 EUR excl. shipping
-
R in Action, Third Edition: Data Analysis and Graphics with R and Tidyverse
R is the most powerful tool you can use for statistical analysis. This definitive guide smooths R's steep learning curve with practical solutions and real-world applications for commercial environments. In R in Action, Third Edition you will learn how to: Set up and install R and RStudio Clean, manage, and analyze data with R Use the ggplot2 package for graphs and visualizations Solve data management problems using R functions Fit and interpret regression models Test hypotheses and estimate confidence Simplify complex multivariate data with principal components and exploratory factor analysis Make predictions using time series forecasting Create dynamic reports and stunning visualizations Techniques for debugging programs and creating packages R in Action, Third Edition makes learning R quick and easy. That's why thousands of data scientists have chosen this guide to help them master the powerful language. Far from being a dry academic tome, every example you'll encounter in this book is relevant to scientific and business developers, and helps you solve common data challenges. R expert Rob Kabacoff takes you on a crash course in statistics, from dealing with messy and incomplete data to creating stunning visualizations. This revised and expanded third edition contains fresh coverage of the new tidyverse approach to data analysis and R's state-of-the-art graphing capabilities with the ggplot2 package. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Used daily by data scientists, researchers, and quants of all types, R is the gold standard for statistical data analysis. This free and open source language includes packages for everything from advanced data visualization to deep learning. Instantly comfortable for mathematically minded users, R easily handles practical problems without forcing you to think like a software engineer. About the book R in Action, Third Edition teaches you how to do statistical analysis and data visualization using R and its popular tidyverse packages. In it, you'll investigate real-world data challenges, including forecasting, data mining, and dynamic report writing. This revised third edition adds new coverage for graphing with ggplot2, along with examples for machine learning topics like clustering, classification, and time series analysis. What's inside Clean, manage, and analyze data Use the ggplot2 package for graphs and visualizations Techniques for debugging programs and creating packages A complete learning resource for R and tidyverse About the reader Requires basic math and statistics. No prior experience with R needed. About the author Dr. Robert I Kabacoff is a professor of quantitative analytics at Wesleyan University and a seasoned data scientist with more than 20 years of experience. Table of Contents PART 1 GETTING STARTED 1 Introduction to R 2 Creating a dataset 3 Basic data management 4 Getting started with graphs 5 Advanced data management PART 2 BASIC METHODS 6 Basic graphs 7 Basic statistics PART 3 INTERMEDIATE METHODS 8 Regression 9 Analysis of variance 10 Power analysis 11 Intermediate graphs 12 Resampling statistics and bootstrapping PART 4 ADVANCED METHODS 13 Generalized linear models 14 Principal components and factor analysis 15 Time series 16 Cluster analysis 17 Classification 18 Advanced methods for missing data PART 5 EXPANDING YOUR SKILLS 19 Advanced graphs 20 Advanced programming 21 Creating dynamic reports 22 Creating a package- Shop: buecher
- Price: 59.99 EUR excl. shipping
-
Introduction to Statistics Through Resampling Methods and R
Introduction to Statistics Through Resampling Methods and R: ab 52.99 €- Shop: ebook.de
- Price: 52.99 EUR excl. shipping