STATISTICAL LABORATORY

3 CFU - 1° semestre

Docente titolare dell'insegnamento

ALESSANDRO ORTIS


Obiettivi formativi

AIMS AND SCOPE

The aim of the course is introduce the knowledge of the R language for statistical data analysis with special focus on descriptive statistics, probability distributions and statistical inference.

 

LEARNING OBJECTIVES

  1. Knowledge and understanding (Conoscenza e capacità di comprensione). The objectives aim at introducing the knowledge of the R language for statistical data analysis with special focus on descriptive statistics, probability distributions and statistical inference.
  2. Applying knowledge and understanding (Capacità di applicare conoscenza e comprensione). On completion. Students will be able to utilize the R language for: i) providing basic statistical analyses of data; ii) simulating data according to given probability distributions; iii) applying main methods of statistical inference.
  3. Making judgements (Autonomia di giudizio). On completion, students will able to extract knowledge from data through statistical analyses in R.
  4. Communication skills (Abilità comunicative). On completion, students will be able how to present the results from the statistical analyses, based on the use of the statistical software R.
  5. Learning skills (Capacità di apprendimento). On completion, students will able how to utilize the statistical software R for basic data analysis and modeling.

Modalità di svolgimento dell'insegnamento

Lectures and practical activities and data analysis in R.


Prerequisiti richiesti

Basics of linear algebra and statistics.



Frequenza lezioni

Mandatory.



Contenuti del corso

Use of the statistical software in R regarding:

Descriptive Statistics. Simple Statistical Distributions. Data tables. Frequency distributions. Main summary statistics: arithmetic mean, geometric mean, harmonic mean. Median and percentiles. Variance, standard deviation, relative variation. Graphical representations. Multiple Statistical Distributions. Contingency Tables. Joint distributions, marginal and conditional distributions. Covariance and correlation.

Probability. Random number generation and data modeling according to different probability distributions: uniform, binomial, Poisson, Gaussian.

Statistical inference. Sample distributions: Student-t, chi-square. Confidence estimation. Confidence level. Confidence bounds for means, variances, proportions. Hypothesis testing. Null hypotheses and alternative hypotheses. P-values. Statistical tests for means, variances, proportions, comparison of means, comparison of proportions.

Statistical models. The simple regression model. Goodness of fit. Residual analysis. Inference on the parameters of a linear regression model.



Testi di riferimento

Documents available on the web page of The R Project for Statistical Computing: https://www.r-project.org and other resources available on the web.


Altro materiale didattico

See https://www.dmi.unict.it/ortis/StatsLab/



Programmazione del corso

 ArgomentiRiferimenti testi
1Introduction to R, Basic Commands in R, Indexing Data, Matrices and Lists, Loading DataLecture Notes 
2Graphs, Data Types and Structures, Conditional Statements and Loops, Graphs and Data VisualizationLecture Notes 
3Mean, Median, Variance, standard deviation, quantiles, percentiles, interquartile distance, boxplot, outlier detectionLecture Notes 
4Functions in R, data filteringLecture Notes 
5Bivariate analysis, statistical inference, contingency table, joint probability, marginal probability, chi-squared test, t-test, linear regression.Lecture Notes 


Verifica dell'apprendimento


MODALITÀ DI VERIFICA DELL'APPRENDIMENTO

Practical activity and data analyis with R


ESEMPI DI DOMANDE E/O ESERCIZI FREQUENTI

Perform a univariate analysis considering the attribute X

Report the correlation matrix among the attributes considering 2 digits precision

Perform a Linear Regression analysis of the relationship between the two features X and Y with the variable Z. Report below the output of the summary() function applied on the linear regression model obtained using lm(). Then, comment the results.

Is the dataset balanced with respect to the attribute X?

Visualize the scatter plot considering the variables X and Y. Report below the code used to create the plot.




Apri in formato Pdf English version