.CRE_ | R Documentation |
This function calculates the Cumulative Residual Entropy (CRE) for a given set of values.
.CRE_(B, base = exp(1))
B |
A numeric vector or matrix representing the values for which CRE is to be calculated. |
base |
The base of the logarithm used in the calculation. The default is the natural logarithm (e). |
A numeric value representing the CRE.
B <- c(1, 2, 3, 4)
.CRE_(B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.