const maxVal = this.entropy.reduce((prev, curr) => (prev.value > curr.value) ? prev : curr).value;