Choosing Normalization to Create Bell Curve with Mean 1

  • Context: Graduate 
  • Thread starter Thread starter vaibhavtewari
  • Start date Start date
  • Tags Tags
    Normalization
Click For Summary
SUMMARY

The discussion focuses on the normalization techniques required to transform a histogram of determinant values from a 40x40 matrix into a bell curve with a mean of 1. The matrix exhibits diagonal elements close to 1 and small off-diagonal elements, leading to determinant values that approximate the square of the diagonal matrix. The proposed solution involves histogramming the logarithms of these determinant values and adjusting them with a constant to achieve the desired mean. Additionally, the discussion suggests that the determinant distribution could be lognormal, based on the Central Limit Theorem applied to the logarithm of the determinants.

PREREQUISITES
  • Understanding of matrix determinants and properties
  • Familiarity with histogram plotting and statistical distributions
  • Knowledge of logarithmic transformations in data analysis
  • Basic concepts of the Central Limit Theorem (CLT)
NEXT STEPS
  • Explore techniques for histogramming logarithmic data distributions
  • Research normalization methods in statistical analysis
  • Learn about lognormal distributions and their applications
  • Study the Central Limit Theorem and its implications for matrix determinants
USEFUL FOR

Data scientists, statisticians, and mathematicians interested in matrix analysis, histogram transformations, and statistical normalization techniques.

vaibhavtewari
Messages
63
Reaction score
0
I have a 40*40 matrix which has elements very close to 1 on diagonal and very small off-diagonal elements.
I find determinant of many of these randomly generated matrix, determinant is roughly multiplication of diagonal matrix squared. As (.95)^40 is a small number and (1.05)^40 is a bignumber, I get a histogram that increases from zero reaches a maxima and then fall to zero when I plot all these determinant values. It has a mean of 1 but peak at around .1

What kind of nomalization should I use such that when I make histogram it looks like a bell curve with a mean of 1.
 
Physics news on Phys.org
Are you using the term "normalization" to refer to a change of variable meets very specific technical requirements or would you be happy with "any old change of variable"?

You could histogram the logarithms of the determinant values. That might be bell shaped. You would probably have to add some constant to the logs to get the mean to be 1.
 
If you mean D~Prod(1+eps.Bjj) or D~Prod(1+eps.Bjj)^2 where B is a random matrix, that would be approximately lognormal (use CLT on log(D)).
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 72 ·
3
Replies
72
Views
11K