R/psd_spade.R
F_informationloss.Rd
Function for measure information loss by shannon information entropy.
F_informationloss(xvar, xdisc)
The original undiscretized vector.
The discretized vector.
A numeric value of information loss measured by information entropy.
The information loss measured by information entropy formula is F=−∑i=1Np(i)log2p(i)−(−∑h=1Lp(h)log2p(h))
Wenbo Lv lyu.geosocial@gmail.com
F_informationloss(1:7,c('x',rep('y',3),rep('z',3))) #> [1] 1.358539