I have this probability distribution:
$$f(x) = a\exp\left(-\frac{(x-b)^2}{2c^2}\right)$$
I know constant $b = 0, c = 9.49$ and area under the curve is equal to $1$. How to calculate constant $a$ when I can't integrate the function?
I have this probability distribution:
$$f(x) = a\exp\left(-\frac{(x-b)^2}{2c^2}\right)$$
I know constant $b = 0, c = 9.49$ and area under the curve is equal to $1$. How to calculate constant $a$ when I can't integrate the function?
Using the substitution $u=\frac{x-b}{\sqrt2 c}$, you obtain: $$1=a\int_{-\infty}^\infty\exp\left(-\frac{(x-b)^2}{2c^2}\right)\,dx=\sqrt{2}ac\int_{-\infty}^{\infty}\exp\left(-u^2\right)\,du=\sqrt{2\pi}ac.$$ Now you can solve for $a$ since you know the value of $c$.