MHI | R Documentation |
The Modified Hypograph Index of a curve x is the proportion of "time" the curves in the sample are below x.
MHI(curves, ...)
curves |
|
... |
Ignored. |
numeric vector
containing the MHI for each curve.
x <- matrix(c(1, 2, 3, 3, 2, 1, 5, 2, 3, 9, 8, 7), ncol = 3, nrow = 4)
MHI(x)
y <- array(c(1, 2, 3, 3, 2, 1, 5, 2, 3, 9, 8, 7, -1, -5, -6, 2, 3, 0, -1, 0, 2, -1, -2, 0),
dim = c(3, 4, 2)
)
MHI(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.