Skip to main content
parameter

parameter

22 6.6
A value given to a function to change how it works
  • noun
  • /pəˈræmɪtər/
  • Specialized
translation icon : parámetro
  • Instead, they make ensemble forecasts, varying initial conditions and model parameters to create a set of predictions.
  • an input parameter
  • an output parameter
  • a default parameter

In Python, the first parameter of a method must be self, but in Carbon there's a special syntax.

Examples

  • To balance the two energy terms, it acts as a regularization parameter with a positive value.

    Academic text (2017)
  • We identify the syntax tree with its meaning as a function from the parameters to the output variables.

    Academic text (2012)
  • You can determine the value of this parameter by just trying out which fits the data best.

  • So basically these are the two parameters you use to convert an analog signal to a digital signal.

  • So which input parameters give you the observations?

  • Defects revealed for very specific input or parameter values may be difficult to discover with these techniques alone.

    Academic text (2011)
  • The thresholds on the gradients and the search distances are set as parameters in the software.

    Academic text (1992)
  • In Python, the first parameter of a method must be self, but in Carbon there's a special syntax.

  • The Domino C APIs define all floating-point parameters as IEEE floating-point numbers.

    Academic text (1999)
  • In programming, you can adjust the parameter passed to the function to change its output.

Synonyms

argument
vsparameter
  • Specialized
56 6.7

A value given to a function or program as input

focuses on customizing operation rather than simply being input
arg
vsparameter
  • Jargon
1 9.3

A value given to a function or command in a program

is the full technical name used in documentation rather than the short form
param
vsparameter
  • Specialized
1 6.8

A value given to a function or program that controls how it works

is the full formal term rather than the shortened written form

Compounds

Hubble's parameter
  • Specialized
9.9

A number that shows how fast the universe is expanding now

Hubble parameter
  • Specialized
9.9

A number that shows how fast galaxies move apart depending on distance

How Essential

configuration
107 4.8
prop
  • Specialized
1 7.7
parameter
  • Specialized
22 6.6
setting
142 3.0
option
2.2

Surface Forms

parameter singular
parameters plural

Etymology

Parameter comes from Greek parts para- 'beside' and metron 'measure', like the idea in meter. In programming a parameter is a value put 'beside' a function to tell it how to behave, so the origin helps explain why it customizes the function.