distCheck {fBasics} | R Documentation |
Tests properties of a distribution.
distCheck(fun = "norm", n = 1000, robust = TRUE, subdivisions = 100, ...)
fun |
a character string denoting the name of the distribution. |
n |
an integer specifying the number of random variates to be generated. |
robust |
a logical flag, should robust estimates be used? By
default |
subdivisions |
an integer specifying the numbers of subdivisions in integration. |
... |
the distributional parameters. |
## distCheck: distCheck("norm", mean = 1, sd = 1)