Gaussian PDF Formula:
From: | To: |
The Probability Density Function (PDF) describes the relative likelihood for a continuous random variable to take on a given value. The Gaussian (normal) distribution is one of the most important probability distributions in statistics.
The calculator uses the Gaussian PDF formula:
Where:
Explanation: The formula calculates the probability density at point x for a normal distribution with given mean and standard deviation.
Details: PDF calculations are fundamental in statistics, probability theory, and various scientific fields. They help understand distribution characteristics, calculate probabilities for intervals, and perform statistical inference.
Tips: Enter the mean (μ), standard deviation (σ > 0), and the x value at which you want to evaluate the PDF. All values must be valid real numbers.
Q1: What does the PDF value represent?
A: The PDF value represents the relative likelihood of the random variable taking on a specific value. For continuous distributions, the probability at any single point is zero; probabilities are calculated over intervals.
Q2: Why is the Gaussian distribution so important?
A: The Gaussian distribution appears naturally in many phenomena (Central Limit Theorem) and is widely used in statistical modeling, hypothesis testing, and machine learning.
Q3: Can PDF values be greater than 1?
A: Yes, PDF values can be greater than 1. The important property is that the total area under the PDF curve equals 1, not that individual values are less than 1.
Q4: What's the difference between PDF and PMF?
A: PDF is for continuous random variables, while PMF (Probability Mass Function) is for discrete random variables. PDF gives density, PMF gives actual probabilities.
Q5: How is the standard deviation related to the PDF shape?
A: Larger standard deviation means wider, flatter distribution. Smaller standard deviation means narrower, taller distribution centered around the mean.