pyhgf.math.gaussian_density#
- pyhgf.math.gaussian_density(x, mean, precision)[source]#
Gaussian density as defined by mean and precision.
- Parameters:
x (Array | ndarray | bool | number | bool | int | float | complex) – The point(s) at which the density is evaluated.
mean (Array | ndarray | bool | number | bool | int | float | complex) – The mean of the Gaussian distribution.
precision (Array | ndarray | bool | number | bool | int | float | complex) – The precision (inverse variance) of the Gaussian distribution.
- Returns:
The Gaussian density evaluated at x.
- Return type:
density