Describes the probability two Random Variable being less than two given values. A CDF used to describe the joint distribution of RV
Definition
Expressing Cartesian Product of intervals
With Using Joint CDF directly,
Describes the probability two Random Variable being less than two given values. A CDF used to describe the joint distribution of RV
FX,Y(x,y)=P(X≤x,Y≤y)=P({X≤x}∩{Y≤y})
With B=(x1,x2]×[y1,y2)={(x,y):x∈(x1,x2]∧y∈(y1,y2]}⊂R2 Using Joint CDF directly, P((X,Y)∈B)=P(x1<X≤x2,y1<Y≤y2)=FX,Y(x2,y2)−FX,Y(x2,y1)−FX,Y(x1,y2)−FX,Y(x1,y1)