Page 1 of 1

plot F(k-1,N-k)

Posted: Wed Sep 07, 2011 12:23 am
by jolly
How to plot F(k-1,N-k) distribution function ?

Re: plot F(k-1,N-k)

Posted: Wed Sep 07, 2011 12:28 am
by jolly
If I'm generating values with this function?
=@fdist(x,v1,v2)

what is x there??

Re: plot F(k-1,N-k)

Posted: Wed Sep 07, 2011 1:03 am
by trubador
It gives you the probability that an F-statistic exceeds x. You should use @rfdist(v1,v2) to generate values.