F-distribution
Static member | Description |
Full Usage:
F.CDF(dof1) (dof2) (x)
Parameters:
float
-
dof2 : float
-
x : float
-
Returns: float
|
Example
|
Full Usage:
F.CheckParam(dof1) (dof2)
Parameters:
float
dof2 : float
|
|
Full Usage:
F.Init(dof1) (dof2)
Parameters:
float
-
dof2 : float
-
Returns: ContinuousDistribution<float, float>
|
Example
|
Full Usage:
F.InvCDF(dof1) (dof2) (x)
Parameters:
float
-
dof2 : float
-
x : float
-
Returns: 'a
|
Example
|
Full Usage:
F.Mean(dof1) (dof2)
Parameters:
float
-
dof2 : float
-
Returns: float
|
Example
|
Full Usage:
F.Mode(dof1) (dof2)
Parameters:
float
-
dof2 : float
-
Returns: float
|
Example
|
Full Usage:
F.PDF(dof1) (dof2) (x)
Parameters:
float
-
dof2 : float
-
x : float
-
Returns: float
|
Example
|
Full Usage:
F.Sample(dof1) (dof2)
Parameters:
float
-
dof2 : float
-
Returns: float
|
Example
|
Full Usage:
F.StandardDeviation(dof1) (dof2)
Parameters:
float
-
dof2 : float
-
Returns: float
|
Example
|
|
Returns the support of the exponential distribution: if dof1 = 1 then (0., Positive Infinity) else [0., Positive Infinity).
Example
|
Full Usage:
F.ToString(dof1) (dof2)
Parameters:
float
-
dof2 : float
-
Returns: string
|
Example
|
Full Usage:
F.Variance(dof1) (dof2)
Parameters:
float
-
dof2 : float
-
Returns: float
|
Example
|