podobné slovo | definícia |
nonparametric (encz) | nonparametric,neparametrický adj: Zdeněk Brož |
nonparametric statistic (encz) | nonparametric statistic, n: |
nonparametric statistics (encz) | nonparametric statistics, n: |
parametric quantity (encz) | parametric quantity, n: |
parametric statistic (encz) | parametric statistic, n: |
parametrically (encz) | parametrically,parametricky adv: Zdeněk Brož |
neparametrický (czen) | neparametrický,nonparametricadj: Zdeněk Brož |
optical parametric oscillator (czen) | Optical Parametric Oscillator,OPO[zkr.] [voj.] Zdeněk Brož a
automatický překlad |
parametricky (czen) | parametricky,parametricallyadv: Zdeněk Brož |
parametrický (czen) | parametrický,parametricadj: TonyMi |
nonparametric (wn) | nonparametric
adj 1: not involving an estimation of the parameters of a
statistic |
nonparametric statistic (wn) | nonparametric statistic
n 1: a statistic computed without knowledge of the form or the
parameters of the distribution from which observations are
drawn [syn: nonparametric statistic, {distribution free
statistic}] |
nonparametric statistics (wn) | nonparametric statistics
n 1: the branch of statistics dealing with variables without
making assumptions about the form or the parameters of
their distribution |
parametric quantity (wn) | parametric quantity
n 1: a constant in the equation of a curve that can be varied to
yield a family of similar curves [syn: parameter,
parametric quantity] |
parametric statistic (wn) | parametric statistic
n 1: any statistic computed by procedures that assume the data
were drawn from a particular distribution |
parametric polymorphism (foldoc) | parametric polymorphism
Polymorphism was first identified by Christopher Strachey in
1967 and developed by Hindley and Milner.
For example we could specify that the argument of the "head"
function was a list without specifying a type for the elements
of the list. In Haskell we would write:
head :: [a] -> a
meaning head has type function from "list of a" to "a" where "a"
is a type variable). This is known as parametric polymorphism.
Polymorphic typing allows strong type checking as well as generic
functions. ML in 1976 was the first language with polymorphic
typing.
See also generic type variable.
(2014-01-05)
|