A few questions about the palindrome assignment:
1) The formula for the variance depends on N, the number of "almost independent observations". Is this the number of same-length-as-the-palindrome substrings of the sequence we're checking?
2) Given N we can compute the Z-score, so: the score_palindromes program reports palindromes whose E-value are less than some maximum. Am I right that small E means either unusually common or unusually rare? And how do we compute E? Is it the natural log of the Z-score?
TIA,
Phil
