Statistical testing and its types with R programming.pptx
sujatasonar1975
19 views
27 slides
Sep 16, 2024
Slide 1 of 27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
About This Presentation
Includes Statistical Testings and testing means
Size: 7.58 MB
Language: en
Added: Sep 16, 2024
Slides: 27 pages
Slide Content
Unit-III
Statistical Modelling Statistical modeling is an elaborate method of generating sample data and making real-world predictions using numerous statistical models and explicit assumptions. It involves a mathematical relationship exists between random and non-random variables.
There are two categories of statistical modeling Methods: 1. Supervised Learning: T he machine is trained on a set of labeled data, which means that the input data is paired with the desired output. The machine then learns to predict the output for new input data. Supervised learning is often used for tasks such as classification, regression, and object detection.
2. Unsupervised Learning: The machine is trained on a set of unlabeled data, which means that the input data is not paired with the desired output. The machine then learns to find patterns and relationships in the data . Unsupervised learning is often used for tasks such as clustering, dimensionality reduction, and anomaly detection.
Statistical Testing : Statistical tests are a way of mathematically determining whether two sets of data are significantly different from each other.