Home > lyngby > lyngby_pdf_f.m

lyngby_pdf_f

PURPOSE ^

lyngby_pdf_f - F probability density function

SYNOPSIS ^

function p = lyngby_pdf_f(x, r1, r2)

DESCRIPTION ^

 lyngby_pdf_f         - F probability density function

       function P = lyngby_pdf_f(x, r1, r2)

       Input:  x   Value where the function is evaluated
               r1  Numerator degrees of freedom
               r2  Denominator degrees of freedom

       Output: p   Probability density funtion

       This function returns the probability density function for
       Fisher's F-distribution. The function is zero for negative x,
       and an error is returned if it is called with negative
       values.

       See also: lyngby_cdf_f, lyngby_cdf_gauss

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 29-Jul-2009 15:57:21 by m2html © 2003