Nonparametric skew

From formulasearchengine
Revision as of 11:49, 1 July 2013 by en>DrMicro (Asymmetric distributions)
Jump to navigation Jump to search

In type theory a typing environment (or variable assignment) represents the association between variables names and data types. More formally an environment Γ is a set or ordered list of pairs x,τ, usually written as x:τ, were x is a variable and τ its type.

In statically typed programming languages these environments are used and maintained by type rules to type check a given program or expression.

See also

Template:Type-theory-stub