fdistribution {lestat} | R Documentation |
Create an F distribution
Description
Create a univariate F distribution.
Usage
fdistribution(df1 = 1, df2 = 1)
Arguments
df1 |
The first degree of freedom: Should be a positive number. |
df2 |
The second degree of freedom: Should be a positive number. |
Value
An F distribution.
Author(s)
Petter Mostad <mostad@chalmers.se>
Examples
dist <- fdistribution(10, 3)
cdf(dist, 4)
expectation(dist)
[Package lestat version 1.9 Index]