Calculating Probability of a data

5 Ansichten (letzte 30 Tage)
Curious Mind
Curious Mind am 7 Mai 2018
Hello friends, I have two data, dataA (26*1 double) and dataB (90*1 double). I want to calculate the probabilities of each each row in dataA in dataB. So its like this, take row1 in dataA and computes its probability in dataB also take row2 in dataA and computes its probability in dataB and so on until all the 26 rows in dataA has been used. Any matlab code to help me do this? Thank you.
  1 Kommentar
Pawel Jastrzebski
Pawel Jastrzebski am 8 Mai 2018
Bearbeitet: Pawel Jastrzebski am 8 Mai 2018
I'm not sure your questions is clearly defined.
In simple terms:
  • if you have all of the 26 values from A in B,
  • and there are no repeats in A
  • and each value from A occurs only once in B
Then your probability is 1/90.
But as you can see, in this simple case at least 3 conditions must be met.
  • Can you share your data?
  • Is your data one-off or it's going to be a different set of 26 and 90 values every time you conduct an experiment?
  • Can broadly tell what is your data representing and what you are aiming to achieve? A bit of context always help to come up with the solution adequate for the problem.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu RF Blockset Models for Transceivers finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by