I want to construct a 1D Normal distribution (zero centered) using
- number n
- probability p
so that the resulting density distribution has probability p for n (and also -n) and smaller probability for larger numbers.
Can you please help me out with the calculation of the necessary sigma value? Thanks