| UPM.ratio | R Documentation |
This function generates a standardized univariate upper partial moment of any non‑negative degree for a given target.
UPM.ratio(degree, target, variable)
degree |
numeric; degree = 0 gives frequency, degree = 1 gives area. |
target |
numeric vector; threshold(s). Defaults to mean(variable). |
variable |
numeric vector or data‑frame column to evaluate. |
Numeric vector of standardized upper partial moments.
Fred Viole, OVVO Financial Systems
Viole, F. & Nawrocki, D. (2013) *Nonlinear Nonparametric Statistics: Using Partial Moments* (ISBN:1490523995)
set.seed(123)
x <- rnorm(100)
UPM.ratio(0, mean(x), x)
## Not run:
plot3d(x, y, Co.UPM(0, sort(x), sort(y), x, y), …)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.