meanings of Kill probability encyclopedia of Kill probability dictionary of Kill probability thesaurus on Kill probability books about Kill probability dreams about Kill probability
 Kill probability - Definition 

Computer games, simulations, models, and operations research programs often require a mechanism to determine statistically whether the engagement between a weapon and a target resulted in a kill. Statistical decisions are required when all of the variables that must be considered are not incorporated into the model, similar to the actuarial methods used by insurance companies to deal with large numbers of customers and huge numbers of variables.

The Probability of Kill (or PK) is usually based on a Uniform random number generator. This algorithm creates a number between 0 and 1 that is approximately uniformly distributed in that space. If the PK of a weapon/target engagement is 30% (or 0.30), then every random number generated that is less that 0.3 is considered a kill. Every number greater than 0.3 is considered a "not kill". When used many times in a simulation, the average result will be that 30% of the weapon/target engagements will be a kill and 70% will not be a kill.

This measure may also be used to express the accuracy of a weapon system. For example, if a weapon is expected to hit a target nine times out of ten with a representative set of ten engagements, one could say that this weapon has a PK of 0.9. You can also specify a probabilty according to a class of targets, for example, it has been stated that the SA-10 surface-to-air missile system has a PK of 0.9 against highly maneuvering targets.

References

A.M. Law and W.D. Kelton, Simulation Modeling and Analysis, McGraw Hill, 1991.

J. Banks (editor), Handbook of Simulation: Principles, Methodology, Advances, Applications, and Practice, John Wiley & Sons, 1998.

R. Smith and D. Stoner, "Fingers of Death: Algorithms for Combat Killing", Game Programming Gems 4, Charles River Media, 2004.

See Also

Copyright 2008 WordIQ.com - Privacy Policy  ::  Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Kill probability".