When I search online for conditional distributions, usually I find tutorials that one random variable is conditioned on another. I want to find some tutorial like the following exercise where there is a random variable that's conditioned on its own value.
X ∼ Exp(1)
Calculate the conditional PDF and CDF of X given X>1
Calculate E[X|X>1]
Find Var(X|X>1)
What's the mathematical term for this kind of conditional density? Thanks in advance!
Edit: Thanks for the discussions. There are some materials on "Conditioning a Random Variable by an Event" like the following one http://netsys.kaist.ac.kr/lecture/EE210_2017/lecture_notes/ch07_student.pdf. I want to make a summary about the following cases
X discrete
P(X in A1|X in A2)
X continuous
f(x|X in A1)
X discrete, Y discrete
P(X in A|Y in B)
X discrete, Y continuous
P(X in A|Y in B)
X continuous, Y discrete
f(x|Y in B)
X continuous, Y continuous
f(x|y)