BellCurve | Cellzilla2D Home |
Description
BellCurve returns a pure function that evaluates a bell-shaped curve (similar to a scaled normal distribution but with maximum value M).
Needs["Cellzilla2D`"];
Return Value
BellCurve[M, μ, σ][x] evaluates to the function M e-(x-μ)2/(2σ2)
BellCurve[M,{μx,μy},{σx,σy}][x,y]
evaluates to the function
M
e-(x-μx)2/(2σx2)-(y-μy)2/(2σy2)
Options
None
Example
Implementation Notes
See Also