Computes the co‑lower partial moment (lower‑left quadrant 4) between two equal‑length numeric vectors at any degree and target.
Arguments
- degree_lpm
numeric; degree for x ("degree_x"). degree = 0 gives frequency, degree = 1 gives area.
- x
numeric vector of observations.
- y
numeric vector of the same length as x.
- target_x
numeric vector; thresholds for x (defaults to mean(x)).
- target_y
numeric vector; thresholds for y (defaults to mean(y)).
- degree_y
numeric; optional degree for y. If omitted, `degree_lpm` is used for both x and y.