36. Regressione: bontà d'adattamento

Ripetizioni Statistica
2 Nov 201714:04

Summary

TLDRThe transcript discusses the process of finding the regression line that represents the average dependence of y on x. It then explores evaluating the fit of this regression line to observed data through the concept of deviation of ypsilon, which is the sum of the squared differences between observed and mean values of y. The deviation is further broken down into regression deviation and error deviation. The script explains how to calculate the index of determination (R-squared) to assess the model's fit, which ranges from 0 to 1, indicating a perfect fit when equal to 1 and a poor fit when close to 0. The speaker also covers alternative methods for calculating regression deviation and provides examples to illustrate these concepts.

Takeaways

  • 📉 The regression line represents the average dependency of y on x.
  • 🔍 The goodness of fit for a regression line evaluates how well the model represents observed data.
  • ➗ Total deviance of y can be split into regression deviance and error deviance.
  • 📏 The coefficient of determination (R²) is used to assess the fit of the regression model.
  • 0️⃣ If R² is close to 0, the model is poor; if it’s 1, the model is perfect.
  • 🔺 Deviance of regression can be calculated with a simpler formula involving xy covariance.
  • 🧮 R² is the proportion of variability in y explained by x; in one example, it was 61%.
  • ⚠️ The model might explain only a part of the variability, with other factors influencing the rest.
  • 📊 In a weighted case, the deviance of regression is calculated differently but follows similar principles.
  • 🤔 A low R² suggests the model does not fit well, with much of the variability attributed to other factors.

Q & A

  • What is the purpose of the regression line in the context of the script?

    -The regression line, or the line of regression, is used to express the average dependency of the variable 'y' on the independent variable 'x'. It represents the trend of the relationship between the two variables.

  • How is the goodness of fit of the regression line assessed?

    -The goodness of fit is assessed by examining the deviation of 'ypsilon' (the dependent variable) from the mean of 'y'. This is broken down into two components: the regression deviation and the error deviation.

  • What does the regression deviation represent?

    -The regression deviation is the sum of the squared differences between the predicted values ('y hat') and the mean of 'y'. It measures how well the regression line fits the data points.

  • What is meant by the error deviation in the script?

    -The error deviation is the sum of the squared differences between the actual values of 'y' and the predicted values ('y hat'). It represents the part of the variation in 'y' that is not explained by the regression line.

  • How is the total deviation of 'ypsilon' calculated?

    -The total deviation of 'ypsilon' is calculated by summing the squared differences between each observed 'y' value and the overall mean of 'y'.

  • What is the significance of the determination index (R-squared) in the script?

    -The determination index, often denoted as R-squared, is a measure of how well the regression line fits the data. It is calculated as the ratio of the regression deviation to the total deviation of 'ypsilon'. It varies between 0 and 1, with values closer to 1 indicating a better fit.

  • What does an R-squared value of 0 indicate about the regression model?

    -An R-squared value of 0 indicates that the regression model is not suitable for representing the observed phenomenon, meaning the regression line does not fit the data at all.

  • How is the alternative formula for calculating the regression deviation used?

    -The alternative formula for calculating the regression deviation involves the product of the sum of the cross-deviations of 'x' and 'y' divided by the sum of the deviations of 'x'. This method can be more convenient when dealing with a large number of data points.

  • What is the interpretation of an R-squared value of 0.61 as mentioned in the script?

    -An R-squared value of 0.61 suggests that the linear relationship between 'y' (the dependent variable) and 'x' (the independent variable) explains 61% of the variability in 'y'. This indicates that the regression model fits the data reasonably well.

  • How does the script differentiate between the simple and weighted cases in regression analysis?

    -The script differentiates between the simple and weighted cases by adjusting the formulas for calculating the regression deviation and the determination index to account for the weights assigned to each data point in the weighted case.

  • What is the coefficient of correlation squared mentioned in the script?

    -The coefficient of correlation squared refers to the square of the Pearson correlation coefficient, which is used to measure the strength and direction of the linear relationship between two variables. In the context of regression analysis, it is equivalent to the R-squared value.

Outlines

00:00

📊 Understanding Regression Analysis

