The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



FDistriDensity


Unit:SDL_statis
Class: none
Declaration: function FDistriDensity (F: double; df1, df2: integer): double;

The function FDistriDensity returns the density value of the F distribution for a given critical value F. The parameter F may take any value between zero and +infinity. The parameters df1 and df2 define the degrees of freedom and must be greater or equal to 1.

FDISTRI.gif

Example: This function is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): fdistri



Last Update: 2023-Feb-06