Talk:DPS
Let's say you have a turret that does 20 damage and a Rate of Fire of 3 sec. Then by either of the equations on the page you get
http://www.wolframalpha.com/input/?i=sum+3n*20n%2C+n%3D1+to+7
a DPS of 8400 which is wrong. This is because the DPS in the equation actually increases with a higher RateOfFire! If you put 1/RateOfFire instead you will have the correct value. Also you have to change to 1/PayloadFlightTime.
Also I was wonder about how the sum sign is used. The RateOfFire value in the sum can only be one value not many different if you don't define it as such. So maths wise it's going to be the same even if you have 7 different turret rate of fires because you're technically only allowed to put one value there. You have to define it something like
RateOfFire_n where RateOfFire_n is the the value for each module 1 to N.
The same also goes for each flight time and damage per cycle.