Need help solving CDF (Cumulative distribution function)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
invictor
Messages
6
Reaction score
0
Hello, I am new. I been looking on the net for a guide how to solve the CDF by hand, i know the answer and I am about to crack this baby but I got stuck...

Im trying to calculate Cumulative distribution function by hand:
[itex]\int^{1}_{-1}\frac{1}{2\pi} e^{\frac{-z^{2}}{2}} dz[/itex] or wolfram alpha: integrate 1/sqrt(2*pi) * e^(-z^2 /2) dz from -1 to 1

Anyway, this is the tricky part, how do this? (I left out the lefthand part above part for easier readability):

[itex]\int e^{\frac{-z^{2}}{2}} dz =[/itex]

[itex]u = \frac{-z^{2}}{2}[/itex]

[itex]du = -z dz[/itex]

[itex]\frac{du}{-z} = dz[/itex]

[itex]\int e^{u} \frac{du}{-z} =[/itex]

then? How do i need to do?. Can any friendly soul here show me step by step how to solve this?

best regrads
invictor
 
Physics news on Phys.org
You can define
[tex]\operatorname{erf}(x) = \frac{2}{\sqrt{\pi}} \int_0^x e^{-t^2} dt[/tex]
and express the result in terms of that, getting [itex]\operatorname{erf}(1/\sqrt{2})[/itex] as the answer.

You cannot give a (more) exact answer than that (otherwise we wouldn't be needing erf in the first place).
 
Ok so now you have the CDF in terms of the error function erf(/frac{1}{/sqrt{2}}) what is the associating PDF?
 
Thanks i got it now :)