Co.UPM | R Documentation |
This function generates a co-upper partial moment between two equal length variables for any degree or target.
Co.UPM(degree_upm, x, y, target_x, target_y)
degree_upm |
integer; Degree for upper variations of both variable X and Y. |
x |
a numeric vector. data.frame or list type objects are not permissible. |
y |
a numeric vector of equal length to |
target_x |
numeric; Target for upside deviations of variable X. Typically the mean of Variable X for classical statistics equivalences, but does not have to be. |
target_y |
numeric; Target for upside deviations of variable Y. Typically the mean of Variable Y for classical statistics equivalences, but does not have to be. |
Co-UPM of two variables
Fred Viole, OVVO Financial Systems
Viole, F. and 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.