Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Given a list of several hundred symbols,
where each symbol has a list of sparse indices at which it occurs,
where many symbols can share the same indices,
what approaches can one take to finding simple enumerated statistical patterns amongst the elements,
like AAA AAB ABA ABB ABC
and then recurrences of those patterns, structurally upward, once they are identified and indexed -
AABBABB (1,2,3,2)

Is there a method in combinatorics or graph theory that is computable?

My aim is to a list the types and start indices of the longest patterns and then subsegments and near variants of each of those.

share|improve this question
1  
I'm finding it hard to understand your question. But you might be after something along the lines of sequence motifs, which are typically studied for biological sequences, such as DNA sequences. – Douglas S. Stones Dec 27 '12 at 6:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.