Stats Tools Presentation
Stats Tools Presentation
Presentation
Dimensions of 1 Border
Info about the
broder in
the dataset
geography.
No of immigrants
Year Mexican
5 from Mexico
Only
alone.
Program 7 Cross Tabulation
Definition Interpretation Result
Descriptive statistics is a branch of statistics that
The describe function shows us the statistical data
deals with summarizing and describing the
of the dataset based on various statistical
characteristics of a data set. It provides
measures. Here, it has calculated the total count,
quantitative measures that help to describe the
mean, standard deviation, minimum and maximum
data in a meaningful way. The goal of descriptive
of each category, and its Quartiles.
statistics is to provide a summary of the data that
Code
Program 8 Imp Of Correlation
Definition Code Interpretation
The correlation function calculates the correlation
•Correlation is a statistical measure that indicates of each category/column against each other in the
the extent to which two or more variables fluctuate dataset. We can observe that 2000 and 2005 years
in relation to each other. has a high correlation in this dataset.
Result
Result
Program 11 Hypothesis for Comparision of Means
Definition Code
Hypothesis testing for comparison of means is a
statistical method used to determine if there is a
significant difference between the means of two or
more populations. In this type of hypothesis
testing, we compare the means of two or more
samples to see if they come from populations with
the same mean or different means
Interpretation
We can infer that there is evidence to suggest that
the eloping 2000 year and 2005 year are not equal.
Grp1 Mean: 6414
Grp2: 2230.4
T Value: 1.27
P Value: 0.27
Result
Program 12 Chi Sqaure Test
Defination Code Interpretation
•It is a statistical test used to determine whether Based on the results of the chi-square test for
there is a significant association between two independence, with a chi-square value of 75 and a
categorical variables. p-value of approximately 0.38, we can conclude
• that there is no significant relationship between
•It tests the null hypothesis that there is no the 2000 year and to Border Region.
relationship between the variables, and the
alternative hypothesis that there is a significant
relationship.
•If the Chi-square statistic is large enough and the
associated p-value is small enough (typically less
than 0.05), then we reject the null hypothesis and
Result
conclude that there is a significant relationship
between the variables.