Difference between revisions of "CumFDist"

(Changed to a redirect, made F-distribution page)
Line 3: Line 3:
 
[[Category: Doc Status D]] <!-- For Lumina use, do not change -->
 
[[Category: Doc Status D]] <!-- For Lumina use, do not change -->
  
== CumFDist(x, dof1, dof2) ==
+
#REDIRECT [[F-distribution#CumFDist]]
 
+
[[Category: Analytic Distribution Functions]]
The cumulative density at «x» for the F-distribution with degrees of freedom «dof1» and «dof2».  This is the area under the probability density graph falling to the left of «x».
+
[[Category: Distribution Densities library functions]]
 
+
[[Category: Cumulative distribution functions]]
The F-distribution is used in classical statistics for hypothesis testing involving the comparison of variances between two samples.
 
 
 
Note that there is no '''FDist''' distribution function built into Analytica.  If you want an '''FDist''', just use:
 
:<code>CumFDistInv(Uniform(0, 1), dof1, dof2)</code>
 
  
 
== Library ==
 
== Library ==

Revision as of 19:22, 10 October 2018

Comments


You are not allowed to post comments.