lambda
- noun
- /ˈlæmbdə/
- Specialized
- Wilks' lambda
- lambda =
- variance (lambda
Examples
-
The number zero is simply lambda(), and 1 is lambda(lambda()), 2 is lambda(lambda(lambda())), and so on.
Blog text (19) -
Similarly, extensions to lambda calculus have been found to have isomorphisms with fairly natural logics.
Blog text (8) -
A main effect for gender was found for the gender-role orientation variable, Wilks Lambda value = .790, p = .001.
Academic text (1996) -
The MANOVA controlling for student-level characteristics was statistically significant, with a Wilks' Lambda = 746.16.
Academic text (2013) -
In Python, you can create a lambda function to quickly double a number: double = lambda x: x * 2.
-
The lambda function allows you to write concise code for operations that require simple expressions.
-
You can pass a lambda function as an argument to higher-order functions like map or filter.
Synonyms
A rule in math or computing that gives one output for each input
Compounds
- Specialized
A tiny neutral particle made of three quarks that contains a strange quark
- Specialized
A neutral particle made of three quarks that appears in particle physics
- Specialized
A desert snake from southwestern North America that is not venomous and has a V-shaped mark on its head
Surface Forms
Etymology
Lambda for a small function in programming comes from the use of the Greek letter lambda in logic and math to mark functions, so a programming lambda is a short, unnamed function you write inline for quick tasks.