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-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-09-15
Statistics Lab Work 1
Introduction to R & R StudioR (also known as GNU S) is a programming language and software for statistical analysis and graphics. It was created by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand, and is now developed by the R Development Core Team, which includes Chambers. R is partially named after its creators (Robert Gentleman and Ross Ihaka) and partially as a play on the name S. R has become the de facto standard among statisticians for developing statisti...

2022-10-20
Statistics Lab Work 6
Box PlotA box plot (or boxplot), also known as a box-and-whisker diagram, is a graphical technique in descriptive statistics used to visually depict numerical data through five measures as follows: Minimum value (the smallest observation) First quartile (Q1), which cuts off the lowest 25% of the data Median (Q2), or the middle value Third quartile (Q3), which cuts off the highest 25% of the data Maximum value (the largest observation) HistogramA histogram is a type of statistical graph used...

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-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-09-22
Statistics Lab Work 2
Data TypesIn programming languages, data types are categories that define the nature of data based on the logical operations that can be performed on them. Data types can be divided into several categories, including Character, Numeric, and List types. There are also complex data types, such as Data Frames. In the R programming language, there are various data types that can be used for analysis. Additionally, data types in R share similarities with those in older programming languages, such ...
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


