An open API service indexing awesome lists of open source software.

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.

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.