Statistics Lab Work 10
Created|Updated|Lab Work
|Word Count:65|Reading Time:1mins|Post Views:
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.
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-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-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-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-11-17
Statistics Lab Work 9
Probability of Continuous Random Variables (Normal Distribution)The normal distribution is a type of discussion in statistics related to probability distribution, also known as probability distribution. Through the normal distribution table, it is often used for calculating various phenomena in everyday life, such as height measurement, blood pressure, error calculations, and IQ scores. The term normal distribution is also referred to as Gaussian distribution, with one of the key equations be...

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
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