This paragraph introduces the concept of regression analysis, specifically focusing on the calculation of the regression line that represents the average dependency of 'y' on 'x'. It discusses the goodness of fit of the regression line, which is a measure of how well the regression line represents the observed phenomenon. The paragraph explains the concept of total deviation (devianza di ypsilon), which can be broken down into regression deviation (devianza di regressione) and error deviation (devianza d'errore). The regression deviation is calculated as the sum of the squared differences between the observed 'y' values and their mean, while the error deviation is the sum of the squared differences between the observed 'y' values and the values predicted by the regression line. The paragraph also describes how to visually represent these concepts using a scatter plot with the regression line and the mean line for 'y'.

05:02

🔢 Calculating the Coefficient of Determination

The second paragraph delves into the calculation of the coefficient of determination, often denoted as R-squared, which is a measure of how well the regression model fits the data. It explains that R-squared is calculated as the ratio of the regression deviation to the total deviation. The paragraph provides a step-by-step calculation of R-squared using both the full formula and a simplified version. It also discusses the interpretation of R-squared values, indicating that a value close to 1 suggests a perfect fit, while a value close to 0 indicates a poor fit. The paragraph concludes with an example calculation, demonstrating how to compute the R-squared value for a given dataset and interpret its meaning in the context of the linear relationship between 'y' (savings per year) and 'x' (number of family members).

10:07

📉 Exploring Weighted Regression and Alternative Calculation Methods

The third paragraph extends the discussion to weighted regression, where the data points have different weights, and introduces an alternative method for calculating the regression deviation. It explains the formula for the weighted regression coefficient and how to calculate the weighted regression deviation. The paragraph also covers the concept of the coefficient of correlation and its square, which is related to the coefficient of determination. It provides an example of how to calculate the regression deviation using the alternative formula, which involves the sum of the product of 'x' and 'y' values, divided by the deviation of 'x'. The paragraph concludes by emphasizing the importance of understanding different calculation methods for regression analysis and the interpretation of the coefficient of determination in the context of the linear relationship between 'y' (annual expenditure) and 'x' (annual income).

Mindmap

Keywords

💡Regression Line

The regression line, also known as the line of best fit, is a straight line that represents the average relationship between two variables. In the video, it is used to express the dependency of 'y' on 'x'. The regression line is calculated to minimize the distance between the observed values and the predicted values, which helps in understanding the trend of the data.

💡Goodness of Fit

Goodness of fit refers to how well a statistical model represents the observed data. In the context of the video, it is used to evaluate the effectiveness of the regression line in representing the observed phenomenon. The video discusses how to verify the goodness of fit by examining the deviation of 'y' from the regression line.

💡Deviance

Deviance, in the context of regression analysis, is a measure of how far the observed values are from the values predicted by the model. The video explains that the total deviance of 'y' can be decomposed into two parts: the regression deviance and the error deviance. This concept is crucial for understanding the model's accuracy.

💡Regression Deviance

Regression deviance is the part of the total deviance that is attributed to the regression model. It is calculated as the sum of the squared differences between the observed values and the values predicted by the regression line. The video uses this concept to illustrate how the regression line fits the data.

💡Error Deviance

Error deviance, also known as residual deviance, is the part of the total deviance that is not explained by the regression model. It represents the inherent variability in the data that the model does not account for. The video discusses how this is calculated and its significance in evaluating the model's performance.

💡Index of Determination (R-squared)

The index of determination, often denoted as R-squared, is a statistical measure that represents the proportion of the variance in the dependent variable that is predictable from the independent variable(s). The video explains how to calculate R-squared and interpret its value to assess the quality of the regression model.

💡Coefficient of Determination

The coefficient of determination is another term for the index of determination and is used interchangeably in the video. It is a key indicator of how well the regression model fits the data. A higher value indicates a better fit, while a lower value suggests that the model does not explain much of the variability in the data.

💡Residuals

Residuals are the differences between the observed values and the values predicted by the regression model. In the video, residuals are used to calculate the error deviance and are essential for diagnosing the fit of the regression model. The discussion of residuals helps in understanding the discrepancies between the model's predictions and the actual data.

💡Scatter Plot

A scatter plot is a type of plot that shows the relationship between two variables. In the video, a scatter plot is used to visualize the data points and the regression line, helping to illustrate the linear relationship between 'y' and 'x'. The scatter plot is a fundamental tool for regression analysis.

💡Weighted Deviance

Weighted deviance is a concept that extends the idea of deviance to situations where data points have different weights or importance. The video mentions this in the context of calculating deviance in a weighted regression model, which is a more advanced topic in statistical analysis.

💡Correlation Coefficient

The correlation coefficient is a measure of the strength and direction of the linear relationship between two variables. The video hints at the relationship between the index of determination and the square of the correlation coefficient, indicating that a higher correlation implies a better fit of the regression model.

Highlights

Exploring the function that expresses the regression line, which on average shows the dependence of y on x.

Verifying the goodness of fit of the regression line to determine its utility in representing the observed phenomenon.

Introducing the concept of deviation of epsilon (ε) as a measure to evaluate the regression line's fit.

Differentiating between the deviation of regression and the deviation of error in the context of epsilon's deviation.

Graphical representation of the dispersion graph with the regression line and the mean line for y.

Calculating the total deviation of ypsilon as the sum of squared differences from the mean of y.

Defining the regression deviation as the sum of squared differences between predicted and mean values of y.

Describing the error deviation as the sum of squared differences between observed and predicted values on the regression line.

Evaluating the model's fit to the data using the coefficient of determination (R-squared).

Interpreting the coefficient of determination in terms of the model's ability to represent the observed phenomenon.

Calculating the coefficient of determination using the formula involving total, regression, and error deviation.

Discussing the implications of an R-squared value close to 0 or 1 and its impact on the model's effectiveness.

Providing a step-by-step calculation of the coefficient of determination for a given dataset.

Comparing the calculated R-squared value to assess the model's fit and its practical implications.

Exploring an alternative formula for calculating the regression deviation and its practical use.

Discussing the weighted case for calculating the regression deviation and its significance.

Highlighting the importance of the coefficient of determination in understanding the model's explanatory power.

Explaining the relationship between the coefficient of correlation and the coefficient of determination.

Transcripts

play00:00

2 abbiamo visto come trovare la funzione

play00:03

che esprime la retta di regressione è

play00:04

quindi che esprime in media la

play00:07

dipendenza di y da ics ora verifichiamo

play00:10

la bontà di adattamento di questa retta

play00:12

di aggressione cioè verifichiamo se e

play00:15

quanto è utile questa retta di

play00:16

regressione a rappresentare il fenomeno

play00:19

osservato consideriamo la devianza di

play00:23

ypsilon che sarà uguale da sommato re

play00:25

delle elezioni in meno una media di y al

play00:27

quadrato

play00:27

questa devianza ti possiamo scomporre in

play00:30

due devianze alla devianza di

play00:31

regressione e la devianza terrore quindi

play00:33

la devianza di ypsilon sarà uguale a

play00:35

devianza di aggressioni più devianza

play00:36

d'errore la devianza di regressione è

play00:38

uguale la sommatoria delle azioni

play00:40

cappello meno y medio al quadrato

play00:43

la doglianza d'errore è uguale alla

play00:45

sommatoria delle elezioni meno y il

play00:47

cappello al quadrato

play00:50

quindi riprendiamo il grafico precedente

play00:53

quindi del caso semplice abbiamo il

play00:56

grafico di dispersione rappresentato

play00:58

dalla linea nera la retta di regressione

play00:59

rappresentata dalla rossa è questa linea

play01:02

blu che invece rappresenta la media di

play01:04

ypsilon che era uguale a 5 di 25 per cui

play01:08

la media di ypsilon è rappresentata come

play01:10

una linea una retta che è parallela

play01:14

all'asse delle ips dunque la devianza di

play01:17

ypsilon è data dalla sommatoria delle

play01:20

differenze tra la ypsilon i è la media

play01:22

generale di y al quadrato

play01:25

quindi è dato dalla sommatoria di queste

play01:28

distanze qui tra punto osservato

play01:30

edizioni alla media di y la somma di

play01:35

queste quattro distanze che sto

play01:39

indicando con il mouse al quadrato

play01:44

mi davate fidanzati y

play01:46

ovviamente la casa di ypsilon è uguale

play01:48

alla devianza di regressione più la

play01:49

devianza terrore per cui può essere

play01:51

scomposta come la somma delle distanze

play01:55

tra i punti teorici sulla retta di

play01:59

regressione è la media generale di y

play02:03

quindi la somma di queste quattro

play02:05

distanze al quadrato

play02:08

mi dà la devianza di aggressione

play02:12

la tendenza delle loro invece è dato

play02:14

dalla sommatoria delle distanze tra il

play02:17

valore osservato inizio è il valore

play02:19

teorico sulla retta di regressione

play02:24

quindi come possiamo vedere la devianza

play02:27

di ypsilon è uguale a pat alianza di

play02:30

repressione più la devianza terrore

play02:36

quindi detto questo valutiamo la bontà

play02:39

riadattamento del modello di regressione

play02:41

ai dati osservati attraverso l'indice di

play02:45

determinazione che viene spesso con r

play02:47

quadro che è uguale alla devianza di

play02:50

regressione tv isolate nyanza di y

play02:54

dato che devianza di ypsilon è uguale a

play02:56

davis di regressione più difese delle

play02:58

ore la devianza di regressione che può

play02:59

essere scritta in questo modo piazzati

play03:01

si sono meno devianza terrore per cui

play03:04

possiamo sostituire al numeratore

play03:07

tendenza di repressione con questa

play03:10

formula devianza di un meno devianza

play03:12

terrore avrò degli alzati y meno

play03:15

devianza terrore diviso devianza di y

play03:17

uguale degli altri e condiviso devianza

play03:20

di ypsilon che vuole a uno meno devianza

play03:23

per loro è diviso devianza di y ed è

play03:26

quadro varia tra 0 e 1 serve quadro ora

play03:32

zero allora significa che è il modello è

play03:34

pessimo cioè non è adatto a

play03:36

rappresentare il fenomeno osservato ad

play03:39

esempio questo è un caso in cui r4 si

play03:42

approssima 0 di uguale a 0,00 19 in

play03:45

questo caso infatti la retta di

play03:47

regressione non è adatta a rappresentare

play03:50

la dipendenza in media di y taix i fatti

play03:55

quel grafico ha degli alti e bassi per

play03:57

cui sarebbe impossibile rappresentarlo

play03:59

perfettamente con una retta

play04:01

quindi in questo caso il modello di

play04:04

regressione quindi la retta di

play04:05

regressione per modello si intende

play04:06

proprio una retta di repressione è

play04:08

pessimo quando era il quadro invece

play04:12

uguale a 1 il modello è perfetto quindi

play04:15

la resa di aggressione e passa

play04:16

esattamente

play04:17

per i valori osservati quindi le

play04:21

edizioni saranno uguali alla ypsilon

play04:23

cappello coni per cui la devianza di

play04:25

regressione sarà uguale alla terrazza di

play04:27

ypsilon e la devianza terrore sarà

play04:29

uguale a zero in quanto in questo caso

play04:32

non commettiamo nessun errore

play04:35

tracciando la retta di regressione

play04:39

vediamo come calcolare l'indice

play04:41

determinazione abbiamo il caso per caso

play04:47

considerato il caso che abbiamo visto in

play04:48

precedenza va da casa di ypsilon è data

play04:50

dalla formula semplice sommatoria delle

play04:52

elezioni meno la mente di siamo al

play04:54

quadrato

play04:54

faremo anche calcolarla con la formula

play04:56

ridotta e la stessa cosa quindi tre meno

play05:01

5 vivo 25 al quadrato

play05:03

più sei meno 5,25 quadrato più 5 meno

play05:08

5,25 quadrato più 7 meno 52 25 al

play05:12

quadrato è uguale a 8,75 la devianza di

play05:15

aggressioni invece potevo calcolare

play05:17

facendo un suo amato re delle opzioni

play05:18

cappello meno un amen ed y al quadrato

play05:22

male y il cappello non ce l'abbiamo e

play05:25

dobbiamo calcolarle come le calcoliamo

play05:27

le calcoliamo attraverso la formula

play05:29

della retta di regressione che ci siamo

play05:31

calcolati in precedenza quindi

play05:33

calcolando a e b quindi y un cappello

play05:39

sarà uguale a 2,5 più 1,13

play05:43

quindi 2,5 più lo devo a uno per uno e

play05:47

sarà 4 edicola se y2 cappello sarà

play05:50

uguale a dove vola 5 più 1 a 1 per i

play05:52

phone due quindi dovevo cinque più uno

play05:55

tipo 1 x 2 sarà 4,7 e quindi mi colgono

play05:59

in questo modo tutte le tutte e quattro

play06:01

le y cappello quindi faccio le

play06:05

differenze di ciascuna y cappello dalla

play06:07

media di y delle pole quadrato quindi

play06:09

3,6 meno 5,25 al quadrato più 4,7 meno

play06:16

5,25 al quadrato più 5,8 meno cinque dei

play06:21

25 al quadrato più 6,9 a meno 5 25 al

play06:25

quadrato o uguale a 6,05 di vito simmi

play06:31

05 per 82 75 e ottengo 0,61

play06:38

quindi riteniamo che il modello si

play06:40

adatta discretamente bene dati in quanto

play06:43

il valore

play06:44

r quadro non è né troppo vicino a uno è

play06:47

mai troppo vicino a zero per cui non è

play06:49

né un modello ottimo né un modello

play06:51

pessimo l'interpretazione da dare a

play06:56

questo risultato è che la relazione

play06:57

lineare di y quindi del risparmio anno

play07:02

con l'aics quindi con il numero

play07:04

componente della famiglia spiega il 61

play07:08

per cento della variabilità della

play07:11

ypsilon in quanto tutto viene rapportato

play07:14

alla devianza di y quindi della

play07:17

variabilità della ypsilon quindi della

play07:18

variabilità del risparmio anni quindi la

play07:21

relazione lineare del risparmio anno con

play07:23

il numero componente della famiglia

play07:24

spiega il 61 per cento della variabilità

play07:26

del risparmio anno si potrebbe dire

play07:29

anche che il modello di regressione

play07:30

spiega il 61 per cento della variabilità

play07:33

del risparmio anno vediamo una formula

play07:36

alternativa però per calcolare la

play07:38

devianza di regressione questa sarà

play07:41

uguale a colleganza di xy al quadrato

play07:43

diviso devianza tx se poi infatti usa

play07:48

questa che è più comoda è più pratica i

play07:51

fatti abbiamo visto nel caso precedente

play07:53

che per calcolare la devianza di

play07:55

aggressione con quella formula noi ci

play07:56

dobbiamo calcolare anche le y cappello e

play07:59

quindi i valori teorici y ma potrebbe

play08:03

capitare anche un caso in cui valore di

play08:05

teorici per calcolare siano davvero

play08:08

tanti possono essere addirittura 50 100

play08:10

per cui calcolare di tutti è un po

play08:15

difficoltoso sarebbe meglio infarti

play08:18

utilizzare sempre questa formula della

play08:20

devianza di regressione che ho fatto

play08:22

vedere quell'altro formula perché nel

play08:24

caso in cui il professore ti chieda come

play08:25

calcolare i valori teorici di y o come

play08:28

calcolare la devianza di regressioni in

play08:30

quell altro modo

play08:31

tu saprai rispondere però se tu a in

play08:33

questa scelta ai la scelta di una scelta

play08:36

libera su come calcolare la danza

play08:38

dell'aggressione

play08:39

usa questa formula che è più comoda

play08:41

in pratica sicuramente nel caso

play08:45

ponderato la tendenza di ypsilon è

play08:47

calcolata in questo modo sommatoria per

play08:49

ge che va da uno a erre delle y j meno

play08:52

una media di y quadrato ponderato però

play08:55

per le perle n punto j

play08:59

quindi la sommatoria in questo caso è

play09:03

perché che va da uno a erre

play09:07

per quanto riguarda invece la devianza

play09:09

di repressione sarà uguale a sommatoria

play09:11

per i che va da 1 a s della ypsilon icap

play09:14

nome non a metà di y al quadrato perenne

play09:16

il punto quindi la ypsilon cappello

play09:18

hanno sempre un indicatore sia per il

play09:20

caso semplice che per il caso ponderato

play09:22

però ovviamente queste sono solo formule

play09:25

teoriche come ti ho detto già in

play09:27

precedenza la devianza di regressione

play09:29

puoi anche calcolarla anche nel caso

play09:31

foderato in questo modo colleganza di xy

play09:33

quadrato diviso devianza dx tenendo

play09:35

conto ovviamente sempre delle formule

play09:37

ridotte della quotidiana della devianza

play09:40

anche nel caso ponderato quindi

play09:43

ponderate per le rispettive frequenze

play09:47

andiamo a vedere il caso ponderato

play09:49

quindi come calcolare la devianza di

play09:50

regressione se lavora quotidiana di xy

play09:53

mandato di miss ordinanza dx

play09:55

poi devo calcolare una devianza di y in

play09:57

questo modo con la formula ridotta

play09:58

sommato re per j che va da uno a erre

play10:01

delle y j a un quadrato per n punto j

play10:07

meno n per la media di y al quadrato la

play10:10

quadra di natixis non abbiamo già

play10:12

calcolato quando abbiamo calcolato il

play10:13

coefficiente angolare b per il caso

play10:15

ponderato ed è uguale a 94.600 39,33 la

play10:20

devianza dx è uguale a 199 1953 di all

play10:24

87 la maglia di y81 di 49 per cui la

play10:30

devianza di regressione sarà uguale

play10:31

all'acqua devianza dixit c'erano

play10:33

quadrato qui i 94mila 639 33 mo al

play10:36

quadrato diviso 199 mila 950 3,87 che

play10:41

sarebbe la devianza dx uguale a 40 4.793

play10:44

piccola 35 da notare che la devianza di

play10:47

regressione e ottenuta con la stessa

play10:49

formula del coefficiente angolare b

play10:51

cambia solo

play10:53

tanto che la co devianza di xy al

play10:55

numeratore è posta al quadrato l'ha

play11:00

deviata di inizio invece ottenuto in

play11:02

questo altro modo devo fare la

play11:03

sommatoria delle edizioni j al quadrato

play11:05

perenne punto g quindi y1 al quadrato 25

play11:10

quadrato per n punto 1 21 più y2 al

play11:15

quadrato 75 quadrato per l punto 2

play11:19

quindi 25 più 125 al quadrato per 31

play11:26

meno n 77 per la media di litio 81 vivo

play11:31

49 al quadrato ottengo un valore uguale

play11:34

a 126.000 797 vivo 25 quindi rapportiamo

play11:42

lo deve dire che sia una terminati

play11:44

ypsilon che sarà uguale a zero di coda

play11:45

tra i 53 per cui ne ricaviamo che la

play11:49

relazione lineare con il reddito anno

play11:52

spiega il 35 per cento della variabilità

play11:56

della spesa hanno quindi la relazione

play11:59

lineare della ypsilon con l'aics spiega

play12:03

il 35 per cento della variabilità della

play12:06

ypsilon il restante 64,7 per cento della

play12:11

variabilità di y qui nella spesa anno è

play12:14

spiegato o determinato dalla relazione

play12:17

con altri fattori diversi dal fenomeno

play12:20

hicks e quindi diversi dal reddito anno

play12:23

per cui la relazione della spesa anno

play12:26

con il reddito anno spiega 35,3 per

play12:29

cento della variabilità della spesa anno

play12:31

il restante 64,7 per cento della

play12:35

variabilità della spesa anno è spiegato

play12:38

dalla relazione con altri fattori che

play12:40

non abbiamo considerato quindi diversi

play12:42

dal reddito anno il modello non c è

play12:47

particolarmente utile in quanto non si

play12:49

adatta molto bene dati essendo l'indice

play12:52

determinazione un valore abbastanza

play12:54

basso

play12:56

abbiamo visto come calcolare quindi ora

play12:58

è 4 con la formula alternativa della

play13:01

degenza di regressione quindi potentati

play13:03

xy quadrato di vista devianza dx

play13:06

per cui abbiamo che il quadro è

play13:09

calcolato come quotidiana di xy cuadrado

play13:12

diviso devianza dx diviso devianza di y

play13:16

quindi uguale accoglienza di xy al

play13:19

quadrato diviso devianza tx per uno

play13:21

diviso di finanza di y quindi è uguale a

play13:26

quadri nati di xy cuadrado di vista di

play13:28

finanza dx per devianza di ypsilon è

play13:32

questo qui per chi lo conoscesse è il

play13:35

coefficiente di correlazione tra xy al

play13:38

quadrato che vedremo nel corso della

play13:40

lezione 7 quindi dalla prossima lezione

play13:42

questo per dire che se hai già calcolato

play13:47

il coefficiente di correlazione in un

play13:50

determinato esercizio e voi calcolati

play13:52

gli indici determinazione

play13:54

basta semplicemente elevare al quadrato

play13:56

il coefficiente di correlazione che ha

play13:58

appena calcolato però ovviamente tu non

play14:00

sei ancora cos'è il coefficiente di

play14:01

correlazione quindi ti rimando alla

play14:03

lezione 7

Rate This

5.0 / 5 (0 votes)

Related Tags
Regression AnalysisStatistical ModelingCoefficient of DeterminationData FitPredictive ModelingStatistical MethodsLinear RegressionData AnalysisMathematicsResearch Methods