The probability-theory tag has no wiki summary.
13
votes
4answers
536 views
Probability of Outcomes Algorithm
I have a probability problem, which I need to simulate in a reasonable amount of time. In simplified form, I have 30 unfair coins each with a different known probability. I then want to ask things ...
2
votes
2answers
415 views
Expected collisions for perfect 32bit crc
I'm trying to determine how my crc compares to an "ideal" 32bit crc.
So I ran my crc over 1 million completely random samples of data and collected the amount of collisions, I want to compare this ...
2
votes
3answers
330 views
What is the difference between causal models and directed graphical models?
What is the difference between causal models and directed graphical models?
or:
What is the difference between causal relationships and directed probabilistic relationships?
or, even better:
What ...
0
votes
1answer
78 views
Central limit theorem in [R]
I am working with the language [R] to generate a sample of M = 32000 averages each calculated by averaging 36 independent values of the random variable continuous uniform distribution (0, 1) is ...
0
votes
1answer
64 views
Error trying to use the function rbern in [R]
I'm trying to use rbern function in R, but it says the following message
rbern (10, 0.1)
Error: Could not find the "rbern"
I even tried to load the library (Rlab) and will not let me, I'm doing ...
0
votes
0answers
11 views
Smart related products: how to get data?
I have a question about getting related data. I'm looking for common theory, not proper solution. However the proper solution could help me. I'm using PHP language.
I have a set of data. For example, ...
0
votes
0answers
32 views
probability of wining with two cards [closed]
There are
52 cards
3 players a1,a2,a3
Each player is given 2 cards each one of
A=2...J=11,Q=12,K=13..
A user wins if his sum of cards is greater then the other two players sum.
Find the ...
0
votes
2answers
89 views
how to create simulated censored dataset in MATLAB
I would like to write a code to generate a dataset censored with 1 censored data point and varying percent censored.
I have the following code to generate some random numbers but not censored
...
0
votes
1answer
64 views
Calculate the probability of a simple event [closed]
I'm beginning to study probability and an exercise in the study guide that asks me to calculate:
What is the probability that the month January, of one year randomly selected have only four Sundays?
...
0
votes
1answer
72 views
Computability of a probability theory problem [closed]
This is a problem I solved for a course and I was wondering if my solution is correct. I wouldn't normally post a pure mathematics problem, except that I believe that is is incomputable, and hence a ...
0
votes
2answers
192 views
Probability book or video for purely analytical brain
That's it. I suck at probability theory. I simply don't seem to get it. The thing is, I have strongly analytical brain, but every single book that I ran to, taught probability using synthesis and not ...
0
votes
3answers
355 views
Probability of occuring of An infinitely often
IF probability of occurance of A , infinitely often is 0, does it mean probability of occurance of A complement , infinitely often is 1???
0
votes
3answers
187 views
How to obtain a value based on a certain probability
I have some functions which generate double, float, short, long random values. I have another function to which I pass the datatype and which should return a random value. Now I need to choose in that ...
0
votes
3answers
647 views
how to implement non uniform probability distribution?
I am trying to implement non-uniform probability distribution in genetic algorithm.
In the implementation of genetic program, I have an experiment which has 3 outcomes, where each outcome has ...
0
votes
2answers
351 views
Computationally simple Pseudo-Gaussian Distribution with varying mean and standard deviation?
This picture from wikipedia has a nice example of the sort of functions I'd ideally like to generate
http://en.wikipedia.org/wiki/File:Normal_Distribution_PDF.svg
Right now I'm using the Irwin-Hall ...
-3
votes
1answer
49 views
R statistics assessing probability of cases. What is the chance in bridge …
What is the chance that the first five cards chosen from a deck of 52(bridge/poker) cards will contain Two(only two) cards of the same denomination(two 3's for example)?
How can we solve the following ...
-6
votes
8answers
500 views
Probability of rolling a 5 on second roll [closed]
Ok so not really a programming question but not sure where it would go on the stack network...
Dice has 6 sides so rolling a 5 will be a 1/6 (16.6%) chance.
If the dice roll is a 2, does that mean ...