pymgipsim.Probability.distributions.normal_pdf¶
- normal_pdf(x, mean, std)[source]¶
Calculate the probability density function (PDF) of a normal distribution.
Parameters: - x: Values at which to evaluate the PDF. - mean: Mean (average) of the normal distribution. - std: Standard deviation of the normal distribution.
Returns: - pdf_values: PDF values for the given ‘x’.