https://github.com/moindalvs/learn_confidence_inteval_for_data_science
Reverse lookup for z test
https://github.com/moindalvs/learn_confidence_inteval_for_data_science
confidence-intervals data-science normal-distribution ppf scipy-stats t-distribution
Last synced: 9 months ago
JSON representation
Reverse lookup for z test
- Host: GitHub
- URL: https://github.com/moindalvs/learn_confidence_inteval_for_data_science
- Owner: MoinDalvs
- Created: 2022-03-26T09:26:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T09:51:36.000Z (about 4 years ago)
- Last Synced: 2025-03-11T10:45:41.157Z (about 1 year ago)
- Topics: confidence-intervals, data-science, normal-distribution, ppf, scipy-stats, t-distribution
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn_Confidence_Inteval_for_Data_Science
## Reverse lookup for z test
### To get Z score
+ For 95% Confidence
+ Two-Sided Tail
### Right Tailed
### Left Tailed
## Reverse lookup test for t test
+ To get T value for 95% Confidence
## Finding Confidence Interval
+ Population standard deviation known
confidence interval for z test
+ b. Population standard deviation not known
confidence interval for t test
## Standard Normal Distribution
## t-Distribution