Skip to content

DiAg-2025/Python--Best-Fit-Distribution--Human-Body-Temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Best-Fit Probability Distribution--Human Body Temperature

Dataset - This is a synthetically generated human body temperature data from OpenAI

The objective is to find the best-fit probability distribution for the dataset and validate it.

Python


Analysis

Using the fitter, it is found that the gamma distribution fits the data most accurately.

gamma( a=312.67776317591745, loc=86.49938822098503, scale=0.03874322247561911 )

Sample and gamma conditional probabilities come close to each other, which validates the accuracy.

image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published