| LPM.ratio | R Documentation |
This function generates a standardized univariate lower partial moment of any non‑negative degree for a given target.
LPM.ratio(degree, target, variable)
degree |
numeric; degree = 0 gives frequency (CDF), 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 lower partial moments.
Fred Viole, OVVO Financial Systems
Viole, F. & Nawrocki, D. (2013) *Nonlinear Nonparametric Statistics: Using Partial Moments* (ISBN:1490523995)
Viole, F. (2017) Continuous CDFs and ANOVA with NNS. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2139/ssrn.3007373")}
set.seed(123)
x <- rnorm(100)
LPM.ratio(0, mean(x), x)
## Not run:
plot(sort(x), LPM.ratio(0, sort(x), x))
plot(sort(x), LPM.ratio(1, sort(x), x))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.