Calculating Probability of a data

5 次查看(过去 30 天)
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 个评论
Pawel Jastrzebski
编辑:Pawel Jastrzebski 2018-5-8
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 RF Blockset Models for Transceivers 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by