Page 1 of 1
plot cdf
Posted: Tue Sep 06, 2011 9:45 am
by jolly
If I have a series FFF with empirical F-distribution values
and I try to plot empirical distribution function:
freeze(garph) FFF.cdfplot(c)
Is this function right to plot it?
And how to plot a theoretical F-distribution function?
Re: plot cdf
Posted: Tue Sep 06, 2011 10:04 am
by EViews Glenn
Unfortunately, the F-distribution is not one of those for which we have a built-in plot function (we should). The best you can do is to create a matrix with the first column containing the evaluation points and the second containing the F-values (which you can get using the distribution functions. Then do a plot of those...
Re: plot cdf
Posted: Wed Oct 04, 2017 5:06 am
by alc
How can the second column of the result matrix be transformed into a series with the temporal ordering relative to the original variable when we compute the empirical CDF of a time series?
Thanks