distCheck {fBasics} | R Documentation |
Distribution Check
Description
Tests properties of a distribution.
Usage
distCheck(fun = "norm", n = 1000, robust = TRUE, subdivisions = 100, ...)
Arguments
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 TRUE .
|
subdivisions |
an integer specifying the numbers of subdivisions
in integration.
|
... |
the distributional parameters.
|
Examples
## distCheck:
distCheck("norm", mean = 1, sd = 1)
[Package
fBasics version 2100.78
Index]