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)
mean (Array | ndarray | bool | number | bool | int | float | complex)
precision (Array | ndarray | bool | number | bool | int | float | complex)
- Return type:
Array | ndarray | bool | number | bool | int | float | complex