https://github.com/patilni3/tables-in-statistics
In Statistics, various tables used to reference critical values for different distributions and tests.
https://github.com/patilni3/tables-in-statistics
chi-square-test f-test t-test z-test
Last synced: 3 months ago
JSON representation
In Statistics, various tables used to reference critical values for different distributions and tests.
- Host: GitHub
- URL: https://github.com/patilni3/tables-in-statistics
- Owner: PatilNi3
- Created: 2024-10-10T05:41:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T06:12:20.000Z (over 1 year ago)
- Last Synced: 2025-10-28T22:35:05.726Z (7 months ago)
- Topics: chi-square-test, f-test, t-test, z-test
- Homepage:
- Size: 596 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TABLES-IN-STATISTICS
In Statistics, various tables used to reference critical values for different distributions and tests.
## 1. Z-Table
Used for standard normal distribution.
Provides critical values for Z-scores, typically for hypothesis testing or confidence intervals.
## 2. T-Table
Used for the t-distribution.
Helps in determining critical values for t-tests, especially when sample sizes are small.
## 3. F-Table
Used for the F-distribution.
Critical values are used in ANOVA tests and regression analysis to compare variances.
## 4. Chi-Squared Table
Used for the chi-squared distribution.
Commonly used in tests for independence and goodness of fit.