OK, it seems like I have been looking at the weapon shattering statistics in
BG1 in a slightly incorrect way. The reason is, assuming that
BG1 assigns a percentage chance per hit that the weapon will shatter, the statistic is governed by a binomial distribution of two conditions: shatter/not shatter. Therefore, the use of the mean, median, and standard deviation is invalid because they refer to the central tendency and the variance involved in a normal distribution (that is, a bell-shaped curve). For those of you unfamiliar with what a binomial distribution looks like, it is shown below (NB. here, n is the probability of the thing happening, unlike what is actually described below, so don't get confused by the use of n and x below):
Basically, the highest percentage chance that a weapon will shatter is actually on the very first hit. This gradually reduces over time. When you group things into classes, like I have done with the SHORT SWORD shattering (because I just don't have enough attempts), you get columns decreasing in size. Therefore, all I need to do is sum up the probability of 1 to x, where x is my class size (e.g. if my class size is 60, then I sum up all the binomial probabilities from the weapon shattering in 1 to 60 hits) to get the first column, then the next class size for the second column, and so on till my limit, which is 500+. Then, I need to adjust the probability of the weapon shattering per hit so that they match the results I obtained while testing.
The formula for binomial probability is P(x)=x*(1-x)^(n-1). Basically this means the weapon shatters on the nth hit (x) AND (*) the weapon does not shatter on all previous (n-1) hits ((1-x)^(n-1)). Adjusting x to give probabilities similar to my results gives the probability that the weapon will shatter. Bingo!
So, I have done 150 weapon shatterings, and here are the results...*drumroll*...
number of attempts (n) = 150
total number of hits (sum of frequencies) =26058
Class60 is actually the best graph, with the columns gradually getting smaller. Again, consistency was checked for with the chronological graph, and there isn't much of a gradient (m=0.122), meaning that we are getting pretty spot on with the results.
Now...to fit the class60 graph with a binomial distribution (the maths which I will not show here), you need a probability of the weapon shattering equal to 0.46%, or roughly...
0.5%.
So,
BGT-
WeiDU BETA 4 and onwards will attempt to implement an 0.5% weapon/armour/shield shattering probability. Case closed.
Edited by Ascension64, 02 September 2005 - 04:36 AM.