Description Usage Arguments Details Value References See Also Examples
Estimate the Hellinger distance between two random samples whose underdyling distributions are continuous.
1 |
x |
numeric. A vector giving the first sample. |
y |
numeric. A vector giving the second sample. |
lower |
numeric. Lower limit passed to |
upper |
numeric. Upper limit passed to |
method |
integer. If |
... |
Additional parameters to be passed to |
Probability density functions are estimated with
densityfun
.
Then numeric integration is performed with integrate
.
A numeric value, the Hellinger distance.
https://en.wikipedia.org/wiki/Hellinger_distance.
HellingerDist
in package distrEx.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.