evaluate_mannwhitney_gradient {drord} | R Documentation |
Compute the estimated gradient of the Mann-Whitney parameter. Needed to derive standard error for Wald confidence intervals.
Description
Compute the estimated gradient of the Mann-Whitney parameter. Needed to derive standard error for Wald confidence intervals.
Usage
evaluate_mannwhitney_gradient(cdf_est, pmf_est)
Arguments
cdf_est |
Conditional CDF estimates |
pmf_est |
Conditional PMF estimates |
Value
3-length vector for delta method calculus
[Package drord version 1.0.1 Index]