powered by
Calculates the joint entropy over discrete variables in df
df
entropy(df, thres = 5, npc = new.env())
data.frame
A threshold mechanism for choosing between two different ways of calculating the entropy. Can Speed up the procedure with the "correct" value.
An environment. If supplied, the number of positive cells in the underlying pmf will be stored in the environment with the name value
value
A number representing the entropy of the variables in df.
# NOT RUN { entropy(derma[1:100, 1:3]) # }
Run the code above in your browser using DataLab