I specialize in computer science so statistics isn't my forte but I need some statistics knowledge for my current project.
I have a list of variables whose values have a roughly standard normal probability distribution. The variables are compared and the maximum value is saved for later use. I want to know what the probability distribution of the max value is.
Rationally it should be something like P = N x (∫N)^(v-1)
where N
is a standard normal distribution ∫N
is the integral of a standard normal distribution and v
is the number of variables being compared. This theory is however a little hard to test as, if I understand correctly, the integral of a standard normal distribution cannot be calculated in Cartesian space.
Is there more known about this problem? Is the resultant distribution a normal distribution? if not can it be expressed as a Cartesian function? if not can the Mean be calculated easily? Any information that would narrow down the behavior of the max value would be helpful.
The number of variables being compared can be any value, but the most common, most important case is v=4
if that helps.