Description Usage Arguments Details Value Author(s) References See Also Examples
Provides an estimate of
the squared hellinger distance between the densities underlying the (two) observed
samples. This estimator assumes that both underlying densities are unimodal.
.
This function uses the density estimator of Birges (1997), given by
calc_mode
. See Laha et al. (2021) for more details.
1 | hd.uni(x, y)
|
x |
Vector of m independent and identically distributed random variables; corresponds to the first sample. |
y |
Vector of n independent and identically distributed random variables; corresponds to the second sample. |
This function calls link{calc_mode}
where the parameter
t is taken to be one.
An estimate of the Hellinger distance between the densities of x and y.
Nilanjana Laha (maintainer), nlaha@hsph.harvard.edu,
Alex Luedtke, aluedtke@uw.edu.
Laha, N., Moodie, Z., Huang, Y., and Luedtke, A. (2021). Improved inference for vaccine-induced immune responses via shape-constrained methods. Submitted.
Birge, L. (1997). Estimation of unimodal densities without smoothness assumptions, Ann. Statist., 25, 970–981.
calc_mode
, hd.lc
, hd.lc.sm
, hell.ci
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.