Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 4,912
- Biblia 3,292
- Història 2,476
- Església Catòlica 1,627
- Bíblia 1,431
- Moral cristiana 1,402
- Crítica e interpretación 1,325
- Filosofía 1,296
- Iglesia Católica 1,168
- Sermones 1,121
- Teología 1,117
- Teología dogmática 1,072
- Obres anteriors al 1800 1,053
- Derecho canónico 921
- Congressos 700
- Economía 637
- Derecho 601
- Litúrgia 597
- History 593
- Teologia moral 574
- Biografia 555
- Matemáticas 550
- Teologia 540
- Meditaciones 512
- Espiritualidad 499
- Filosofia 493
- Crítica i interpretació 483
- Medicina 468
- Materiales 464
- Dret canònic 453
-
1321Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgment -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Data Characteristics -- Questionnaire and its components -- Understanding the data characteristics in an R environment -- Experiments with uncertainty in computer science -- Installing and setting up R -- Using R packages -- RSADBE - the books R package -- Python installation and setup -- Using pip for packages -- IDEs for R and Python -- The companion code bundle -- Discrete distributions -- Discrete uniform distribution -- Binomial distribution -- Hypergeometric distribution -- Negative binomial distribution -- Poisson distribution -- Continuous distributions -- Uniform distribution -- Exponential distribution -- Normal distribution -- Summary -- Chapter 2: Import/Export Data -- Packages and settings - R and Python -- Understanding data.frame and other formats -- Constants, vectors, and matrices -- Time for action - understanding constants, vectors, and basic arithmetic -- What just happened? …”
Libro electrónico -
1322
-
1323Publicado 2020“…Machine Learning with R, the tidyverse, and mlr gets you started in machine learning using R Studio and the awesome mlr machine learning package. …”
Libro electrónico -
1324por Mohanty, Debajani. author“…Explore the entire R3 Corda ecosystem using theory, labs, and use cases. …”
Publicado 2019
Libro electrónico -
1325
-
1326
-
1327Publicado 2014“…A Practical Guide to Implementing Nonparametric and Rank-Based ProceduresNonparametric Statistical Methods Using R covers traditional nonparametric methods and rank-based analyses, including estimation and inference for models ranging from simple location models to general linear and nonlinear models for uncorrelated and correlated responses. …”
Libro electrónico -
1328
-
1329
-
1330Publicado 2011Tabla de Contenidos: “…Cover ; Title Page ; Copyright ; Contents ; Preface ; Acknowledgments ; List of Tables ; 1: INTRODUCTION ; 1.1 Historical Background ; 1.2 Definition and Relationship to the Delta Method and Other Resampling Methods ; 1.2.1 Jackknife ; 1.2.2 Delta Method ; 1.2.3 Cross Validation ; 1.2.4 Subsampling ; 1.3 Wide Range of Applications ; 1.4 The Bootstrap and the R Language System ; 1.5 Historical Notes ; 1.6 Exercises ; References ; 2: ESTIMATION; 2.1 Estimating Bias ; 2.1.1 Bootstrap Adjustment ; 2.1.2 Error Rate Estimation in Discriminant Analysis…”
Libro electrónico -
1331
-
1332
-
1333Publicado 2021Tabla de Contenidos: “…Intro -- An Introduction to the Volume -- About the Australia-India Council -- Oration 1: 1994 K.R. Narayanan Oration -- Reforming India's Tax Base for Economic Development -- Oration 2: 1995 K.R. …”
Libro electrónico -
1334por Haneda, ShokoTabla de Contenidos: “…Innovation output Chapter 4. R&D organizational structure Chapter 5. Staged R&D project management Chapter 6. …”
Publicado 2022
Libro electrónico -
1335Publicado 2018Tabla de Contenidos: “…COVER; Acknowledgements; Abbreviations and Signs; Author's Foreword; Introduction; The Dictionary of the Work of W. R. Bion; Bibliography…”
Libro electrónico -
1336Publicado 2022“…Designed for photographers who haven't memorized every button, dial, setting, and feature on their Sony a7R IV, Rocky Nook's handy and ultra-portable quick reference Pocket Guide helps you get the shot when you're out and about. • Confirm that your camera is set up properly with the pre-shoot checklist • Identify every button and dial on your camera • Learn the essential modes and settings you need to know • Dive deeper with additional features of your camera • Execute step-by-step instructions for shooting multiple exposures, in-camera HDR, time-lapse movies, and more • Follow tips and techniques for getting great shots in typical scenarios (portrait, landscape, freezing action, low light, etc.)…”
Libro electrónico -
1337Publicado 2013Tabla de Contenidos: “…Editorial Introduction -- Part A: Analytic Advances and Methodology -- Part B: Structure and Spatial Characteristics of R&D Networks -- Part C: Impact of R& D Networks and Policy Implications -- Epilogue…”
Libro electrónico -
1338
-
1339Publicado 2024Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Where and How to Use R and Python Scripts in Power BI -- Technical requirements -- Injecting R or Python scripts into Power BI -- Data loading -- Data transformation -- Data visualization -- Using R and Python to interact with your data -- Python and R compatibility across Power BI products -- Summary -- Test your knowledge -- Chapter 2: Configuring R with Power BI -- Technical requirements -- The available R engines -- The CRAN R distribution -- The Microsoft R Open distribution and MRAN -- Multi-threading in MRO -- Choosing an R engine to install -- The R engines used by Power BI -- Installing the suggested R engines -- The R engine for data transformation -- The R engine for R script visuals on the Power BI service -- What to do when the Power BI service upgrades the R engine -- Installing an IDE for R development -- Installing RStudio -- Installing RTools -- Linking Intel's MKL to R -- Configuring Power BI Desktop to work with R -- Debugging an R script visual -- Configuring the Power BI service to work with R -- Installing the on-premises data gateway in personal mode -- Sharing reports that use R scripts in the Power BI service -- R script visuals limitations -- Summary -- Test your knowledge -- Chapter 3: Configuring Python with Power BI -- Technical requirements -- The available Python engines -- Choosing a Python engine to install -- The Python engines used by Power BI -- Installing the suggested Python engines -- The Python engine for data transformation -- Creating an environment for data transformations using pip -- Creating an optimized environment for data transformations using conda -- Creating an environment for Python script visuals on the Power BI service -- What to do when the Power BI service upgrades the Python engine…”
Libro electrónico -
1340por Schmuller, JosephTabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Where to Go from Here -- Chapter 1 Data, Statistics, and Decisions -- The Statistical (and Related) Notions You Just Have to Know -- Samples and populations -- Variables: Dependent and independent -- Types of data -- A little probability -- Inferential Statistics: Testing Hypotheses -- Null and alternative hypotheses -- Two types of error -- Chapter 2 Introducing R -- Downloading R and RStudio -- A Session with R -- The working directory -- So let's get started, already -- Missing data -- R Functions -- User-Defined Functions -- R Structures -- Vectors -- Numerical vectors -- Matrices -- Factors -- Lists -- Lists and statistics -- Data frames -- Extracting data from a data frame -- for Loops and if Statements -- Chapter 3 Digging Deeper Into R -- Packages -- More on Packages -- R Formulas -- Reading and Writing -- Spreadsheets -- CSV files -- Text files -- Chapter 4 Finding Your Center -- Means: The Lure of Averages -- The Average in R: mean() -- What's your condition? …”
Publicado 2024
Libro electrónico