# We Are Mystified by Eric Holloway

**URL:** https://discourse.peacefulscience.org/t/we-are-mystified-by-eric-holloway/2186
**Category:** Side Conversation
**Tags:** Design
**Created:** [October 3, 2018, 5:21am UTC](https://discourse.peacefulscience.org/t/we-are-mystified-by-eric-holloway/2186 "2018-10-03T05:21:12Z")
**Posts on this page:** 1
**Showing post:** 32

<div class="post-metadata">

### Author: ![swamidass](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.peacefulscience.org/swamidass/32/3_2.png) [@swamidass](https://discourse.peacefulscience.org/u/swamidass)
#### Post date: [October 10, 2018, 9:46pm UTC](https://discourse.peacefulscience.org/t/we-are-mystified-by-eric-holloway/2186/32 "2018-10-10T21:46:05Z")

</div>

> [@Explaining the Cancer Information Calculation](https://discourse.peacefulscience.org/t/explaining-the-cancer-information-calculation/1932/70):
>
> So it is both a false claim, and if it were true, that will still demonstrate the error in his implementation.

Somewhat stunningly to me too is that I explained already how to fix it for some narrow cases.

> [@Eric Holloway: Wrap up Experiment on Mutual Information](https://discourse.peacefulscience.org/t/eric-holloway-wrap-up-experiment-on-mutual-information/1715/9):
>
> This is just an error with LZ compression because it will always be close to zero, except in some boundary cases. LZ can’t pick up on long range repetitions, so it will just fail to compute MI. A revised version that might work in some limited cases is:
> 
> > I\_LZ(X) - I\_LZ(X ^ Y)
> 
> Here the “^” is the XOR on the bit strings, returning a bit string that is 1 every position the two strings are different. This function would actually be able to compute the mutual information, assuming the two are perfectly aligned. So, for example,
> 
> if X and Y are equal to: TAGGCTTAGGCAA
> 
> > Then X^Y, would be a very easy to compress string.
> 
> 0000000000000
> 
> This is good, making it so that MI(X,Y) is equal to I(X) and I(Y). It is very easy to break this however.

This actually would produce a reasonable MI in @EricMH’s simulation , though, as I said, is easy to break with a different E function (a rotation, and many other sorts of shuffling). What just is hard to for me get my head around is @EricMH’s reasoning here. It really does look like epistemic closure, but there is such confidence exuding from him I’m unclear exactly what is going on in your head, @EricMH. I hope you can enlighten us.

There is a point here too. It is not possible to fix for all cases, just some. You have to actually model the process to know the compression size / probability function.

---

_[View the full topic](https://discourse.peacefulscience.org/t/we-are-mystified-by-eric-holloway/2186)._
