Statistics Lab Work 5
Created|Updated|Lab Work
|Word Count:46|Reading Time:1mins|Post Views:
One-Sample Mean Test
Hypothesis testing regarding the mean can use the Normal distribution (commonly referred to as the Z-test) or the T distribution (commonly referred to as the t-test), depending on whether the population standard deviation (σ) is known or not.
MODULE
Author: Azhar Rizki Zulma
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Related Articles

2022-12-15
Statistics Lab Work 13
Wilcoxon Signed-Rank Test and Wilcoxon Rank-Sum TestThe Wilcoxon Signed-Rank Test (WSRT) is a part of non-parametric statistical tests that can be used for paired sample cases. Non-parametric statistics, also known as distribution-free statistics, do not require the assumption of a normal distribution for the population and can be used for small sample sizes. Null Hypothesis (H0): There is no difference in average performance between the two groups.Alternative Hypothesis (H1): There is a diff...

2022-12-08
Statistics Lab Work 12
Simple and Multiple Linear RegressionIn linear regression, we discuss the estimation or forecasting of a dependent variable Y using a known independent variable X. Multiple linear regression occurs when the dependent variable is connected to more than one independent variable. In this case, the resulting equation is known as a multiple linear regression equation. Here, we will limit our discussion to the case of two independent variables, X1 and X2. One measure of model goodness is the coeffi...

2022-12-01
Statistics Lab Work 11
Analysis of Variance (ANOVA)Analysis of variance (ANOVA) is a statistical technique used to test differences in means among more than two sample groups. ANOVA is actually divided into several types, including one-way ANOVA, two-way ANOVA, and three-way ANOVA. This session will focus solely on one-way ANOVA. The ANOVA technique is also used in experimental data analysis to examine the effects of one or multiple factors (independent variables) on a response variable (dependent variable). MODULE...

2022-09-29
Statistics Lab Work 3
Merge DataMerge Data is an operation that combines data from two data frames that have the same columns or rows. Data merging can be performed using the rbind() function for rows and cbind() for columns in the R programming language. Sort DataSort Data is an operation that arranges data in ascending order (from smallest to largest) or descending order (from largest to smallest). Data sorting can be done using the order() function in R. DatasetDownload Dataset MODULEDownload Module 3

2022-11-10
Statistics Lab Work 8
Data Exploration Using PythonHistograms are useful for providing an overview of the measures of central tendency and the symmetry of observed data. Another graphical presentation that can summarize more detailed information about the distribution of observed data values is Box and Whisker Plots, often referred to simply as BoxPlots. As the name suggests, Box and Whisker consists of a Box and whiskers. A box-plot or boxplot (also known as a box-and-whisker diagram) is a graphical representatio...

2022-11-24
Statistics Lab Work 10
Probability of Discrete Random Variables (Binomial Distribution)The binomial distribution can be used to calculate the probability of a discrete variable with the following characteristics: A total of n trials are conducted. Each trial results in only 2 possible outcomes, such as success or failure. The results of the trials must be independent. All probabilities must be the same for each trial. MODULEDownload Module 10
Comments

Azhar Rizki Zulma
Zulma's Blog is a personal blog for sharing my thoughts, stories, and ideas.
Follow MeAnnouncement
Yesterday is History, Today is Reality & Tomorrow is a Mystery
