Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

DESCRIPTIVE STATISTICS and EXPLORATORY ANALYSIS OF DATA with MATLAB

Posted By: AlenMiler
DESCRIPTIVE STATISTICS and EXPLORATORY ANALYSIS OF DATA with MATLAB

DESCRIPTIVE STATISTICS and EXPLORATORY ANALYSIS OF DATA with MATLAB by Karter J.
English | 13 Oct. 2016 | ISBN: 1539491765 | 105 Pages | AZW3/MOBI/EPUB/PDF | 3.42 MB

The aim of this book is to introduce the reader to the techniques of descriptive statistics and exploratory data analysis. Statistics Toolbox provides algorithms and tools for organizing, analyzing, and modeling data. You can use regression or classification for predictive modeling, generate random numbers for Monte Carlo simulations, use statistical plots for exploratory data analysis, and perform hypothesis tests. For analyzing multidimensional data, Statistics Toolbox includes algorithms that let you identify key variables that impact your model with sequential feature selection, transform your data with principal component analysis, apply regularization and shrinkage, or use partial least-squares regression.

Statistics Toolbox includes specialized data types for organizing and accessing heterogeneous data. Dataset arrays store numeric data, text, and metadata in a single data container. Built-in methods enable you to merge datasets using a common key (join), calculate summary statistics on grouped data, and convert between tall and wide data representations. Categorical arrays provide a memory-efficient data container for storing information drawn from a finite, discrete set of categories.