Description Usage Arguments Details Value See Also Examples
The function hellinger estimates 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.
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.