Revision as of 23:10, 5 July 2008 edit76.121.38.103 (talk)No edit summary← Previous edit | Revision as of 09:31, 15 July 2008 edit undo212.127.7.58 (talk) Adding other CVaR defNext edit → | ||
Line 4: | Line 4: | ||
The most common usage of CVARs is probably by server operators to customize their online game ]s. | The most common usage of CVARs is probably by server operators to customize their online game ]s. | ||
CVaR is also a finance term for ], a measure of the maginiude of tail-risk in loss distributions. | |||
] | ] |
Revision as of 09:31, 15 July 2008
CVAR and ConVar are abbreviations for Console Variable. Depending on the context in which the term is found, it may also stand for Client Variable, or Configuration Variable.
This is a type of variable used in many computer games and computer 3D simulation engines that can be manipulated by a text based command line interface within the game or engine, often called a console. They commonly hold configuration parameters, but can be used for anything that may potentially be accessed and/or modified by the console.
The most common usage of CVARs is probably by server operators to customize their online game servers.
CVaR is also a finance term for Conditional Value-at-Risk, a measure of the maginiude of tail-risk in loss distributions.
This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it. |