powered by
Computes the co‑upper partial moment (upper‑right quadrant 1) between two equal‑length numeric vectors at any degree and target.
Co.UPM(degree_upm, x, y, target_x, target_y)
Numeric vector of co‑UPM values.
numeric; degree = 0 gives frequency, degree = 1 gives area.
numeric vector of observations.
numeric vector of the same length as x.
numeric vector; thresholds for x (defaults to mean(x)).
numeric vector; thresholds for y (defaults to mean(y)).
Fred Viole, OVVO Financial Systems
Viole, F. & Nawrocki, D. (2013) *Nonlinear Nonparametric Statistics: Using Partial Moments* (ISBN:1490523995)
set.seed(123) x <- rnorm(100); y <- rnorm(100) Co.UPM(0, x, y, mean(x), mean(y))
Run the code above in your browser using DataLab