daffodil ~master (2022-03-12T20:49:14.1403618)
Dub
Repo
gaussianDistribution
daffodil
filter
gaussian
Evaluate the gaussian/normal distribution for a given `x`, `stDev` and `mean`.
real
gaussianDistribution
(
real
x
,
real
stDev
= 1
,
real
mean
= 0
)
Meta
Source
See Implementation
daffodil
filter
gaussian
functions
gaussianBlurred
gaussianDistribution
gaussianMatrix
Evaluate the gaussian/normal distribution for a given `x`, `stDev` and `mean`.