depthf.HR {ddalpha} | R Documentation |
Half-Region Depth for Functional Data
Description
The half-region depth for functional real-valued data.
Usage
depthf.HR(datafA, datafB, range = NULL, d = 101)
Arguments
datafA |
Functions whose depth is computed, represented by a |
datafB |
Random sample functions with respect to which the depth of |
range |
The common range of the domain where the functions |
d |
Grid size to which all the functional data are transformed. For depth computation,
all functional observations are first transformed into vectors of their functional values of length |
Details
The function returns the vector of the sample half-region depth values.
Value
A vector of length m
of the half-region depth values.
Author(s)
Stanislav Nagy, nagy@karlin.mff.cuni.cz
References
Lopez-Pintado, S. and Romo, J. (2011). A half-region depth for functional data. Computational Statistics & Data Analysis 55 (4), 1679–1695.
Examples
datafA = dataf.population()$dataf[1:20]
datafB = dataf.population()$dataf[21:50]
depthf.HR(datafA,datafB)