Description Usage Arguments Value Author(s) Examples
Some functions of useful moments of a probability distribution (raw, incomplete, standardized, kurtosi, etc).
1 |
psi |
A x-only param function |
pdf |
Function of the probability distribution which its first param is the parameters of the pdf and its second param is the x (random variable). |
par |
pdf's parameters (a vector of) |
lower |
Lower bound of pdf. |
psi |
Upper bound of pdf. |
value |
The value of the momentum. |
Renan L. Fernandes
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.