# File lib/CharDistributionAnalysis.rb, line 130
        def initialize
            super
            @_mCharToFreqOrder = EUCKRCharToFreqOrder
            @_mTableSize = EUCKR_TABLE_SIZE
            @_mTypicalDistributionRatio = EUCKR_TYPICAL_DISTRIBUTION_RATIO
        end