Skip to contents

Function for measure information loss by shannon information entropy.

Usage

F_informationloss(xvar, xdisc)

Arguments

xvar

The original undiscretized vector.

xdisc

The discretized vector.

Value

A numeric value of information loss measured by information entropy.

Details

The information loss measured by information entropy formula is F=i=1Np(i)log2p(i)(h=1Lp(h)log2p(h))

Author

Wenbo Lv lyu.geosocial@gmail.com

Examples

F_informationloss(1:7,c('x',rep('y',3),rep('z',3)))
#> [1] 1.358539