Probability to realize string using subsequences

  • Context: MHB 
  • Thread starter Thread starter MonD1
  • Start date Start date
  • Tags Tags
    Probability String
Click For Summary
SUMMARY

The discussion centers on calculating the probability of reconstructing an original string from a set of random subsequences. The example provided uses the string "MISSISSIPPI" and includes subsequences such as "MISS", "III", and "MIP". Participants question the optimal number of subsequences required and the specific structure needed to maximize the probability of successfully realizing the original string. Clarifications are sought regarding the definitions of subsequences and the conditions for achieving the original string.

PREREQUISITES
  • Understanding of string theory and subsequences
  • Basic probability concepts and calculations
  • Familiarity with combinatorial mathematics
  • Knowledge of algorithmic approaches to string reconstruction
NEXT STEPS
  • Research combinatorial algorithms for string reconstruction
  • Study probability theory related to subsequences and string matching
  • Explore dynamic programming techniques for optimizing subsequence selection
  • Learn about the application of Markov chains in probabilistic string generation
USEFUL FOR

Mathematicians, computer scientists, and software developers interested in string processing, probability theory, and algorithm optimization will benefit from this discussion.

MonD1
Messages
2
Reaction score
0
Given a input string and 'n' random subsequences of that string , what is the probability of realizing original string using these subsequences correctly?

Example :

Given string = "MISSISSIPPI"
Subsequences:
1) "MISS"
2) "III"
3) "MIP"
4) "SIS"
5) "IS"
6 ) "SP"
7) "MP"How many subsequences will be required for optimal probability?
Is there any specific structure for subsequences for optimal probability?
 
Physics news on Phys.org
Re: probability to realize string using subsequences

Can you post what you have tried or what your thoughts are on how to begin? This will give our helpers a better idea how best to help you. :D
 
Re: probability to realize string using subsequences

MarkFL said:
Can you post what you have tried or what your thoughts are on how to begin? This will give our helpers a better idea how best to help you. :D

Input
string of length 'm'
'k' subsequences of the string each of length 'n' (n <m)

What is the probability that by using these subsequences we can come up with the original string?
 
i still don't understand the question. post #1 doesn't appear to have substrings of the same length as you required in post #3.

Its also not clear what you mean by probablility of "getting the original string" from your substrings.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
4K
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 75 ·
3
Replies
75
Views
7K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 66 ·
3
Replies
66
Views
7K