Statistical computing with R:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton ; London ; New York
CRC Press (Taylor & Francis Group)
[2019]
|
Ausgabe: | Second edition |
Schriftenreihe: | Chapman & Hall / CRC The R series
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | xiv, 474 Seiten Illustrationen, Diagramme |
ISBN: | 9781466553323 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV043025525 | ||
003 | DE-604 | ||
005 | 20190529 | ||
007 | t | ||
008 | 151120s2019 xxua||| |||| 00||| eng d | ||
020 | |a 9781466553323 |c Hardback |9 978-1-4665-5332-3 | ||
035 | |a (OCoLC)1096350587 | ||
035 | |a (DE-599)BVBBV043025525 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-739 |a DE-706 |a DE-19 |a DE-91G | ||
050 | 0 | |a QA276.45.R3 | |
082 | 0 | |a 519.50285/5133 | |
084 | |a QH 231 |0 (DE-625)141546: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a MAT 620f |2 stub | ||
084 | |a DAT 368f |2 stub | ||
100 | 1 | |a Rizzo, Maria L. |e Verfasser |0 (DE-588)1089584350 |4 aut | |
245 | 1 | 0 | |a Statistical computing with R |c Maria L. Rizzo |
250 | |a Second edition | ||
264 | 1 | |a Boca Raton ; London ; New York |b CRC Press (Taylor & Francis Group) |c [2019] | |
300 | |a xiv, 474 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Chapman & Hall / CRC The R series | |
650 | 7 | |a Dataprocessing |2 gtt | |
650 | 4 | |a Estadística matemática | |
650 | 7 | |a Programmeertalen |2 gtt | |
650 | 7 | |a R (computerprogramma) |2 gtt | |
650 | 7 | |a Statistiek |2 gtt | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Statistik | |
650 | 4 | |a Mathematical statistics |x Data processing | |
650 | 4 | |a Statistics |x Data processing | |
650 | 4 | |a R (Computer program language) | |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Statistische Analyse |0 (DE-588)4116599-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Statistische Analyse |0 (DE-588)4116599-8 |D s |
689 | 0 | 1 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-4665-5333-0 |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028450217&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-028450217 |
Datensatz im Suchindex
_version_ | 1804175378513657856 |
---|---|
adam_text | Contents Preface to the Second Edition Preface to the First Edition 1 Introduction 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 Statistical Computing............................................................... The R Environment .................................................................. Getting Started with R and RStudio .................................... Basic Syntax.............................................................................. Using the R Online Help System............................................. Distributions and Statistical Tests ........................................... Functions.................................................................................... Arrays, Data Frames, and Lists ............................................. Formula Specification ............................................................... Graphics .................................................................................... Introduction to ggplot ............................................................ Workspace and Files.................................................................. 1.12.1 The Working Directory ................................................ 1.12.2 Reading Data from External Files .............................. 1.12.3 Importing/Exporting .csv Files.................................... 1.13 Using Scripts.............................................................................. 1.14 Using Packages........................................................................... 1.15 Using R Markdown and
knitr................................................... 2 Probability and Statistics Review 2.1 Random Variables and Probability.......................................... 2.2 Some Discrete Distributions ................................................... 2.3 Some Continuous Distributions................................................ 2.4 Multivariate Normal Distribution .......................................... 2.5 Limit Theorems ........................................................................ 2.6 Statistics .................................................................................... 2.7 Bayes’ Theorem and Bayesian Statistics................................. 2.8 Markov Chains ........................................................................ xi xiii 1 1 3 5 7 9 11 12 13 20 20 23 26 28 28 31 32 33 33 37 37 42 45 49 50 51 55 57 v
vi Contents 3 Methods for Generating RandomVariables 3.1 Introduction .............................................................................. 3.2 The Inverse Transform Method................................................ 3.2.1 Inverse Transform Method, Continuous Case............ 3.2.2 Inverse Transform Method, Discrete Case.................. 3.3 The Acceptance-Rejection Method.......................................... 3.4 Transformation Methods ......................................................... 3.5 Sums and Mixtures .................................................................. 3.6 Multivariate Distributions ...................................................... 3.6.1 Multivariate Normal Distribution................................. 3.6.2 Mixtures of Multivariate Normals................................. 3.6.3 Wishart Distribution...................................................... 3.6.4 Uniform Distribution on the d-Sphere........................ Exercises ............................................................................................. 4 Generating Random Processes 4.1 Stochastic Processes.................................................................. 4.1.1 Poisson Processes............................................................ 4.1.2 Renewal Processes......................................................... 4.1.3 Symmetric Random Walk............................................. 4.2 Brownian Motion ..................................................................... Exercises
............................................................................................. 5 Visualization of Multivariate Data 5.1 Introduction .............................................................................. 5.2 Panel Displays ........................................................................... 5.3 Correlation Plots........................................................................ 5.4 Surface Plots and 3D Scatter Plots ....................................... 5.4.1 Surface Plots.................................................................. 5.4.2 Three-dimensional Scatterplot .................................... 5.5 Contour Plots ........................................................................... 5.6 Other 2D Representations of Data.......................................... 5.6.1 Andrews Curves............................................................ 5.6.2 Parallel Coordinate Plots............................................. 5.6.3 Segments, Stars, and Other Representations............... 5.7 Principal Components Analysis ............................................. 5.8 Other Approaches to Data Visualization .............................. 5.9 Additional Resources ............................................................... Exercises ............................................................................................ Contents 61 61 63 64 65 69 71 75 83 83 90 92 93 96 99 99 99 104 105 109 112 115 115 115 118 120 121 124 126 129 129 132 133 135 141 143 143 6 Monte Carlo Integration and Variance Reduction 6.1 Introduction
.............................................................................. 6.2 Monte Carlo Integration ......................................................... 6.2.1 Simple Monte Carlo Estimator.................................... 6.2.2 Variance and Efficiency................................................ 6.3 Variance Reduction .................................................................. 6.4 Antithetic Variables.................................................................. 6.5 Control Variates ........................................................................ 6.5.1 Antithetic Variate as Control Variate........................... 6.5.2 Several Control Variates................................................ 6.5.3 Control Variates and Regression ............................... 6.6 Importance Sampling ............................................................... 6.7 Stratified Sampling .................................................................. 6.8 Stratified Importance Sampling ............................................. Exercises ............................................................................................. R Code ................................................................................................ 7 Monte Carlo Methods in Inference 7.1 Introduction .............................................................................. 7.2 Monte Carlo Methods for Estimation .................................... 7.2.1 Monte Carlo Estimation and Standard Error............ 7.2.2 Estimation of
MSE......................................................... 7.2.3 Estimating a Confidence Level .................................... 7.3 Monte Carlo Methods for Hypothesis Tests ........................... 7.3.1 Empirical Type I Error Rate....................................... 7.3.2 Power of a Test............................................................... 7.3.3 Power Comparisons ...................................................... 7.4 Application: “Count Five” Test for Equal Variance............... Exercises ............................................................................................. 8 Bootstrap and Jackknife 8.1 The Bootstrap ........................................................................... 8.1.1 Bootstrap Estimation of Standard Error..................... 8.1.2 Bootstrap Estimation of Bias....................................... 8.2 The Jackknife ........................................................................... 8.3 Bootstrap Confidence Intervals................................................ 8.3.1 The Standard Normal BootstrapConfidence Interval . 8.3.2 The Basic Bootstrap Confidence Interval..................... 8.3.3 The Percentile Bootstrap Confidence Interval............ 8.3.4 The Bootstrap t Interval................................................ 8.4 Better Bootstrap Confidence Intervals.................................... 8.5 Application: Cross Validation................................................... vii 147 147 147 148 152 154 155 159 162 163 163 168 173 176 178 181 183 183 184 184 185 188 192 193 197 200 204 209
213 213 215 217 220 224 224 225 226 228 231 235
viii Contents Contents Exercises ................................................................................................ 9 Resampling Applications 9.1 9.2 Jackknife-after-Bootstrap........................................................... Resampling for Regression Models........................................... 9.2.1 Resampling Cases ........................................................... 9.2.2 Resampling Errors (Model Based) ............................... 9.3 Influence ....................................................................................... 9.3.1 Empirical Influence Values for a Statistic................... 9.3.2 Jackknife-after-Bootstrap Plots..................................... Exercises ................................................................................................ 10 Permutation Tests 10.1 Introduction ................................................................................. 10.2 Tests for Equal Distributions..................................................... 10.3 Multivariate Tests for Equal Distributions ............................ 10.3.1 Nearest Neighbor Tests .................................................. 10.3.2 Energy Test for Equal Distributions............................ 10.4 Application: Distance Correlation ........................................... Exercises ................................................................................................ 11 Markov Chain Monte Carlo Methods 239 243 243 246 250 254 260 260 261 263 265 265 269 272 273 281 287 294 12 Probability Density Estimation
12.1 Univariate Density Estimation .................................................. 12.1.1 Histograms........................................................................ 12.1.2 Frequency Polygon Density Estimate............................ 12.1.3 The Averaged Shifted Histogram.................................. 12.2 Kernel Density Estimation ........................................................ 12.3 Bivariate and Multivariate Density Estimation...................... 12.3.1 Bivariate Frequency Polygon........................................ 12.3.2 Bivariate ASH................................................................. 12.3.3 Multidimensional Kernel Methods............................... 12.4 Other Methods of Density Estimation..................................... Exercises ................................................................................................ R Code.................................................................................................... 13 Introduction to Numerical Methods in R 13.1 Introduction ................................................................................. 13.2 Root-finding in One Dimension ............................................... 13.3 Numerical Integration................................................................. 13.4 Maximum Likelihood Problems.................................................. 13.5 Application: Evaluating an Expected Value............................ Exercises ................................................................................................ 337 337 338 345
347 351 361 361 364 366 369 370 373 375 375 383 386 391 394 398 297 14 Optimization 11.1 Introduction ................................................................................. 11.1.1 Integration Problems in BayesianInference................. 11.1.2 Markov Chain MonteCarlo Integration....................... 11.2 The Metropolis-Hastings Algorithm ......................................... 11.2.1 Metropolis-Hastings Sampler........................................ 11.2.2 The Metropolis Sampler.................................................. 11.2.3 Random Walk Metropolis............................................... 11.2.4 The Independence Sampler........................................... 11.3 The Gibbs Sampler .................................................................... 11.4 Monitoring Convergence ........................................................... 11.4.1 Why Monitor Convergence ........................................... 11.4.2 Methods for Monitoring Convergence............................ 11.4.3 The Gelman-Rubin Method............................................ 11.5 Application: Change Point Analysis ........................................ Exercises ................................................................................................ R Code................................................................................................... ix 297 297 298 299 300 310 310 316 318 322 322 323 323 327 333 335 14.1 Introduction ................................................................................. 14.2 One-dimensional Optimization
.................................................. 14.3 Maximum Likelihood Estimation with mie ............................ 14.4 Two-dimensional Optimization.................................................. 14.5 The EM Algorithm .................................................................... 14.6 Linear Programming - The Simplex Method ......................... 14.7 Application: Game Theory ........................................................ Exercises ................................................................................................ 15 Programming Topics 15.1 Introduction ................................................................................. 15.2 Benchmarking: Comparing the Execution Time of Code . . . 15.2.1 Using the microbenchmark Package ............................ 15.2.2 Using the rbenchmark Package..................................... 15.3 Profiling ....................................................................................... 15.4 Object Size, Attributes, and Equality ..................................... 15.4.1 Object Size........................................................................ 15.4.2 Attributes of Objects........................................................ 401 401 402 403 405 409 411 413 417 419 419 419 420 423 425 427 427 428
x Contents 15.4.3 Comparing Objects for Equality ................................. 15.5 Finding Source Code ............................................................... 15.5.1 Finding R FunctionCode.............................................. 15.5.2 Methods........................................................................... 15.5.3 Methods and Functionsin Packages............................ 15.5.4 Compiled Code............................................................... 15.6 Linking C/C++ Code Using Repp.......................................... 15.7 Application: Baseball Data ...................................................... Exercises ............................................................................................ 429 430 430 431 432 433 434 438 442 Notation 445 Bibliography 447 Index 469
|
any_adam_object | 1 |
author | Rizzo, Maria L. |
author_GND | (DE-588)1089584350 |
author_facet | Rizzo, Maria L. |
author_role | aut |
author_sort | Rizzo, Maria L. |
author_variant | m l r ml mlr |
building | Verbundindex |
bvnumber | BV043025525 |
callnumber-first | Q - Science |
callnumber-label | QA276 |
callnumber-raw | QA276.45.R3 |
callnumber-search | QA276.45.R3 |
callnumber-sort | QA 3276.45 R3 |
callnumber-subject | QA - Mathematics |
classification_rvk | QH 231 ST 250 ST 601 |
classification_tum | MAT 620f DAT 368f |
ctrlnum | (OCoLC)1096350587 (DE-599)BVBBV043025525 |
dewey-full | 519.50285/5133 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 519 - Probabilities and applied mathematics |
dewey-raw | 519.50285/5133 |
dewey-search | 519.50285/5133 |
dewey-sort | 3519.50285 45133 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Mathematik Wirtschaftswissenschaften |
edition | Second edition |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02192nam a2200577 c 4500</leader><controlfield tag="001">BV043025525</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20190529 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">151120s2019 xxua||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781466553323</subfield><subfield code="c">Hardback</subfield><subfield code="9">978-1-4665-5332-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1096350587</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043025525</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-91G</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA276.45.R3</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">519.50285/5133</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 231</subfield><subfield code="0">(DE-625)141546:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 620f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 368f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Rizzo, Maria L.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1089584350</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Statistical computing with R</subfield><subfield code="c">Maria L. Rizzo</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton ; London ; New York</subfield><subfield code="b">CRC Press (Taylor & Francis Group)</subfield><subfield code="c">[2019]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xiv, 474 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Chapman & Hall / CRC The R series</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Dataprocessing</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Estadística matemática</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmeertalen</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">R (computerprogramma)</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Statistiek</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Statistik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematical statistics</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Statistics</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">R (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Statistische Analyse</subfield><subfield code="0">(DE-588)4116599-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Statistische Analyse</subfield><subfield code="0">(DE-588)4116599-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-4665-5333-0</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028450217&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028450217</subfield></datafield></record></collection> |
id | DE-604.BV043025525 |
illustrated | Illustrated |
indexdate | 2024-07-10T07:15:20Z |
institution | BVB |
isbn | 9781466553323 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028450217 |
oclc_num | 1096350587 |
open_access_boolean | |
owner | DE-739 DE-706 DE-19 DE-BY-UBM DE-91G DE-BY-TUM |
owner_facet | DE-739 DE-706 DE-19 DE-BY-UBM DE-91G DE-BY-TUM |
physical | xiv, 474 Seiten Illustrationen, Diagramme |
publishDate | 2019 |
publishDateSearch | 2019 |
publishDateSort | 2019 |
publisher | CRC Press (Taylor & Francis Group) |
record_format | marc |
series2 | Chapman & Hall / CRC The R series |
spelling | Rizzo, Maria L. Verfasser (DE-588)1089584350 aut Statistical computing with R Maria L. Rizzo Second edition Boca Raton ; London ; New York CRC Press (Taylor & Francis Group) [2019] xiv, 474 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier Chapman & Hall / CRC The R series Dataprocessing gtt Estadística matemática Programmeertalen gtt R (computerprogramma) gtt Statistiek gtt Datenverarbeitung Statistik Mathematical statistics Data processing Statistics Data processing R (Computer program language) R Programm (DE-588)4705956-4 gnd rswk-swf Statistische Analyse (DE-588)4116599-8 gnd rswk-swf Statistische Analyse (DE-588)4116599-8 s R Programm (DE-588)4705956-4 s DE-604 Erscheint auch als Online-Ausgabe 978-1-4665-5333-0 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028450217&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Rizzo, Maria L. Statistical computing with R Dataprocessing gtt Estadística matemática Programmeertalen gtt R (computerprogramma) gtt Statistiek gtt Datenverarbeitung Statistik Mathematical statistics Data processing Statistics Data processing R (Computer program language) R Programm (DE-588)4705956-4 gnd Statistische Analyse (DE-588)4116599-8 gnd |
subject_GND | (DE-588)4705956-4 (DE-588)4116599-8 |
title | Statistical computing with R |
title_auth | Statistical computing with R |
title_exact_search | Statistical computing with R |
title_full | Statistical computing with R Maria L. Rizzo |
title_fullStr | Statistical computing with R Maria L. Rizzo |
title_full_unstemmed | Statistical computing with R Maria L. Rizzo |
title_short | Statistical computing with R |
title_sort | statistical computing with r |
topic | Dataprocessing gtt Estadística matemática Programmeertalen gtt R (computerprogramma) gtt Statistiek gtt Datenverarbeitung Statistik Mathematical statistics Data processing Statistics Data processing R (Computer program language) R Programm (DE-588)4705956-4 gnd Statistische Analyse (DE-588)4116599-8 gnd |
topic_facet | Dataprocessing Estadística matemática Programmeertalen R (computerprogramma) Statistiek Datenverarbeitung Statistik Mathematical statistics Data processing Statistics Data processing R (Computer program language) R Programm Statistische Analyse |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028450217&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT rizzomarial statisticalcomputingwithr |