Finding the pdf and cdf of this 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
2 replies · 3K views
bonfire09
Messages
247
Reaction score
0

Homework Statement


Let ##X## have the pdf ##f_X(x)=\dfrac{1}{\sqrt{2\pi\sigma^2}}e^{\dfrac{-(x-\mu)^2}{2\sigma^2}}## where ##-\infty<x<\infty,-\infty<\mu<\infty,\sigma>0##. Let ##Z=g(X)=\frac{X-\mu}{\sigma}##. Find the pdf and cdf of ##Z##[/B]

Homework Equations

The Attempt at a Solution


Basically I noticed that ##X## has a normal distribution. I get for the cdf of ##Z## is ##P((\dfrac{x-\mu}{\sigma})\leq t) ## ##=P(x-\mu\leq t\sigma)=P(x\leq\mu+t\sigma)=F_Z(\mu+t\sigma)=\int_{-\infty}^{\mu+t\sigma} \dfrac{1}{\sqrt{2\pi\sigma^2}}e^{\dfrac{-(x-\mu)^2}{2\sigma^2}} dx##. The pdf of ##Z## I get that ##f_z(x)=F'_Z(t)=\dfrac{1}{\sqrt{2\pi\sigma^2}}e^{\dfrac{-(x-\mu)^2}{2\sigma^2}} *\sigma##. Not sure if I am on the right track. Thanks.
 
Physics news on Phys.org
You need to change from "x" to "z"! Yes, you are given that the pdf for x is [tex]\frac{1}{\sqrt{2\pi\sigma^2}} e^{\frac{-(x- \mu)^2}{2\sigma^2}}=[/tex][tex]\frac{1}{\sqrt{2\pi\sigma^2}} e^{\frac{\left(\frac{x- \mu}{\sigma}\right)^2}{2}}[/tex][tex]= \frac{1}{\sqrt{2\pi\sigma^2}}e^{-\frac{z^2}{2}}[/tex]
 
bonfire09 said:
I get that ##f_z(x)=F'_Z(t)=\dfrac{1}{\sqrt{2\pi\sigma^2}}e^{\dfrac{-(x-\mu)^2}{2\sigma^2}} *\sigma##. Not sure if I am on the right track. Thanks.

Note that the ##\sigma## cancels the ##\sigma^2## under the square root.

HallsofIvy said:
You need to change from "x" to "z"! Yes, you are given that the pdf for x is [tex]\frac{1}{\sqrt{2\pi\sigma^2}} e^{\frac{-(x- \mu)^2}{2\sigma^2}}=[/tex][tex]\frac{1}{\sqrt{2\pi\sigma^2}} e^{\frac{\left(\frac{x- \mu}{\sigma}\right)^2}{2}}[/tex][tex]= \frac{1}{\sqrt{2\pi\sigma^2}}e^{-\frac{z^2}{2}}[/tex]

And there should be no ##\sigma## here.