powered by
This function calculates the univariate entropy of a numeric vector using the specified number of bins and spline order.
getEntropy(x_1, bin = 6, sp_order = 2)
A numeric value representing the entropy of the vector.
A numeric vector for the only variable.
An integer specifying the number of bins. Default is 6.
An integer specifying the spline order. Must be less than `bin`. Default is 2.
x_1 <- rnorm(100) getEntropy(x_1)
Run the code above in your browser using DataLab