Normal and power law distributions

AI Thread Summary
Independent random events tend to produce a normal distribution when summed, while dependent random events lead to a power law distribution when multiplied. The discussion explores the creation of two sorted lists, S(i) and P(i), derived from the sums and products of random numbers, respectively. Observations indicate that as the number of random numbers increases, S(i) increasingly resembles a normal distribution, whereas P(i) aligns more closely with a power law distribution. The method involves using a spreadsheet to generate random numbers, calculate their sums and products, and analyze the frequency of the resulting values. This hypothesis highlights the relationship between the nature of random events and the resulting statistical distributions.
erszega
Messages
36
Reaction score
0
Is it correct to say that independent random events (additively) lead to a normal distribution, and dependent random events (multiplicatively) lead to a power law distribution?

The following might be trivial, but it was quite interesting to find for me, someone with a very limited knowledge of mathematics or statistics:

Take a matrix of random numbers r(i,j), where 0 < r(i,j) < 1.

Let S(i) = int( ( r(i,1) + r(i,2) +...+ r(i,j) )*n ), with S(i) >= S(i-1) if i >= i-1, that is, S is a sorted list of the integer parts of the sums of random numbers multiplied by an integer.

Let P(i) = int( ( r(i,1) * r(i,2) * ... * r(i,j) )*n ), with P(i) >= P(i-1) if i >= i-1, that is P is a sorted list of the integer parts of the products of random numbers multiplied by an integer.

Hypothesis (based simply on observation of graphs of S(i) and P(i)):

the higher the values of i and j, the more S(i) approximates normal distribution, and P(i) approximates a power-law distribution.

Is this right?
 
Mathematics news on Phys.org
Apologies, I meant the frequency of each S(i) or P(i).
It may be better to describe what I did in the following way:
I used a spreadsheet, and created a table, consisting of, say, 10,000 rows and 5 columns, of random numbers (using the spreadsheet's random number function). Then I added (or multiplied) the random numbers in each row. I multiplied the sums (or products) by, say, 100, and took the integer parts (to create "bins"). Then I sorted the "bins", calculated the frequency (number of occurencies in the list) of each "bin", and then put a graph on the frequency list. I hope this makes sense.
 
Last edited:
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top