Exam 1

  1. Metainformation

    Tag Value
    fileDescriptive-statistics_uva-correlation-579-en_uva-correlation-579-en
    nameuva-correlation-579-en
    sectionDescriptive statistics/Summary Statistics/Bivariate statistics/Correlation
    typeschoice
    solutionFALSE, FALSE, TRUE, FALSE
    TypeCalculation
    LanguageEnglish
    LevelStatistical Literacy

    Question

    Calculate the Pearson correlation coefficient, if given


    1. FALSE: -0.57
    2. FALSE: -0.36
    3. TRUE: 0.78
    4. FALSE: 1

    Solution

    To calculate the Pearson correlation coefficient, we need not only the means and standard deviations of the two variables, but also the covariance between them. Here is the formula we will use:

    r=cov(X,Y)σXσYr = \frac{\text{cov}(X, Y)}{\sigma_X \sigma_Y}

    in which: - rr the Pearson correlation coefficient is. - cov(X,Y)\text{cov}(X, Y) the covariance between XX and YY is. - $$sigma_X$ is the standard deviation of $X$ is. - $$sigma_Y$ the standard deviation of YY is.


    1. 0.57: Incorrect
    2. 0.36: Incorrect
    3. 0.78: Correct
    4. 1: Incorrect