The art of R programming [[electronic resource] ] : a tour of statistical software design / / by Norman Matloff |
Autore | Matloff Norman S |
Edizione | [1st edition] |
Pubbl/distr/stampa | San Francisco, : No Starch Press, 2011 |
Descrizione fisica | 1 online resource (404 p.) |
Disciplina | 519.50285/5133 |
Soggetto topico |
Statistics - Data processing
R (Computer program language) |
Soggetto genere / forma | Electronic books. |
ISBN | 1-59327-410-6 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Brief Contents; Contents in Detail; Acknowledgments; Introduction; Why Use R for Your Statistical Work?; Whom Is This Book For?; My Own Background; 1: Getting Started; 1.1 How to Run R; 1.2 A First R Session; 1.3 Introduction to Functions; 1.4 Preview of Some Important R Data Structures; 1.5 Extended Example: Regression Analysis of Exam Grades; 1.6 Startup and Shutdown; 1.7 Getting Help; 2: Vectors; 2.1 Scalars, Vectors, Arrays, and Matrices; 2.2 Declarations; 2.3 Recycling; 2.4 Common Vector Operations; 2.5 Using all() and any(); 2.6 Vectorized Operations; 2.7 NA and NULL Values
2.8 Filtering2.9 A Vectorized if-then-else: The ifelse() Function; 2.10 Testing Vector Equality; 2.11 Vector Element Names; 2.12 More on c(); 3: Matrices and Arrays; 3.1 Creating Matrices; 3.2 General Matrix Operations; 3.3 Applying Functions to Matrix Rows and Columns; 3.4 Adding and Deleting Matrix Rows and Columns; 3.5 More on the Vector/Matrix Distinction; 3.6 Avoiding Unintended Dimension Reduction; 3.7 Naming Matrix Rows and Columns; 3.8 Higher-Dimensional Arrays; 4: Lists; 4.1 Creating Lists; 4.2 General List Operations; 4.3 Accessing List Components and Values 4.4 Applying Functions to Lists4.5 Recursive Lists; 5: Data Frames; 5.1 Creating Data Frames; 5.2 Other Matrix-Like Operations; 5.3 Merging Data Frames; 5.4 Applying Functions to Data Frames; 6: Factors and Tables; 6.1 Factors and Levels; 6.2 Common Functions Used with Factors; 6.3 Working with Tables; 6.4 Other Factor- and Table-Related Functions; 7: R Programming Structures; 7.1 Control Statements; 7.2 Arithmetic and Boolean Operators and Values; 7.3 Default Values for Arguments; 7.4 Return Values; 7.5 Functions Are Objects; 7.6 Environment and Scope Issues; 7.7 No Pointers in R 7.8 Writing Upstairs7.9 Recursion; 7.10 Replacement Functions; 7.11 Tools for Composing Function Code; 7.12 Writing Your Own Binary Operations; 7.13 Anonymous Functions; 8: Doing Math and Simulations in R; 8.1 Math Functions; 8.2 Functions for Statistical Distributions; 8.3 Sorting; 8.4 Linear Algebra Operations on Vectors and Matrices; 8.5 Set Operations; 8.6 Simulation Programming in R; 9: Object-Oriented Programming; 9.1 S3 Classes; 9.2 S4 Classes; 9.3 S3 Versus S4; 9.4 Managing Your Objects; 10: Input/Output; 10.1 Accessing the Keyboard and Monitor; 10.2 Reading and Writing Files 10.3 Accessing the Internet11: String Manipulation; 11.1 An Overview of String-Manipulation Functions; 11.2 Regular Expressions; 11.3 Use of String Utilities in the edtdbg Debugging Tool; 12: Graphics; 12.1 Creating Graphs; 12.2 Customizing Graphs; 12.3 Saving Graphs to Files; 12.4 Creating Three-Dimensional Plots; 13: Debugging; 13.1 Fundamental Principles of Debugging; 13.2 Why Use a Debugging Tool?; 13.3 Using R Debugging Facilities; 13.4 Moving Up in the World: More Convenient DebuggingTools; 13.5 Ensuring Consistency in Debugging Simulation Code; 13.6 Syntax and Runtime Errors 13.7 Running GDB on R Itself |
Record Nr. | UNINA-9910461836203321 |
Matloff Norman S | ||
San Francisco, : No Starch Press, 2011 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
The art of R programming [[electronic resource] ] : a tour of statistical software design / / by Norman Matloff |
Autore | Matloff Norman S |
Edizione | [1st edition] |
Pubbl/distr/stampa | San Francisco, : No Starch Press, 2011 |
Descrizione fisica | 1 online resource (404 p.) |
Disciplina | 519.50285/5133 |
Soggetto topico |
Statistics - Data processing
R (Computer program language) |
ISBN | 1-59327-410-6 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Brief Contents; Contents in Detail; Acknowledgments; Introduction; Why Use R for Your Statistical Work?; Whom Is This Book For?; My Own Background; 1: Getting Started; 1.1 How to Run R; 1.2 A First R Session; 1.3 Introduction to Functions; 1.4 Preview of Some Important R Data Structures; 1.5 Extended Example: Regression Analysis of Exam Grades; 1.6 Startup and Shutdown; 1.7 Getting Help; 2: Vectors; 2.1 Scalars, Vectors, Arrays, and Matrices; 2.2 Declarations; 2.3 Recycling; 2.4 Common Vector Operations; 2.5 Using all() and any(); 2.6 Vectorized Operations; 2.7 NA and NULL Values
2.8 Filtering2.9 A Vectorized if-then-else: The ifelse() Function; 2.10 Testing Vector Equality; 2.11 Vector Element Names; 2.12 More on c(); 3: Matrices and Arrays; 3.1 Creating Matrices; 3.2 General Matrix Operations; 3.3 Applying Functions to Matrix Rows and Columns; 3.4 Adding and Deleting Matrix Rows and Columns; 3.5 More on the Vector/Matrix Distinction; 3.6 Avoiding Unintended Dimension Reduction; 3.7 Naming Matrix Rows and Columns; 3.8 Higher-Dimensional Arrays; 4: Lists; 4.1 Creating Lists; 4.2 General List Operations; 4.3 Accessing List Components and Values 4.4 Applying Functions to Lists4.5 Recursive Lists; 5: Data Frames; 5.1 Creating Data Frames; 5.2 Other Matrix-Like Operations; 5.3 Merging Data Frames; 5.4 Applying Functions to Data Frames; 6: Factors and Tables; 6.1 Factors and Levels; 6.2 Common Functions Used with Factors; 6.3 Working with Tables; 6.4 Other Factor- and Table-Related Functions; 7: R Programming Structures; 7.1 Control Statements; 7.2 Arithmetic and Boolean Operators and Values; 7.3 Default Values for Arguments; 7.4 Return Values; 7.5 Functions Are Objects; 7.6 Environment and Scope Issues; 7.7 No Pointers in R 7.8 Writing Upstairs7.9 Recursion; 7.10 Replacement Functions; 7.11 Tools for Composing Function Code; 7.12 Writing Your Own Binary Operations; 7.13 Anonymous Functions; 8: Doing Math and Simulations in R; 8.1 Math Functions; 8.2 Functions for Statistical Distributions; 8.3 Sorting; 8.4 Linear Algebra Operations on Vectors and Matrices; 8.5 Set Operations; 8.6 Simulation Programming in R; 9: Object-Oriented Programming; 9.1 S3 Classes; 9.2 S4 Classes; 9.3 S3 Versus S4; 9.4 Managing Your Objects; 10: Input/Output; 10.1 Accessing the Keyboard and Monitor; 10.2 Reading and Writing Files 10.3 Accessing the Internet11: String Manipulation; 11.1 An Overview of String-Manipulation Functions; 11.2 Regular Expressions; 11.3 Use of String Utilities in the edtdbg Debugging Tool; 12: Graphics; 12.1 Creating Graphs; 12.2 Customizing Graphs; 12.3 Saving Graphs to Files; 12.4 Creating Three-Dimensional Plots; 13: Debugging; 13.1 Fundamental Principles of Debugging; 13.2 Why Use a Debugging Tool?; 13.3 Using R Debugging Facilities; 13.4 Moving Up in the World: More Convenient DebuggingTools; 13.5 Ensuring Consistency in Debugging Simulation Code; 13.6 Syntax and Runtime Errors 13.7 Running GDB on R Itself |
Record Nr. | UNINA-9910789721903321 |
Matloff Norman S | ||
San Francisco, : No Starch Press, 2011 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
The art of R programming : a tour of statistical software design / / by Norman Matloff |
Autore | Matloff Norman S |
Edizione | [1st edition] |
Pubbl/distr/stampa | San Francisco, : No Starch Press, 2011 |
Descrizione fisica | 1 online resource (404 p.) |
Disciplina | 519.50285/5133 |
Soggetto topico |
Statistics - Data processing
R (Computer program language) |
ISBN |
9781593274108
1593274106 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Brief Contents; Contents in Detail; Acknowledgments; Introduction; Why Use R for Your Statistical Work?; Whom Is This Book For?; My Own Background; 1: Getting Started; 1.1 How to Run R; 1.2 A First R Session; 1.3 Introduction to Functions; 1.4 Preview of Some Important R Data Structures; 1.5 Extended Example: Regression Analysis of Exam Grades; 1.6 Startup and Shutdown; 1.7 Getting Help; 2: Vectors; 2.1 Scalars, Vectors, Arrays, and Matrices; 2.2 Declarations; 2.3 Recycling; 2.4 Common Vector Operations; 2.5 Using all() and any(); 2.6 Vectorized Operations; 2.7 NA and NULL Values
2.8 Filtering2.9 A Vectorized if-then-else: The ifelse() Function; 2.10 Testing Vector Equality; 2.11 Vector Element Names; 2.12 More on c(); 3: Matrices and Arrays; 3.1 Creating Matrices; 3.2 General Matrix Operations; 3.3 Applying Functions to Matrix Rows and Columns; 3.4 Adding and Deleting Matrix Rows and Columns; 3.5 More on the Vector/Matrix Distinction; 3.6 Avoiding Unintended Dimension Reduction; 3.7 Naming Matrix Rows and Columns; 3.8 Higher-Dimensional Arrays; 4: Lists; 4.1 Creating Lists; 4.2 General List Operations; 4.3 Accessing List Components and Values 4.4 Applying Functions to Lists4.5 Recursive Lists; 5: Data Frames; 5.1 Creating Data Frames; 5.2 Other Matrix-Like Operations; 5.3 Merging Data Frames; 5.4 Applying Functions to Data Frames; 6: Factors and Tables; 6.1 Factors and Levels; 6.2 Common Functions Used with Factors; 6.3 Working with Tables; 6.4 Other Factor- and Table-Related Functions; 7: R Programming Structures; 7.1 Control Statements; 7.2 Arithmetic and Boolean Operators and Values; 7.3 Default Values for Arguments; 7.4 Return Values; 7.5 Functions Are Objects; 7.6 Environment and Scope Issues; 7.7 No Pointers in R 7.8 Writing Upstairs7.9 Recursion; 7.10 Replacement Functions; 7.11 Tools for Composing Function Code; 7.12 Writing Your Own Binary Operations; 7.13 Anonymous Functions; 8: Doing Math and Simulations in R; 8.1 Math Functions; 8.2 Functions for Statistical Distributions; 8.3 Sorting; 8.4 Linear Algebra Operations on Vectors and Matrices; 8.5 Set Operations; 8.6 Simulation Programming in R; 9: Object-Oriented Programming; 9.1 S3 Classes; 9.2 S4 Classes; 9.3 S3 Versus S4; 9.4 Managing Your Objects; 10: Input/Output; 10.1 Accessing the Keyboard and Monitor; 10.2 Reading and Writing Files 10.3 Accessing the Internet11: String Manipulation; 11.1 An Overview of String-Manipulation Functions; 11.2 Regular Expressions; 11.3 Use of String Utilities in the edtdbg Debugging Tool; 12: Graphics; 12.1 Creating Graphs; 12.2 Customizing Graphs; 12.3 Saving Graphs to Files; 12.4 Creating Three-Dimensional Plots; 13: Debugging; 13.1 Fundamental Principles of Debugging; 13.2 Why Use a Debugging Tool?; 13.3 Using R Debugging Facilities; 13.4 Moving Up in the World: More Convenient DebuggingTools; 13.5 Ensuring Consistency in Debugging Simulation Code; 13.6 Syntax and Runtime Errors 13.7 Running GDB on R Itself |
Record Nr. | UNINA-9910820867703321 |
Matloff Norman S | ||
San Francisco, : No Starch Press, 2011 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Comparative approaches to using R and Python for statistical data analysis / / by Rui Sarmento and Vera Costa |
Autore | Sarmento Rui <1979-> |
Pubbl/distr/stampa | Hershey, Pennsylvania : , : IGI Global, , 2017 |
Descrizione fisica | PDFs (197 pages) : illustrations |
Disciplina | 519.50285/5133 |
Collana | Advances in Systems Analysis, Software Engineering, and High Performance Computing (ASASEHPC) Book Series |
Soggetto topico |
Mathematical statistics - Data processing
R (Computer program language) Python (Computer program language) |
Soggetto non controllato |
Clusters
Datasets Descriptive statistics Factor analysis Linear regression Matrices Programming installation Statistical inference |
ISBN |
9781522519898
9781683180166 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto | Statistics -- Introduction to programming R and Python languages -- Dataset -- Descriptive analysis -- Statistical inference -- Introduction to linear regression -- Factor analysis -- Clusters -- Discussion and conclusion. |
Record Nr. | UNINA-9910159446503321 |
Sarmento Rui <1979-> | ||
Hershey, Pennsylvania : , : IGI Global, , 2017 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Introduction to image processing using R : learning by examples / / Alejandro C. Frery, Talita Perciano |
Autore | Frery Alejandro C |
Edizione | [1st ed. 2013.] |
Pubbl/distr/stampa | London ; ; New York, : Springer, c2013 |
Descrizione fisica | 1 online resource (xv, 87 pages) : illustrations (some color) |
Disciplina |
519.50285
519.50285/5133 |
Altri autori (Persone) | PercianoTalita |
Collana | SpringerBriefs in Computer Science |
Soggetto topico |
R (Computer program language)
Image processing |
ISBN |
1-299-33601-9
1-4471-4950-5 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto | Definitions and Notation -- Image Data Formats and Color Representation -- Reading and Writing Images with R: Generating High Quality Output -- Contrast Manipulation -- Filters in the Image Domain -- Contrast Enhancement and Dimensionality Reduction by Principal. |
Record Nr. | UNINA-9910739472203321 |
Frery Alejandro C | ||
London ; ; New York, : Springer, c2013 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
The R book [[electronic resource] /] / Michael J. Crawley |
Autore | Crawley Michael J |
Edizione | [Second edition.] |
Pubbl/distr/stampa | Hoboken, N.J., : John Wiley & Sons Inc., 2013 |
Descrizione fisica | 1 online resource (1077 pages) |
Disciplina |
510.285536
519.50285/5133 519.502855133 |
Soggetto topico |
R (Computer program language)
Mathematical statistics - Data processing |
ISBN |
1-299-19028-6
1-118-44894-4 1-118-44896-0 1-118-44890-1 |
Classificazione | MAT029000 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto | Machine generated contents note: Preface vii 1 Getting Started 1 2 Essentials of the R Language 9 3 Data Input 97 4 Dataframes 107 5 Graphics 135 6 Tables 183 7 Mathematics 195 8 Classical Tests 279 9 Statistical Modelling 323 10 Regression 387 11 Analysis of Variance 449 12 Analysis of Covariance 489 13 Generalized Linear Models 511 14 Count Data 527 15 Count Data in Tables 549 16 Proportion Data 569 17 Binary Response Variables 593 18 Generalized Additive Models 611 19 Mixed-Effects Models 627 20 Non-linear Regression 661 21 Meta-analysis xxx 22 Bayesian statistics xxx 23 Tree Models 685 24 Time Series Analysis 701 25 Multivariate Statistics 731 26 Spatial Statistics 749 27 Survival Analysis 787 28 Simulation Models 811 29 Changing the Look of Graphics 827 References and Further Reading 873 Index 877s. |
Record Nr. | UNINA-9910133778603321 |
Crawley Michael J | ||
Hoboken, N.J., : John Wiley & Sons Inc., 2013 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
The R book / / Michael J. Crawley |
Autore | Crawley Michael J |
Edizione | [2nd ed.] |
Pubbl/distr/stampa | Hoboken, N.J., : John Wiley & Sons Inc., 2013 |
Descrizione fisica | 1 online resource (1077 pages) |
Disciplina | 519.50285/5133 |
Soggetto topico |
R (Computer program language)
Mathematical statistics - Data processing |
ISBN |
9781299190283
1299190286 9781118448946 1118448944 9781118448960 1118448960 9781118448908 1118448901 |
Classificazione | MAT029000 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto | Machine generated contents note: Preface vii 1 Getting Started 1 2 Essentials of the R Language 9 3 Data Input 97 4 Dataframes 107 5 Graphics 135 6 Tables 183 7 Mathematics 195 8 Classical Tests 279 9 Statistical Modelling 323 10 Regression 387 11 Analysis of Variance 449 12 Analysis of Covariance 489 13 Generalized Linear Models 511 14 Count Data 527 15 Count Data in Tables 549 16 Proportion Data 569 17 Binary Response Variables 593 18 Generalized Additive Models 611 19 Mixed-Effects Models 627 20 Non-linear Regression 661 21 Meta-analysis xxx 22 Bayesian statistics xxx 23 Tree Models 685 24 Time Series Analysis 701 25 Multivariate Statistics 731 26 Spatial Statistics 749 27 Survival Analysis 787 28 Simulation Models 811 29 Changing the Look of Graphics 827 References and Further Reading 873 Index 877s. |
Record Nr. | UNINA-9910877838503321 |
Crawley Michael J | ||
Hoboken, N.J., : John Wiley & Sons Inc., 2013 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Statistical data cleaning with applications in R / / Mark van der Loo, Edwin de Jonge |
Autore | Loo Mark van der <1976-> |
Edizione | [1st edition] |
Pubbl/distr/stampa | Hoboken, New Jersey : , : Wiley, , 2018 |
Descrizione fisica | 1 online resource (301 pages) : illustrations |
Disciplina | 519.50285/5133 |
Soggetto topico |
Statistics - Data processing
R (Computer program language) |
Soggetto genere / forma | Electronic books. |
ISBN |
1-118-89713-7
1-118-89714-5 1-118-89712-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910271040103321 |
Loo Mark van der <1976-> | ||
Hoboken, New Jersey : , : Wiley, , 2018 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Statistical data cleaning with applications in R / / Mark van der Loo, Edwin de Jonge |
Autore | Loo Mark van der <1976-> |
Edizione | [1st edition] |
Pubbl/distr/stampa | Hoboken, New Jersey : , : Wiley, , 2018 |
Descrizione fisica | 1 online resource (301 pages) : illustrations |
Disciplina | 519.50285/5133 |
Soggetto topico |
Statistics - Data processing
R (Computer program language) |
ISBN |
1-118-89713-7
1-118-89714-5 1-118-89712-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910829972003321 |
Loo Mark van der <1976-> | ||
Hoboken, New Jersey : , : Wiley, , 2018 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Statistical hypothesis testing with SAS and R / / Dirk Taeger, Sonja Kuhnt |
Autore | Taeger Dirk |
Pubbl/distr/stampa | [Hoboken, New Jersey] : , : John Wiley & Sons, Incorporation, , 2014 |
Descrizione fisica | 1 online resource (308 p.) |
Disciplina | 519.50285/5133 |
Soggetto topico |
Statistical hypothesis testing
SAS (Computer program language) R (Computer program language) |
ISBN |
1-118-76258-4
1-118-76260-6 |
Classificazione | MAT029000 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Cover; Title Page; Copyright; Contents; Preface; Part I Introduction; Chapter 1 Statistical hypothesis testing; 1.1 Theory of statistical hypothesis testing; 1.2 Testing statistical hypothesis with SAS and R; 1.2.1 Programming philosophy of SAS and R; 1.2.2 Testing in SAS and R-An example; 1.2.3 Calculating p-values; 1.3 Presentation of the statistical tests; References; Part II Normal Distribution; Chapter 2 Tests on the mean; 2.1 One-sample tests; 2.1.1 z-test; 2.1.2 t-test; 2.2 Two-sample tests; 2.2.1 Two-sample z-test; 2.2.2 Two-sample pooled t-test; 2.2.3 Welch test; 2.2.4 Paired z-test
2.2.5 Paired t-testReferences; Chapter 3 Tests on the variance; 3.1 One-sample tests; 3.1.1 x2-test on the variance (mean known); 3.1.2 x2-test on the variance (mean unknown); 3.2 Two-sample tests; 3.2.1 Two-sample F-test on variances of two populations; 3.2.2 t-test on variances of two dependent populations; References; Part III Binomial Distribution; Chapter 4 Tests on proportions; 4.1 One-sample tests; 4.1.1 Binomial test; 4.2 Two-sample tests; 4.2.1 z-test for the difference of two proportions (unpooled variances); 4.2.2 z-test for the equality between two proportions (pooled variances) 4.3 K-sample tests4.3.1 K-sample binomial test; References; Part IV Other Distributions; Chapter 5 Poisson distribution; 5.1 Tests on the Poisson parameter; 5.1.1 z-test on the Poisson parameter; 5.1.2 Exact test on the Poisson parameter; 5.1.3 z-test on the difference between two Poisson parameters; References; Chapter 6 Exponential distribution; 6.1 Test on the parameter of an exponential distribution; 6.1.1 z-test on the parameter of an exponential distribution; Reference; Part V Correlation; Chapter 7 Tests on association; 7.1 One-sample tests 7.1.1 Pearson's product moment correlation coefficient7.1.2 Spearman's rank correlation coefficient; 7.1.3 Partial correlation; 7.2 Two-sample tests; 7.2.1 z-test for two correlation coefficients (independent populations); References; Part VI Nonparametric Tests; Chapter 8 Tests on location; 8.1 One-sample tests; 8.1.1 Sign test; 8.1.2 Wilcoxon signed-rank test; 8.2 Two-sample tests; 8.2.1 Wilcoxon rank-sum test (Mann-Whitney U test); 8.2.2 Wilcoxon matched-pairs signed-rank test; 8.3 K-sample tests; 8.3.1 Kruskal-Wallis test; References; Chapter 9 Tests on scale difference 9.1 Two-sample tests9.1.1 Siegel-Tukey test; 9.1.2 Ansari-Bradley test; 9.1.3 Mood test; References; Chapter 10 Other tests; 10.1 Two-sample tests; 10.1.1 Kolmogorov-Smirnov two-sample test (Smirnov test); References; Part VII Goodness-of-Fit Tests; Chapter 11 Tests on normality; 11.1 Tests based on the EDF; 11.1.1 Kolmogorov-Smirnov test (Lilliefors test for normality); 11.1.2 Anderson-Darling test; 11.1.3 Cramér-von Mises test; 11.2 Tests not based on the EDF; 11.2.1 Shapiro-Wilk test; 11.2.2 Jarque-Bera test; References; Chapter 12 Tests on other distributions; 12.1 Tests based on the EDF 12.1.1 Kolmogorov-Smirnov test |
Record Nr. | UNINA-9910138965003321 |
Taeger Dirk | ||
[Hoboken, New Jersey] : , : John Wiley & Sons, Incorporation, , 2014 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|