Information about Parameter
For usage in computer science and programming, see .
For the journal of the U.S. Army War College, see .
Parameters, in the plural form, has recently become popular with non-technical users to mean limits, but this should not be confused with the word's technical meaning.
In mathematics, statistics, and the mathematical sciences, parameters (L: auxiliary measure) are quantities that define certain relatively constant characteristics of systems or functions. Often represented by θ in general form, other symbols carry standard, specific meanings. When evaluating the function over a domain or determining the response of the system over a period of time, the independent variables are varied, while the parameters are held constant. The function or system may then be reevaluated or reprocessed with different parameters, to give a function or system with different behavior.
Loosely speaking, the term parameter is used for an argument which is intermediate in status between a variable and a constant.
Example
- 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
, 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 graphical appearance. The a can therefore be considered to be a parameter: less variable than the variable x, but less constant than the constant 2.
Parameters in various contexts in math and science
Mathematical functions
Mathematical functions typically can have one or more variables and zero or more parameters. The two are often distinguished by being grouped separately in the list of arguments that the function takes:The symbols before the semicolon in the function's definition, in this example the
's, denote variables, while those after it, in this example the
's, denote parameters.
Strictly speaking, parameters are denoted by the symbols that are part of the function's definition, while arguments are the values that are supplied to the function when it is used. Thus, a parameter might be something like "the ratio of the cylinder's radius to its height", while the argument would be something like "2" or "0.1".
In some informal situations people regard it as a matter of convention (and therefore a historical accident) whether some or all the arguments of a function are called parameters.
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
- parametric form
- where t is the parameter.
Mathematical analysis
In mathematical analysis, one often considers "integrals dependent on a parameter". These are of the formProbability theory
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:
. 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 σ2.
It is possible to use the sequence of moments (mean, mean square, ...) or cumulants (mean, variance, ...) as parameters for a probability distribution.
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 random variables with distributions of their own.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 (
) can be used as an estimate of the mean parameter (μ) of the population from which the sample was drawn.
Other fields
Other fields use the term "parameter" as well, but with a different meaning.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.Engineering
In engineering (especially involving data acquisition) the term parameter sometimes loosely refers to an individual measured item. For example an airliner flight data recorder may record 88 different items, each termed a parameter. 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." John D. Trimmer, 1950, Response of Physical Systems (New York: Wiley), p. 13.
The term can also be used in engineering contexts, however, as it is typically used in the physical sciences.
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 used to solve the equation. These concepts are discussed in a more precise way in functional programming and its foundational disciplines, lambda calculus and combinatory logic.
In computing, the values passed to a function subroutine are more normally called arguments.
See also
- Parametrization (i.e., coordinate system)
- Parametrization (climate)
- Parsimony (with regards to the trade-off of many or few parameters in data fitting)
A limit can be:
..... Click the link for more information.
- Limit (mathematics), including:
- Limit of a function
- Limit of a sequence
..... Click the link for more information.
Mathematics (colloquially, maths or math) is the body of knowledge centered on such concepts as quantity, structure, space, and change, and also the academic discipline that studies them. Benjamin Peirce called it "the science that draws necessary conclusions".
..... Click the link for more information.
..... Click the link for more information.
Statistics is a mathematical science pertaining to the collection, analysis, interpretation or explanation, and presentation of data. It is applicable to a wide variety of academic disciplines, from the physical and social sciences to the humanities.
..... Click the link for more information.
..... Click the link for more information.
Science (from the Latin scientia, 'knowledge'), in the broadest sense, refers to any systematic knowledge or practice.[1] Examples of the broader use included political science and computer science, which are not incorrectly named, but rather named according to
..... Click the link for more information.
..... Click the link for more information.
Latin}}}
Official status
Official language of: Vatican City
Used for official purposes, but not spoken in everyday speech
Regulated by: Opus Fundatum Latinitas
Roman Catholic Church
Language codes
ISO 639-1: la
ISO 639-2: lat
..... Click the link for more information.
Official status
Official language of: Vatican City
Used for official purposes, but not spoken in everyday speech
Regulated by: Opus Fundatum Latinitas
Roman Catholic Church
Language codes
ISO 639-1: la
ISO 639-2: lat
..... Click the link for more information.
function expresses dependence between two quantities, one of which is given (the independent variable, argument of the function, or its "input") and the other produced (the dependent variable, value of the function, or "output").
..... Click the link for more information.
..... Click the link for more information.
Domain has several meanings:
..... Click the link for more information.
General
- some kind of territory, such as (for example) a demesne or a realm
- synonymous with a metaphorical field, e.g. "the domain of computer science"
..... Click the link for more information.
In mathematics, an independent variable is any of the arguments, i.e. "inputs", to a function. These are contrasted with the dependent variable, which is the value, i.e. the "output", of the function.
..... Click the link for more information.
..... Click the link for more information.
variable (IPA pronunciation: [ˈvæɹiəbl]) (sometimes called a pronumeral) is a symbolic representation denoting a quantity or expression.
..... Click the link for more information.
..... Click the link for more information.
In mathematics and the mathematical sciences, a constant is a fixed, but possibly unspecified, value. This is in contrast to a variable, which is not fixed.
..... Click the link for more information.
Unspecified constants
The most widely mentioned sort of constant..... Click the link for more information.
James J. Kilpatrick (b. November 1, 1920) is a conservative columnist and grammarian .
Kilpatrick began writing his syndicated political column, "A Conservative View," in 1964, after he had spent many years as an editor of the Richmond News-Leader.
..... Click the link for more information.
Kilpatrick began writing his syndicated political column, "A Conservative View," in 1964, after he had spent many years as an editor of the Richmond News-Leader.
..... Click the link for more information.
equalization (or equalisation, EQ) is the process of changing the frequency envelope of a sound. In passing through any channel, temporal/frequency spreading of a signal occurs. Etymologically, it means to correct, or make equal, the frequency response of a signal.
..... Click the link for more information.
..... Click the link for more information.
An audio filter is a type of filter used for processing sound signals. Many types of filters exist for applications including graphic equalizers, synthesizers, sound effects, CD players and virtual reality systems.
..... Click the link for more information.
..... Click the link for more information.
FreQuency is a music video game developed by Harmonix and published by SCEI. It was released in November 2001. A sequel, titled Amplitude was released in 2003.
..... Click the link for more information.
..... Click the link for more information.
equalization (or equalisation, EQ) is the process of changing the frequency envelope of a sound. In passing through any channel, temporal/frequency spreading of a signal occurs. Etymologically, it means to correct, or make equal, the frequency response of a signal.
..... Click the link for more information.
..... Click the link for more information.
Analytic geometry, also called coordinate geometry and earlier referred to as Cartesian geometry or analytical geometry, is the study of geometry using the principles of algebra.
..... Click the link for more information.
..... Click the link for more information.
In mathematics, the concept of a curve tries to capture the intuitive idea of a geometrical one-dimensional and continuous object. A simple example is the circle.
..... Click the link for more information.
..... Click the link for more information.
parametric equations bear slight similarity to functions: they allow one to use arbitrary values, called parameters, in place of independent variables in equations, which in turn provide values for dependent variables.
..... Click the link for more information.
..... Click the link for more information.
Analysis has its beginnings in the rigorous formulation of calculus. It is the branch of mathematics most explicitly concerned with the notion of a limit, whether the limit of a sequence or the limit of a function.
..... Click the link for more information.
..... Click the link for more information.
Probability theory is the branch of mathematics concerned with analysis of random phenomena.[1] The central objects of probability theory are random variables, stochastic processes, and events: mathematical abstractions of non-deterministic events or measured quantities
..... Click the link for more information.
..... Click the link for more information.
probability distribution that assigns a probability to every subset (more precisely every measurable subset) of its state space in such a way that the probability axioms are satisfied.
..... Click the link for more information.
..... Click the link for more information.
A random variable is an abstraction of the intuitive concept of chance into the theoretical domains of mathematics, forming the foundations of probability theory and mathematical statistics.
..... Click the link for more information.
..... Click the link for more information.
probability distribution that assigns a probability to every subset (more precisely every measurable subset) of its state space in such a way that the probability axioms are satisfied.
..... Click the link for more information.
..... Click the link for more information.
Poisson distribution is a discrete probability distribution that expresses the probability of a number of events occurring in a fixed period of time if these events occur with a known average rate, and are independent of the time since the last event.
..... Click the link for more information.
..... Click the link for more information.
probability mass function (abbreviated pmf) is a function that gives the probability that a discrete random variable is exactly equal to some value. A probability mass function differs from a probability density function (abbreviated pdf
..... Click the link for more information.
..... Click the link for more information.
e is the unique real number such that the value of the derivative (slope of the tangent line) of f(x) = ex at the point x = 0 is exactly 1.
..... Click the link for more information.
..... Click the link for more information.
A mathematical constant is a quantity, usually a real number or a complex number, that arises naturally in mathematics and does not change. Unlike physical constants, mathematical constants are defined independently of any physical measurement.
..... Click the link for more information.
..... Click the link for more information.
In statistics, mean has two related meanings:
..... Click the link for more information.
- the arithmetic mean (and is distinguished from the geometric mean or harmonic mean).
- the expected value of a random variable, which is also called the population mean.
..... Click the link for more information.
Radioactive decay is the process in which an unstable atomic nucleus loses energy by emitting radiation in the form of particles or electromagnetic waves. This decay, or loss of energy, results in an atom of one type, called the parent nuclide
..... Click the link for more information.
..... Click the link for more information.
normal distribution, also called the Gaussian distribution, is an important family of continuous probability distributions, applicable in many fields. Each member of the family may be defined by two parameters, location and scale: the mean ("average",
..... Click the link for more information.
..... Click the link for more information.
This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus




