Description Usage Arguments Details Value Author(s) References See Also Examples
Computes Vasicek estimate of differential Shannon entropy from a numeric sample.
1 |
x |
( |
window |
( |
Vasicek estimator of Shannon entropy is defined, for a random sample X_1, …, X_n, by
\frac{1}{n}∑_{i=1}^{n} \log (\frac{n}{2m}[X_{(i+m)}-X_{(i-m)}]),
where X_{(i)} is the order statistic, m<(n/2) is the window size, and X_{(i)}=X_{(1)} for i<1 and X_{(i)}=X_{(n)} for i>n.
A single numeric value representing the Vasicek estimate of entropy of the sample
J. Lequesne justine.lequesne@unicaen.fr
Vasicek, O., A test for normality based on sample entropy, Journal of the Royal Statistical Society, 38(1), 54-59 (1976).
vs.test
which performs Vasicek-Song goodness-of-fit tests to the specified maximum entropy distribution family.
1 2 3 4 |
Loading required package: fitdistrplus
Loading required package: MASS
Loading required package: survival
[1] 1.394728
[1] 1.418939
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.