Share on Facebook Share on Twitter Email
Answers.com

parameter

 
(pə-răm'ĭ-tər) pronunciation
n.
  1. Mathematics.
    1. A constant in an equation that varies in other equations of the same general form, especially such a constant in the equation of a curve or surface that can be varied to represent a family of curves or surfaces.
    2. One of a set of independent variables that express the coordinates of a point.
    1. One of a set of measurable factors, such as temperature and pressure, that define a system and determine its behavior and are varied in an experiment.
    2. Usage Problem. A factor that restricts what is possible or what results: "all the parameters of shelter-where people will live, what mode of housing they will choose, and how they will pay for it" (New York).
    3. A factor that determines a range of variations; a boundary: an experimental school that keeps expanding the parameters of its curriculum.
  2. Statistics. A quantity, such as a mean, that is calculated from data and describes a population.
  3. Usage Problem. A distinguishing characteristic or feature.

[New Latin parametrum, a line through the focus and parallel to the directrix of a conic : Greek para-, beside; see para-1 + Greek metron, measure; see -meter.]

parametric par'a·met'ric (păr'ə-mĕt'rĭk) or par'a·met'ri·cal adj.
parametrically par'a·met'ri·cal·ly adv.

USAGE NOTE   The term parameter, which originates in mathematics, has a number of specific meanings in fields such as astronomy, electricity, crystallography, and statistics. Perhaps because of its ring of technical authority, it has been used more generally in recent years to refer to any factor that determines a range of variations and especially to a factor that restricts what can result from a process or policy. In this use it often comes close to meaning "a limit or boundary." Some of these new uses have a clear connection to the technical senses of the word. For example, the provisions of a zoning ordinance that limit the height or density of new construction can be reasonably likened to mathematical parameters that establish the limits of other variables. Therefore one can say The zoning commission announced new planning parameters for the historic Lamping district of the city. But other uses go one step further and treat parameter as a high-toned synonym for characteristic. Eighty percent of Panelists reject this use of parameter in the example The Judeo-Christian ethic is one of the important parameters of Western culture. • Some of the difficulties with the nontechnical use of parameter appear to arise from its resemblance to the word perimeter, with which it shares the sense "limit," though the precise meanings of the two words differ. This confusion probably explains the use of parameter in a sentence such as U.S. forces report that the parameters of the mine area in the Gulf are fairly well established, where the word perimeter would have expressed the intended sense more exactly. This example of a use of parameter was unacceptable to 61 percent of the Usage Panel.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

In technical use, a parameter is a measurable factor that contributes to determining a system or event. In the 20th century it developed rapidly into the kind of word that Fowler (1926) described as a 'popularized technicality', many instances of which he deplored, especially when simpler alternatives are available. In popular use, a parameter is 'a constant element or factor, especially serving as a limit or boundary', and is best demonstrated by examples:
There are parameters to these recollections which may not be immediately apparent: the world of learning...and the war—D. M. Davin, 1975
Lewis's refusal to accept her standards, her parameters, she regarded as threatening—Anita Brookner, 1989
Given that they have been working together for only a month, and that Andrew's brief is so wide, the parameters of their respective roles have yet to be defined in practical terms—Times, 2006.
A wide choice of alternatives is available to those who feel uneasy about using parameter in this way: for example criterion, factor, element, scope, boundary, limit, term, term of reference.

Previous:parallel, paraffin, paradise
Next:paraphernalia, parasitic, parasitical, paratroops

An auxiliary variable, functions of which give the coordinates of a curve or surface. The coordinates of a curve are functions of one parameter. A curve in 3-space has parametric equations (1).
1. x = f\!(t)\quad y = g(t)\quad z=h(t)

The coordinates of a surface are functions of two parameters, shown in Eqs. (2).
2. x = f\!(u,v)\quad y = g(u,v)\quad z = h(u,v)

An arbitrary constant in an equation is also called a parameter. Variations in the values of the parameter generate a system of equations which may represent a family of curves or surfaces. Such families are called one-parameter, two-parameter, and so on, according to the number of independent parameters. See also Parametric equation.


TechEncyclopedia:

parameter

Top

(1) Any value passed to a program by the user or by another program in order to customize the program for a particular purpose. A parameter may be anything; for example, a file name, a coordinate, a range of values, a money amount or a code of some kind. Parameters may be required as in parameter-driven software (see below) or they may be optional. Parameters are often entered as a series of values following the program name when the program is loaded; for example, a DOS switch defines a parameter. In the command dir /p the /p is a parameter switch that means pause after every screenful.

(2) In programming, a value passed to a subroutine or function for processing. Programming today's graphical applications in languages such as C, C++ and Java requires knowledge of hundreds of parameters.

In the following C function, which creates the text window for the Windows version of this database, there are 11 parameters passed to the CreateWindow routine. Some of them call yet other functions for necessary information. In order to call this routine in a program, the programmer must determine the values for every parameter.

 hWndText = CreateWindow
 (
 "TextWClass",
 NULL,
 WS_CHILD|WS_BORDER|WS_VSCROLL|WS_TABSTOP,
 xChar*23+GetSystemMetrics(SM_CXVSCROLL)+8,
 yChar*4,
 Rect.right-Rect.left+1-xChar*23
    -2*GetSystemMetrics(SM_CXVSCROLL)+5,
 yChar*(Lines+1)+2,
 hWnd,
 IDC_TEXTLIST,
 (HANDLE)hInstance,
 NULL
 );

Download Computer Desktop Encyclopedia to your PC, iPhone or Android.

Variable value; in a computer program, the parameters are changed each time the program is run. List rental selection parameters describe the criteria for selection applicable to each list rental. For example, the parameters may be set to select hotlines with male names and incomes over $50,000, or the parameters may be set for an nth-name selection.



1. constant or coefficient of a variable in an equation or a system of equations. For example, in a cost - volume formula of the form y = a + bx, the constant a and the slope b are parameters. The total fixed costs, the unit variable cost, and the unit selling price are examples of parameters .


2. numerical characteristic of a population computed using every element in the population. For example, the mean and the mode are parameters of a population.

Previous:Parallel Processing, Par Value, Paper Profit
Next:Parent Company, Paretoanalysis, Parity Computers:

A numerical, characteristic of a complete data such as a mean, median, standard deviation, or variance, set, as opposed to a sample. See parametric statistics.

1. An arbitrary constant or variable in a mathematical expression which gives rise to various cases of a particular phenomenon.

2. A quantity which is constant under a particular set of conditions, but which differs with changing conditions.

(puh-ram-uh-tuhr)

A quantity or number on which some other quantity or number depends. An informal example is, “Depending on the traffic, it takes me between twenty minutes and an hour to drive to work”; here, “traffic” is the parameter that determines the time it takes to get to work. In statistics, a parameter is an unknown characteristic of a population — for example, the number of women in a particular precinct who will vote Democratic.

  • The term is often mistakenly used to refer to the limits of possible values a variable can have because of confusion with the word perimeter.
    1. (in mathematics) an unknown quantity that is a constant in a particular context but that may have different values in other (similar) contexts; e.g. the coefficient b in the general equation, y = bx + c, representing a family of straight lines.
    2. (in statistics) a numerical characteristic of a population (as opposed to that of a sample of such a population).
    3. any distinguishing characteristic of something, especially one to which a measured value is or can be ascribed.
    parametric adj.

    Previous:paramecium, paramagnetism, paralogue
    Next:paramomycin, paramone, paramylon

    1. situated near the uterus; parametrial.
    2. pertaining to or defined in terms of a parameter.

    • p. method — a method of testing a hypothesis which requires the user to assume a particular model for the distribution of data, e.g. Poisson, normal.
    (pər-am′ə-tur)
    n

    Values that refer to a population; characteristics of a population. Because a parameter is a value of a hypothetical, infinite, unknown population, it is always an estimate.

    Random House Word Menu:

    categories related to 'parameter'

    Top
    Random House Word Menu by Stephen Glazier
    For a list of words related to parameter, see:

    Parameter from Ancient Greek παρά also “para” meaning “beside, subsidiary” and μέτρον also “metron” meaning “measure”, can be interpreted in mathematics, logic, linguistics, environmental science[1] and other disciplines.

    In its common meaning, the term is used to identify a characteristic, a feature, a measurable factor that can help in defining a particular system. It is an important element to take into consideration for the evaluation or for the comprehension of an event, a project or any situation.

    Contents

    Mathematical functions

    In mathematics, statistics, and the mathematical sciences, a parameter (from Ancient Greek παρά “beside” and μέτρον “measure”) is a quantity that serves to relate functions and variables using a common variable when such a relationship would be difficult to explicate with an equation.

    Mathematical functions have one or more arguments that are designated in the definition by variables, while their definition can also contain parameters. The variables are mentioned in the list of arguments that the function takes, but the parameters are not. When parameters are present, the definition actually defines a whole family of functions, one for every valid set of values of the parameters. For instance, one could define a general quadratic function by defining

    f(x) = ax2 + bx + c;

    here, the variable x designates the function argument, but a, b, and c are parameters that determine which quadratic function one is considering. The parameter could be incorporated into the function name to indicate its dependence on the parameter. For instance, one may define the base a logarithm by

    \log_a(x)=\frac{\log(x)}{\log(a)}

    where a is a parameter that indicates which logarithmic function is being used. It is not an argument of the function, and will, for instance, be a constant when considering the derivative \textstyle\log_a'(x).

    In some informal situations it is a matter of convention (or historical accident) whether some or all of the symbols in a function definition are called parameters. However, changing the status of symbols between parameter and variable changes the function as a mathematical object. For instance, the notation for the falling factorial power

    n^{\underline k}=n(n-1)(n-2)\cdots(n-k+1),

    defines a polynomial function of n (when k is considered a parameter), but is not a polynomial function of k (when n is considered a parameter). Indeed, in the latter case, it is only defined for non-negative integer arguments.

    In the special case of parametric equations, the independent variables are called the parameters.

    Examples

    • In a section on frequently misused words in his book The Writer's Art, James J. Kilpatrick quoted a letter from a correspondent, giving examples to illustrate the correct use of the word parameter:
    W.M. Woods ... a mathematician ... writes ... "... a variable is one of the many things a parameter is not." ... The dependent variable, the speed of the car, depends on the independent variable, the position of the gas pedal.


    [Kilpatrick quoting Woods] "Now ... the engineers ... change the lever arms of the linkage ... the speed of the car ... will still depend on the pedal position ... but in a ... different manner. You have changed a parameter"


    • A parametric equaliser is an audio filter that allows the frequency of maximum cut or boost to be set by one control, and the size of the cut or boost by another. These settings, the frequency level of the peak or trough, are two of the parameters of a frequency response curve, and in a two-control equaliser they completely describe the curve. More elaborate parametric equalisers may allow other parameters to be varied, such as skew. These parameters each describe some aspect of the response curve seen as a whole, over all frequencies. A graphic equaliser provides individual level controls for various frequency bands, each of which acts only on that particular frequency band.
    • If asked to imagine the graph of the relationship y = ax2, one typically visualizes a range of values of x, but only one value of a. Of course a different value of a can be used, generating a different relation between x and y. Thus a is considered to be a parameter: it is less variable than the variable x or y, but it is not an explicit constant like the exponent 2. More precisely, changing the parameter a gives a different (though related) problem, whereas the variations of the variables x and y (and their interrelation) are part of the problem itself.
    • In calculating income based on wage and hours worked (income equals wage multiplied by hours worked), it is typically assumed that the number of hours worked is easily changed, but the wage is more static. This makes 'wage' a parameter, 'hours worked' an independent variable, and 'income' a dependent variable.

    Mathematical models

    In the context of a mathematical model, such as a probability distribution, the distinction between variables and parameters was described by Bard as follows:

    We refer to the relations which supposedly describe a certain physical situation, as a model. Typically, a model consists of one or more equations. The quantities appearing in the equations we classify into variables and parameters. The distinction between these is not always clear cut, and it frequently depends on the context in which the variables appear. Usually a model is designed to explain the relationships that exist among quantities which can be measured independently in an experiment; these are the variables of the model. To formulate these relationships, however, one frequently introduces "constants" which stand for inherent properties of nature (or of the materials and equipment used in a given experiment). These are the parameters.[2]

    Analytic geometry

    In analytic geometry, curves are often given as the image of some function. The argument of the function is invariably called "the parameter". A circle of radius 1 centered at the origin can be specified in more than one form:

    • implicit form
    x2 + y2 = 1
    • parametric form
    (x,y)=(\cos \; t,\sin \; t)
    where t is the parameter.

    A somewhat more detailed description can be found at parametric equation.

    Mathematical analysis

    In mathematical analysis, integrals dependent on a parameter are often considered. These are of the form

    F(t)=\int_{x_0(t)}^{x_1(t)}f(x;t)\,dx.

    In this formula, t is the argument of the function F, and on the right-hand side the parameter on which the integral depends. When evaluating the integral, t is held constant, and so it is considered a parameter. If we are interested in the value of F for different values of t, we now consider it to be a variable. The quantity x is a dummy variable or variable of integration (confusingly, also sometimes called a parameter of integration).

    Statistics and econometrics

    In statistics and econometrics, the probability framework above still holds, but attention shifts to estimating the parameters of a distribution based on observed data, or testing hypotheses about them. In classical estimation these parameters are considered "fixed but unknown", but in Bayesian estimation they are treated as random variables, and their uncertainty is described as a distribution.[citation needed]

    It is possible to make statistical inferences without assuming a particular parametric family of probability distributions. In that case, one speaks of non-parametric statistics as opposed to the parametric statistics described in the previous paragraph. For example, Spearman is a non-parametric test as it is computed from the order of the data regardless of the actual values, whereas Pearson is a parametric test as it is computed directly from the data and can be used to derive a mathematical relationship.

    Statistics are mathematical characteristics of samples which can be used as estimates of parameters, mathematical characteristics of the populations from which the samples are drawn. For example, the sample mean (\overline X) can be used as an estimate of the mean parameter (μ) of the population from which the sample was drawn.

    In short, parameter can be defined as the numerical summary of a population.

    Probability theory

    These traces all represent Poisson distributions, but with different values for the parameter λ

    In probability theory, one may describe the distribution of a random variable as belonging to a family of probability distributions, distinguished from each other by the values of a finite number of parameters. For example, one talks about "a Poisson distribution with mean value λ". The function defining the distribution (the probability mass function) is:

    f(k;\lambda)=\frac{e^{-\lambda} \lambda^k}{k!}.

    This example nicely illustrates the distinction between constants, parameters, and variables. e is Euler's Number, a fundamental mathematical constant. The parameter λ is the mean number of observations of some phenomenon in question, a property characteristic of the system. k is a variable, in this case the number of occurrences of the phenomenon actually observed from a particular sample. If we want to know the probability of observing k1 occurrences, we plug it into the function to get f(k1;λ). Without altering the system, we can take multiple samples, which will have a range of values of k, but the system will always be characterized by the same λ.

    For instance, suppose we have a radioactive sample that emits, on average, five particles every ten minutes. We take measurements of how many particles the sample emits over ten-minute periods. The measurements will exhibit different values of k, and if the sample behaves according to Poisson statistics, then each value of k will come up in a proportion given by the probability mass function above. From measurement to measurement, however, λ remains constant at 5. If we do not alter the system, then the parameter λ is unchanged from measurement to measurement; if, on the other hand, we modulate the system by replacing the sample with a more radioactive one, then the parameter λ would increase.

    Another common distribution is the normal distribution, which has as parameters the mean μ and the variance σ².

    In these above examples, the distributions of the random variables are completely specified by the type of distribution, i.e. Poisson or normal, and the parameter values, i.e. mean and variance. In such a case, we have a parameterized distribution.a

    It is possible to use the sequence of moments (mean, mean square, ...) or cumulants (mean, variance, ...) as parameters for a probability distribution: see Statistical parameter.

    Computer science

    When the terms formal parameter and actual parameter are used, they generally correspond with the definitions used in computer science. In the definition of a function such as

    f(x) = x + 2,

    x is a formal parameter. When the function is used as in

    y = f(3) + 5 or just the value of f(3),

    3 is the actual parameter value that is substituted for the formal parameter in the function definition. These concepts are discussed in a more precise way in functional programming and its foundational disciplines, lambda calculus and combinatory logic.

    In computing, parameters are often called arguments, and the two words are used interchangeably. However, some computer languages such as C define argument to mean actual parameter (i.e., the value), and parameter to mean formal parameter.

    Engineering

    In engineering (especially involving data acquisition) the term parameter sometimes loosely refers to an individual measured item. This usage isn't consistent, as sometimes the term channel refers to an individual measured item, with parameter referring to the setup information about that channel.

    "Speaking generally, properties are those physical quantities which directly describe the physical attributes of the system; parameters are those combinations of the properties which suffice to determine the response of the system. Properties can have all sorts of dimensions, depending upon the system being considered; parameters are dimensionless, or have the dimension of time or its reciprocal."[3]

    The term can also be used in engineering contexts, however, as it is typically used in the physical sciences.

    Environmental science

    In environmental science and particularly in chemistry and microbiology, a parameter is used to describe a discrete chemical or microbiological entity which can be assigned a value which is commonly a concentration. The value may also be a logical entity (present or absent), a statistical result such as a 95%ile value or in some cases a subjective value

    Linguistics

    Within linguistics, the word "parameter" is almost exclusively used to denote a binary switch in a Universal Grammar within a Principles and Parameters framework.

    Logic

    In logic, the parameters passed to (or operated on by) an open predicate are called parameters by some authors (e.g., Prawitz, "Natural Deduction"; Paulson, "Designing a theorem prover"). Parameters locally defined within the predicate are called variables. This extra distinction pays off when defining substitution (without this distinction special provision has to be made to avoid variable capture). Others (maybe most) just call parameters passed to (or operated on by) an open predicate variables, and when defining substitution have to distinguish between free variables and bound variables.

    See also

    References

    1. ^ Parameter from the Free Dictionary
    2. ^ Bard, Yonathan (1974). Nonlinear Parameter Estimation. New York: Academic Press. p. 11. ISBN 0120782502. 
    3. ^ Trimmer, John D. (1950). Response of Physical Systems. New York: Wiley. p. 13. 

    Translations:

    Parameter

    Top

    Dansk (Danish)
    n. - afgrænsning

    Nederlands (Dutch)
    parameter

    Français (French)
    n. - (Math, Comput) paramètre

    Deutsch (German)
    n. - Faktor, Parameter

    Ελληνική (Greek)
    n. - παράμετρος

    Italiano (Italian)
    parametro

    Português (Portuguese)
    n. - parâmetro (m)

    Русский (Russian)
    параметр

    Español (Spanish)
    n. - parámetro

    Svenska (Swedish)
    n. - parameter

    中文(简体)(Chinese (Simplified))
    参数, 参量, 界限, 因素, 特征

    中文(繁體)(Chinese (Traditional))
    n. - 參數, 參量, 界限, 因素, 特徵

    한국어 (Korean)
    n. - 매개변수, 모수, 한계

    日本語 (Japanese)
    n. - パラメーター, 母数, パラメータ

    العربيه (Arabic)
    ‏(الاسم) كميه ثابته, عامل ثابت‏

    עברית (Hebrew)
    n. - ‮גודל המשתנה בין מקרים שונים, מדד, מאפיין ניתן למדידה או לכימות, פרמטר‬


    Best of the Web:

    parameter

    Top

    Some good "parameter" pages on the web:


    Math
    mathworld.wolfram.com
     
     
     

     

    Copyrights:

    American Heritage Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
     Fowler's Modern English Usage. Oxford University Press. © 1999, 2004 All rights reserved.  Read more
    McGraw-Hill Science & Technology Encyclopedia. McGraw-Hill Encyclopedia of Science and Technology. Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved.  Read more
    TechEncyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
    All other reproduction is strictly prohibited without permission from the publisher.
    © 1981-2012 The Computer Language Company Inc.  All rights reserved.  Read more
    Barron's Marketing Dictionary. Dictionary of Marketing Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved.  Read more
    Barron's Accounting Dictionary. Dictionary of Accounting Terms. Copyright © 2010 by Barron's Educational Series, Inc. All rights reserved.  Read more
    Oxford Dictionary of Geography. A Dictionary of Geography. Copyright © Susan Mayhew 1992, 1997, 2004. All rights reserved.  Read more
    Oxford Dictionary of Sports Science & Medicine. The Oxford Dictionary of Sports Science & Medicine. Copyright © Michael Kent 1998, 2006, 2007. All rights reserved.  Read more
    Dictionary of Cultural Literacy: Science. The New Dictionary of Cultural Literacy, Third Edition Edited by E.D. Hirsch, Jr., Joseph F. Kett, and James Trefil. Copyright © 2002 by Houghton Mifflin Company. Published by Houghton Mifflin. All rights reserved.  Read more
     Oxford Dictionary of Biochemistry. Oxford University Press. Oxford Dictionary of Biochemistry and Molecular Biology © 1997, 2000, 2006 All rights reserved.  Read more
    Saunders Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved.  Read more
    Mosby's Dental Dictionary. Mosby's Dental Dictionary. Copyright © 2004 by Elsevier, Inc. All rights reserved.  Read more
    Random House Word Menu. © 2010 Write Brothers Inc. Word Menu is a registered trademark of the Estate of Stephen Glazier. Write Brothers Inc. All rights reserved.  Read more
     Rhymes. Oxford University Press. © 2006, 2007 All rights reserved.  Read more
    Wikipedia on Answers.com. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article Parameter Read more
    Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved.  Read more

    Follow us
    Facebook Twitter
    YouTube

    Mentioned in

    » More» More