Quantile-Quantile (QQ) Plot
A simple question: is there a QQ-plot graphical procedure in RATS i.e. quantiles (fractiles) of sample data may be compared graphically against quantiles of a base (normal, t, etc) distribution ?
A Forum for RATS Software and Econometrics Discussions
http://www.estima.com/forum/
ac_1 wrote:A simple question: is there a QQ-plot graphical procedure in RATS i.e. quantiles (fractiles) of sample data may be compared graphically against quantiles of a base (normal, t, etc) distribution ?
all 200
set test1 = %ran(1.5)
set test2 = %ran(1.0)
*
* Q-Q plot
*
set x2 = test2
set x1 = test1
order x2
order x1
scatter(lines=||0.0,1.0||)
# x1 x2