Random number with which distribution

AI Thread Summary
The discussion focuses on finding a suitable probability distribution to select numbers from 1 to 8, where each preceding number has a higher probability than the next. The user seeks a clean, academically acceptable method to adjust the probability of the first item while ensuring a controlled slope of the distribution. Currently, they are using a normal distribution but find it inadequate for academic purposes. They also mention previous attempts with the Poisson distribution, highlighting challenges in controlling the probability drop and fitting the desired range. The inquiry raises the question of whether a specific distribution exists that meets these criteria.
wmac
Messages
19
Reaction score
0
Hello,

I am trying to find a clean solution for this (i.e. straightforward and academically acceptable). I appreciate if someone can help me.

1- I need to select between selections 1 to n (in my case 1-8 ). However each preceding item should have higher probability than the next one. For example, first item should have higher probability than the 2nd and the 2nd should have higher than the 3rd one etc.

I also need a parameter which enables me to adjust the probability of the first item. (i.e. the slope of the curve and therefore the distribution of probability)

Capture.JPG


What distribution with what parameters I should use.

2- Currently I use a normal distribution with mean value of 1 and different sigmas. When generating random numbers (float) I ignore numbers lower than 1 and then round up numbers higher than that to my discrete choices (i.e. 1-8 ).

Describing this in an academic paper is unacceptable I guess. So I am looking for a proper clean method (ideally a specific distribution with a few parameters).

Thanks in advance.
 
Physics news on Phys.org
I have not received any answer for this question.

I need to know whether this means there is no specific distribution for my purpose?

-----
BTW I have previously tried to do this with Poisson distribution but there are 2 problems:

- How can I control the slope (considering that I should use lambda=1). I mean I want to be able to control, how quickly the probability drops from one item to the next.

- In addition, how can I force the range of 0-7 (or 1-8 ) to the generated numbers?

Thanks
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top