stat_mo {funStatTest} | R Documentation |
MO median statistic
Description
The MO median statistics defined in Smida et al (2022) is computed to compare two sets of functional trajectories.
Usage
stat_mo(MatX, MatY)
Arguments
MatX |
numeric matrix of dimension |
MatY |
numeric matrix of dimension |
Value
numeric value corresponding to the MO median statistic value
Author(s)
Zaineb Smida, Ghislain DURIF, Lionel Cucala
References
Zaineb Smida, Lionel Cucala, Ali Gannoun & Ghislain Durif (2022) A median test for functional data, Journal of Nonparametric Statistics, 34:2, 520-553, doi:10.1080/10485252.2022.2064997, hal-03658578
See Also
Examples
simu_data <- simul_data(
n_point = 100, n_obs1 = 50, n_obs2 = 75, c_val = 10,
delta_shape = "constant", distrib = "normal"
)
MatX <- simu_data$mat_sample1
MatY <- simu_data$mat_sample2
stat_mo(MatX, MatY)
[Package funStatTest version 1.0.3 Index]