Article · Wikipedia archive · Last revised May 26, 2026

Nonparametric statistics

Nonparametric statistics is a type of statistical analysis that makes minimal assumptions about the underlying distribution of the data being studied. Often these models are infinite-dimensional, rather than finite dimensional, as in parametric statistics. Nonparametric statistics can be used for descriptive statistics or statistical inference. Nonparametric tests are often used when the assumptions of parametric tests are evidently violated.

Last revised
May 26, 2026
Read time
≈ 22 min
Length
4,990 w
Citations
31
Source

Nonparametric statistics is a type of statistical analysis that makes minimal assumptions about the underlying distribution of the data being studied. Often these models are infinite-dimensional, rather than finite dimensional, as in parametric statistics.1 Nonparametric statistics can be used for descriptive statistics or statistical inference. Nonparametric tests are often used when the assumptions of parametric tests are evidently violated.2

Definitions

The term "nonparametric statistics" has been defined imprecisely in the following two ways, among others:

The first meaning of nonparametric involves techniques that do not rely on data belonging to any particular parametric family of probability distributions. These include, among others:

  • Methods which are distribution-free, which do not rely on assumptions that the data are drawn from a given parametric family of probability distributions.
  • Statistics defined to be a function on a sample, without dependency on a parameter.

An example is order statistics, which are based on ordinal ranking of observations.

The discussion following is taken from Kendall's Advanced Theory of Statistics.3

Statistical hypotheses concern the behavior of observable random variables.... For example, the hypothesis (a) that a normal distribution has a specified mean and variance is statistical; so is the hypothesis (b) that it has a given mean but unspecified variance; so is the hypothesis (c) that a distribution is of normal form with both mean and variance unspecified; finally, so is the hypothesis (d) that two unspecified continuous distributions are identical.

It will have been noticed that in the examples (a) and (b) the distribution underlying the observations was taken to be of a certain form (the normal) and the hypothesis was concerned entirely with the value of one or both of its parameters. Such a hypothesis, for obvious reasons, is called parametric.

Hypothesis (c) was of a different nature, as no parameter values are specified in the statement of the hypothesis; we might reasonably call such a hypothesis non-parametric. Hypothesis (d) is also non-parametric but, in addition, it does not even specify the underlying form of the distribution and may now be reasonably termed distribution-free. Notwithstanding these distinctions, the statistical literature now commonly applies the label "non-parametric" to test procedures that we have just termed "distribution-free", thereby losing a useful classification.

The second meaning of non-parametric involves techniques that do not assume that the structure of a model is fixed. Typically, the model grows in size to accommodate the complexity of the data. In these techniques, individual variables are typically assumed to belong to parametric distributions, and assumptions about the types of associations among variables are also made. These techniques include, among others:

  • non-parametric regression, which is modeling whereby the structure of the relationship between variables is treated non-parametrically, but where nevertheless there may be parametric assumptions about the distribution of model residuals.
  • non-parametric hierarchical Bayesian models, such as models based on the Dirichlet process, which allow the number of latent variables to grow as necessary to fit the data, but where individual variables still follow parametric distributions and even the process controlling the rate of growth of latent variables follows a parametric distribution.

Applications and purpose

Non-parametric methods are widely used for studying populations that have a ranked order (such as movie reviews receiving one to five "stars"). The use of non-parametric methods may be necessary when data have a ranking but no clear numerical interpretation, such as when assessing preferences. In terms of levels of measurement, non-parametric methods result in ordinal data.

As non-parametric methods make fewer assumptions, their applicability is much more general than the corresponding parametric methods. In particular, they may be applied in situations where less is known about the application in question. Also, due to the reliance on fewer assumptions, non-parametric methods are more robust.

Non-parametric methods are sometimes considered simpler to use and more robust than parametric methods, even when the assumptions of parametric methods are justified. This is due to their more general nature, which may make them less susceptible to misuse and misunderstanding. Non-parametric methods can be considered a conservative choice, as they will work even when their assumptions are not met, whereas parametric methods can produce misleading results when their assumptions are violated.

The wider applicability and increased robustness of non-parametric tests comes at a cost: in cases where a parametric test's assumptions are met, non-parametric tests have less statistical power. In other words, a larger sample size can be required to draw conclusions with the same degree of confidence.

Non-parametric models

Non-parametric models differ from parametric models in that the model structure is not specified a priori but is instead determined from data. The term non-parametric is not meant to imply that such models completely lack parameters but that the number and nature of the parameters are flexible and not fixed in advance.

Methods

Non-parametric (or distribution-free) inferential statistical methods are mathematical procedures for statistical hypothesis testing which, unlike parametric statistics, make no assumptions about the probability distributions of the variables being assessed. The most frequently used tests include

Mathematical Statistics

In mathematical statistics, nonparametric models are considered models that do not rely on a parametric assumption of the unknown data distribution (in density estimation problems) or of the regression function (in regression problems). While the goal of any parametric model is the estimation of a finite number of parameters θ 1 , , θ p R {\displaystyle \theta _{1},\dots ,\theta _{p}\in \mathbb {R} } , nonparametric models aim to directly estimate the data distribution/regression function.56

For the mathematical analysis, however, parametric and nonparametric approaches fit into the same setting: Assuming that the function that is to be estimated (data distribution or regression function) belongs to a set of functions parametrized by a set Θ {\displaystyle \Theta } , one searches for a (measurable) function T n : X n Θ {\displaystyle T_{n}:{\mathcal {X}}^{n}\to \Theta } that estimates the "true" parameter based on data points x 1 , , x n X {\displaystyle x_{1},\dots ,x_{n}\in {\mathcal {X}}} . The key difference between parametric and nonparametric approaches is that in the former Θ R d {\displaystyle \Theta \subset \mathbb {R} ^{d}} for some d N {\displaystyle d\in \mathbb {N} } , while in the latter Θ {\displaystyle \Theta } is typically the set of possible target functions itself, for example, the set of continuous functions or differentiable functions.

Relevant questions in this field regard the construction of reasonable estimators, consistency, rates of convergence and their optimality, and adaptive estimation.6

Consistency

As in parametric regression, a desirable property for an estimator f n ^ {\displaystyle {\hat {f_{n}}}} is that it converges to the target function f {\displaystyle f} as the sample size n {\displaystyle n} goes to infinity, that is, the approximation error converges to zero. Usually, the approximation is measured in terms of L 2 {\displaystyle L^{2}} -norm distance between f n ^ {\displaystyle {\hat {f_{n}}}} and f {\displaystyle f} . Since the estimator is a function of the randomly drawn data X = ( X 1 , , X n ) {\displaystyle X=(X_{1},\dots ,X_{n})} , the approximation is a random variable as well, and so we distinguish two different modes of convergence:

Weak consistency: lim n E [ f n ^ ( X ) f L 2 2 ] = 0 {\displaystyle \lim _{n\to \infty }\mathbb {E} [\lVert {\hat {f_{n}}}(X)-f\rVert _{L^{2}}^{2}]=0} .

Strong consistency: lim n f n ^ ( X ) f L 2 2 = 0 {\displaystyle \lim _{n\to \infty }\lVert {\hat {f_{n}}}(X)-f\rVert _{L^{2}}^{2}=0} almost surely.

If an estimator is consistent for all square-integrable f {\displaystyle f} , then it is called weakly/strongly universally consistent.5

Many common nonparametric estimators are weakly universally consistent, such as the Nadarya-Watson estimator, kNNs and certain local polynomial estimators.5

Minimax optimal rates of convergence

A central topic in the statistical analysis of nonparametric estimators is their speed of convergence towards the true target function f {\displaystyle f} and whether the speed is optimal, i.e., the convergence is as fast as possible. The most common way to measure the speed of convergence of an estimator is the minimax convergence rate, which considers the expected loss of the estimator in the worst case scenario. Under certain assumptions on the smoothness of f {\displaystyle f} , one can show that there is a minimal convergence rates that no estimator can undercut, and so any estimator achieving this minimal rate is called optimal.

Mathematically speaking, the target function f {\displaystyle f} is assumed to belong to some class of functions H {\displaystyle {\mathcal {H}}} , called the hypothesis class, inducing a distribution P f {\displaystyle \mathbb {P} _{f}} on X {\displaystyle {\mathcal {X}}} , and the approximation quality of an estimator f n ^ : X n H {\displaystyle {\hat {f_{n}}}:{\mathcal {X}}^{n}\to {\mathcal {H}}} is measured by some function L : H × H [ 0 , ) {\displaystyle L:{\mathcal {H}}\times {\mathcal {H}}\to [0,\infty )} . The minimax convergence rate of f n ^ {\displaystyle {\hat {f_{n}}}} is a sequence ( ψ n ) n N {\displaystyle (\psi _{n})_{n\in \mathbb {N} }} of real numbers for which it holds lim sup n 1 ψ n sup f H E f [ L ( f , f n ^ ( X 1 , , X n ) ) ] < , lim inf n 1 ψ n sup f H E f [ L ( f , f n ^ ( X 1 , , X n ) ) ] > 0 , {\displaystyle {\begin{aligned}\limsup _{n\to \infty }{\frac {1}{\psi _{n}}}\sup _{f\in {\mathcal {H}}}\mathbb {E} _{f}{\big [}L{\big (}f,{\hat {f_{n}}}(X_{1},\dots ,X_{n}){\big )}{\big ]}&<\infty ,\\\liminf _{n\to \infty }{\frac {1}{\psi _{n}}}\sup _{f\in {\mathcal {H}}}\mathbb {E} _{f}{\big [}L{\big (}f,{\hat {f_{n}}}(X_{1},\dots ,X_{n}){\big )}{\big ]}&>0,\end{aligned}}} where E f [ ] {\displaystyle \mathbb {E} _{f}[\cdot ]} indicates that the random variables X 1 , , X n {\displaystyle X_{1},\dots ,X_{n}} , which draw the data points, have distribution P f {\displaystyle \mathbb {P} _{f}} .

A universal lower bound on estimation for a hypothesis class H {\displaystyle {\mathcal {H}}} is a sequence ( ψ n ) n N {\displaystyle (\psi _{n})_{n\in {\mathcal {N}}}} for which it holds lim sup n 1 ψ n inf ρ n ^ sup f H E f [ L ( f , ρ ^ n ( X 1 , , X n ) ) ] < , lim inf n 1 ψ n inf ρ n ^ sup f H E f [ L ( f , ρ ^ n ( X 1 , , X n ) ) ] > 0 , {\displaystyle {\begin{aligned}\limsup _{n\to \infty }{\frac {1}{\psi _{n}}}\inf _{\hat {\rho _{n}}}\sup _{f\in {\mathcal {H}}}\mathbb {E} _{f}{\big [}L{\big (}f,{\hat {\rho }}_{n}(X_{1},\dots ,X_{n}){\big )}{\big ]}&<\infty ,\\\liminf _{n\to \infty }{\frac {1}{\psi _{n}}}\inf _{\hat {\rho _{n}}}\sup _{f\in {\mathcal {H}}}\mathbb {E} _{f}{\big [}L{\big (}f,{\hat {\rho }}_{n}(X_{1},\dots ,X_{n}){\big )}{\big ]}&>0,\end{aligned}}} where the infima are taken over all possible estimators ρ ^ n {\displaystyle {\hat {\rho }}_{n}} (that is, measurable functions) based on n {\displaystyle n} observations.

The detailed analysis of nonparametric estimators then divides into the estimation of probability densities and regressions functions.

Density estimation

The setting of density estimation typically involves a normed space of functions ( F , ) {\displaystyle ({\mathcal {F}},\lVert \cdot \rVert )} , a subset of density functions H = { f F : f 0 , X f ( x ) d x = 1 , f 1 } {\displaystyle {\mathcal {H}}=\{f\in {\mathcal {F}}:f\geq 0,\int _{\mathcal {X}}f(x)dx=1,\lVert f\rVert \leq 1\}} and independent random variables X 1 , , X n X R d {\displaystyle X_{1},\dots ,X_{n}\in {\mathcal {X}}\subset \mathbb {R} ^{d}} distributed according to the measure with density f H {\displaystyle f\in {\mathcal {H}}} , which generates the data.

Minimax lower bounds are known for different pairs of function classes F {\displaystyle {\mathcal {F}}} and comparison metrics L {\displaystyle L} . Common choices for F {\displaystyle {\mathcal {F}}} are:

  • F = C α ( X ) , α > 0 {\displaystyle {\mathcal {F}}=C^{\alpha }({\mathcal {X}}),\alpha >0} : The space of α {\displaystyle \lfloor \alpha \rfloor } -times differentiable functions with the highest derivative being ( α α ) {\displaystyle (\alpha -\lfloor \alpha \rfloor )} -Hölder-smooth.
  • F = H s ( X ) = W s , 2 ( X ) , s > 0 {\displaystyle {\mathcal {F}}=H^{s}({\mathcal {X}})=W^{s,2}({\mathcal {X}}),s>0} : The space of Sobolev-smooth functions with square-integrable weak derivatives.
  • F = B p , q s ( X ) , s > 0 , p , q ( 0 , ] {\displaystyle {\mathcal {F}}=B_{p,q}^{s}({\mathcal {X}}),s>0,p,q\in (0,\infty ]} : The space of Besov-smooth functions.

In fact, the Hölder spaces and the Sobolev spaces are special cases of some Besov spaces, namely C α ( X ) = B , α ( X ) {\displaystyle C^{\alpha }({\mathcal {X}})=B_{\infty ,\infty }^{\alpha }({\mathcal {X}})} for α Z {\displaystyle \alpha \notin \mathbb {Z} } and H s ( X ) = B 2 , 2 s ( X ) {\displaystyle H^{s}({\mathcal {X}})=B_{2,2}^{s}({\mathcal {X}})} .7 Thus, it often suffices to derive lower bounds under Besov-smoothness assumptions.

Common choices for L {\displaystyle L} are:6

  • L ( f , g ) = ( f ( x 0 ) g ( x 0 ) ) 2 , x 0 X {\displaystyle L(f,g)=(f(x_{0})-g(x_{0}))^{2},x_{0}\in {\mathcal {X}}} : The pointwise squared error (MSE).
  • L ( f , g ) = f g L 2 ( X ) 2 {\displaystyle L(f,g)=\lVert f-g\rVert _{L^{2}({\mathcal {X}})}^{2}} : The Mean Integrated Square Error (MISE).
  • L ( f , g ) = f g L ( X ) {\displaystyle L(f,g)=\lVert f-g\rVert _{L^{\infty }({\mathcal {X}})}} : The supremum-norm-distance.
  • L ( f , g ) = K L ( P f P g ) {\displaystyle L(f,g)=\mathrm {KL} (\mathbb {P} _{f}\lVert \mathbb {P} _{g})} : The Kullback-Leibler divergence of the distributions induced by f {\displaystyle f} and g {\displaystyle g} .
  • L ( f , g ) = T V ( P f , P g ) {\displaystyle L(f,g)=\mathrm {TV} (\mathbb {P} _{f},\mathbb {P} _{g})} : The total variation distance of the distributions induced by f {\displaystyle f} and g {\displaystyle g} .
  • L ( f , g ) = W β ( P f , P g ) , β 1 {\displaystyle L(f,g)=W_{\beta }(\mathbb {P} _{f},\mathbb {P} _{g}),\beta \geq 1} : The Wasserstein- β {\displaystyle \beta } distance of the distributions induced by f {\displaystyle f} and g {\displaystyle g} .

By Scheffé's theorem, the total variation distance T V ( P f , P g ) {\displaystyle \mathrm {TV} (\mathbb {P} _{f},\mathbb {P} _{g})} is equivalent to the L 1 {\displaystyle L^{1}} -distance of f {\displaystyle f} and g {\displaystyle g} .

Smoothness class L 2 ( f , g ) {\displaystyle L^{2}(f,g)} W β ( P f , P g ) {\displaystyle W_{\beta }(\mathbb {P} _{f},\mathbb {P} _{g})} T V ( P f , P g ) {\displaystyle \mathrm {TV} (\mathbb {P} _{f},\mathbb {P} _{g})} K L ( P f P g ) {\displaystyle \mathrm {KL} (\mathbb {P} _{f}\lVert \mathbb {P} _{g})}
B p , q s ( X ) {\displaystyle B_{p,q}^{s}({\mathcal {X}})} n 2 s 2 s + d {\displaystyle n^{-{\frac {2s}{2s+d}}}} 8 ( p , q 1 , s > d / q ) {\displaystyle (p,q\geq 1,\,s>d/q)} n s + 1 2 s + d {\displaystyle n^{-{\frac {s+1}{2s+d}}}} 9 n s 2 s + d {\displaystyle n^{-{\frac {s}{2s+d}}}} 8 n 2 s 2 s + d {\displaystyle n^{-{\frac {2s}{2s+d}}}}
L 2 ( R ) {\displaystyle L^{2}(\mathbb {R} )} n 1 {\displaystyle n^{-1}} 10 - - -

Kernel density estimators, for instance, achieve the lower bound w.r.t. the MISE under a Sobolev hypothesis class under an appropriate bandwidth choice and is thus minimax optimal.6 More recently, also score-based generative models have been shown to achieve minimax convergence rates in total variation and in Wasserstein-1 distance for B p , q s ( [ 0 , 1 ] d ) {\displaystyle B_{p,q}^{s}([0,1]^{d})} -smooth distributions, s > ( 1 / p 1 / 2 ) + {\displaystyle s>(1/p-1/2)_{+}} , that are bounded away from zero from below.11

Regression

In the regression setting, the data arises in pairs ( X 1 , Y 1 ) , , ( X n , Y n ) {\displaystyle (X_{1},Y_{1}),\dots ,(X_{n},Y_{n})} . Assuming that the data is independent and identically distributed, and E [ | Y 1 | ] < {\displaystyle \mathbb {E} [|Y_{1}|]<\infty } , one can always write Y i = f ( X i ) + ε i , {\displaystyle Y_{i}=f(X_{i})+\varepsilon _{i},} with f ( x ) = E [ Y 1 X 1 = x ] {\displaystyle f(x)=\mathbb {E} [Y_{1}\mid X_{1}=x]} being the regression function to be estimated and a noise variable ε i {\displaystyle \varepsilon _{i}} fulfilling E [ ε i ] = 0 {\displaystyle \mathbb {E} [\varepsilon _{i}]=0} and E [ ε 2 ] = σ 2 > 0 {\displaystyle \mathbb {E} [\varepsilon ^{2}]=\sigma ^{2}>0} . Typically, the independent variables X i {\displaystyle X_{i}} are assumed to have values in the unit cube [ 0 , 1 ] d {\displaystyle [0,1]^{d}} and to be either determinsitic points on a grid (deterministic design) or uniformly distributed (random design). Thus, X = [ 0 , 1 ] d × R {\displaystyle {\mathcal {X}}=[0,1]^{d}\times \mathbb {R} } .

The above setting applies to binary classification as well. In that case, the observations take only two values, say 0 and 1, such that f ( x ) = E [ 1 { Y 1 = 1 } X = x ] = P ( Y 1 = 1 X = x ) {\displaystyle f(x)=\mathbb {E} [\mathbb {1} _{\{Y_{1}=1\}}\mid X=x]=\mathbb {P} (Y_{1}=1\mid X=x)} and given an estimator f n ^ {\displaystyle {\hat {f_{n}}}} of f {\displaystyle f} , the classifiers are assumed to have the form C ( x ) = 1 [ 1 / 2 , 1 ] ( f n ^ ( x ) ) {\displaystyle C(x)=\mathbb {1} _{[1/2,1]}({\hat {f_{n}}}(x))} , that is, they classify a point as 1 if the estimated probability of Y = 1 {\displaystyle Y=1} is greater than 1 / 2 {\displaystyle 1/2} (and 0 otherwise). Indeed, many classification methods are of that form, for example logistic regression, linear discriminant analysis, quadratic discriminant analysis, and k-nearest-neighbors, and support vector machines.

Then, for the statistical analysis, the hypothesis class is of the form H = { f F : f 1 } {\displaystyle {\mathcal {H}}=\{f\in {\mathcal {F}}:\lVert f\rVert \leq 1\}} for some normed space of functions ( F , ) {\displaystyle ({\mathcal {F}},\lVert \cdot \rVert )} and expectations E f {\displaystyle \mathbb {E} _{f}} are taken with respect to the joint distribution of X {\displaystyle X} and Y {\displaystyle Y} (or just Y {\displaystyle Y} if the X i {\displaystyle X_{i}} are deterministic).

In nonparametric regression, common choices for F {\displaystyle {\mathcal {F}}} are:

  • F = C α ( [ 0 , 1 ] d ) , α > 0 {\displaystyle {\mathcal {F}}=C^{\alpha }([0,1]^{d}),\alpha >0} : The space of α {\displaystyle \lfloor \alpha \rfloor } -times differentiable functions with the highest derivative being ( α α ) {\displaystyle (\alpha -\lfloor \alpha \rfloor )} -Hölder-smooth.
  • F = W k , q ( [ 0 , 1 ] d ) , k N , q > d {\displaystyle {\mathcal {F}}=W^{k,q}([0,1]^{d}),k\in \mathbb {N} ,q>d} : The space of Sobolev-smooth functions with L q {\displaystyle L^{q}} -integrable weak derivatives.

Common choices for L {\displaystyle L} are:

  • L ( f , g ) = ( f ( x 0 ) g ( x 0 ) ) 2 , x 0 [ 0 , 1 ] d {\displaystyle L(f,g)=(f(x_{0})-g(x_{0}))^{2},x_{0}\in [0,1]^{d}} : The pointwise squared error (MSE).
  • L ( f , g ) = f g L p ( [ 0 , 1 ] d ) , p [ 1 , ) {\displaystyle L(f,g)=\lVert f-g\rVert _{L^{p}([0,1]^{d})},p\in [1,\infty )} : The p {\displaystyle p} -th norm.
  • L ( f , g ) = f g L ( [ 0 , 1 ] d ) {\displaystyle L(f,g)=\lVert f-g\rVert _{L^{\infty }([0,1]^{d})}} : The supremum-norm-distance.

Under certain technical assumptions, the following lower bounds are known.

Smoothness class ( f ( x 0 ) g ( x 0 ) ) 2 {\displaystyle (f(x_{0})-g(x_{0}))^{2}} L p ( [ 0 , 1 ] d ) {\displaystyle L^{p}([0,1]^{d})} L ( [ 0 , 1 ] d ) {\displaystyle L^{\infty }([0,1]^{d})}
C α ( [ 0 , 1 ] d ) {\displaystyle C^{\alpha }([0,1]^{d})} n 2 α 2 α + d {\displaystyle n^{-{\frac {2\alpha }{2\alpha +d}}}} 6 (determ. design) n α 2 α + d {\displaystyle n^{-{\frac {\alpha }{2\alpha +d}}}} 612 ( log n / n ) α 2 α + d {\displaystyle (\log n/n)^{\frac {\alpha }{2\alpha +d}}} 612
W k , q ( [ 0 , 1 ] d ) {\displaystyle W^{k,q}([0,1]^{d})} - n k 2 k + d {\displaystyle n^{-{\frac {k}{2k+d}}}} 12 ( n / σ 1 ) {\displaystyle ({\sqrt {n}}/\sigma \geq 1)} n k 2 k + d {\displaystyle n^{-{\frac {k}{2k+d}}}} 12 ( n / σ 1 ) {\displaystyle ({\sqrt {n}}/\sigma \geq 1)}

Some local polynomial estimators are minimax optimal w.r.t. L 2 {\displaystyle L^{2}} under H = C α ( [ 0 , 1 ] d ) {\displaystyle {\mathcal {H}}=C^{\alpha }([0,1]^{d})} for arbitrary α > 0 {\displaystyle \alpha >0} when the bandwidth is of order O ( n 1 2 α + d ) {\displaystyle {\mathcal {O}}(n^{-{\frac {1}{2\alpha +d}}})} .6 kNNs are also minimax optimal w.r.t. the MSE under H = C 2 ( [ 0 , 1 ] d ) {\displaystyle {\mathcal {H}}=C^{2}([0,1]^{d})} and w.r.t. L 2 {\displaystyle L^{2}} under H = C 1 ( [ 0 , 1 ] d ) {\displaystyle {\mathcal {H}}=C^{1}([0,1]^{d})} when the number of considered neighbors is of order O ( n 1 d + 4 ) {\displaystyle {\mathcal {O}}(n^{\frac {1}{d+4}})} and O ( n 1 d + 2 ) {\displaystyle {\mathcal {O}}(n^{\frac {1}{d+2}})} respectively.5

Adaptivity

The choice of the model hyperparameters (e.g. bandwidth for kernel methods or number of neighbors for kNN) needed to achieve the optimal convergence rate typically depend on the smoothness parameter of the unknown target function, which means that, in practice, without an appropriate estimation of the hyperparameters, the methods named above are in fact not optimal.

Instead, one is interested in methods that achieve the minimax optimal convergence rates not only for one specific smoothness parameter, but across different values. Let the hypothesis class be of the form H = β > 0 H β {\displaystyle {\mathcal {H}}=\bigcup _{\beta >0}{\mathcal {H}}_{\beta }} (for example H β = C β ( [ 0 , 1 ] d ) {\displaystyle {\mathcal {H}}_{\beta }=C^{\beta }([0,1]^{d})} or H β = H β ( [ 0 , 1 ] d ) {\displaystyle {\mathcal {H}}_{\beta }=H^{\beta }([0,1]^{d})} ) and let ψ n β {\displaystyle \psi _{n}^{\beta }} be optimal convergence rate in H β {\displaystyle {\mathcal {H}}_{\beta }} . Then, a family of estimators ( f n ^ ) n N {\displaystyle ({\hat {f_{n}}})_{n\in \mathbb {N} }} is called adaptive in the minimax sense, if there exists a constant C ( β ) {\displaystyle C(\beta )} depending only on β {\displaystyle \beta } such that6 sup f H β E [ L ( f n ^ , f ) ] C ( β ) ψ n β , β > 0 , n N . {\displaystyle \sup _{f\in {\mathcal {H}}_{\beta }}\mathbb {E} [L({\hat {f_{n}}},f)]\leq C(\beta )\psi _{n}^{\beta },\quad \forall \beta >0,\quad \forall n\in \mathbb {N} .} In other words, an adaptive estimator is required to achieve the minimax convergence rate in all hypothesis classes H β {\displaystyle {\mathcal {H}}_{\beta }} , but without taking the unknown parameter β {\displaystyle \beta } as argument. Adaptive estimators are often realized by taking estimators that are minimax optimal for a family of hypothesis classes and by estimating the hyperparameters via a higher-level procedure, such as unbiased risk estimation or cross-validation.56

History

Early nonparametric statistics include the median (13th century or earlier, use in estimation by Edward Wright, 1599; see Median § History) and the sign test by John Arbuthnot (1710) in analyzing the human sex ratio at birth (see Sign test § History).1314

See also

See also

Notes

Notes

  1. "All of Nonparametric Statistics". Springer Texts in Statistics. 2006. doi:10.1007/0-387-30623-4. ISBN 978-0-387-25145-5.
  2. Pearce, J; Derrick, B (2019). "Preliminary testing: The devil of statistics?". Reinvention: An International Journal of Undergraduate Research. 12 (2). doi:10.31273/reinvention.v12i2.339.
  3. Stuart A., Ord J.K, Arnold S. (1999), Kendall's Advanced Theory of Statistics: Volume 2A—Classical Inference and the Linear Model, sixth edition, §20.2–20.3 (Arnold).
  4. Adikaram, K. K. L. B.; Hussein, M. A.; Effenberger, M.; Becker, T. (16 November 2015). "Universal Linear Fit Identification: A Method Independent of Data, Outliers and Noise Distribution Model and Free of Missing or Removed Data Imputation". PLOS ONE. 10 (11) e0141486. Bibcode:2015PLoSO..1041486A. doi:10.1371/journal.pone.0141486. ISSN 1932-6203. PMC 4646355. PMID 26571035.
  5. Györfi, László; Kohler, Michael; Krzyzak, Adam; Walk, Harro (2002). A Distribution-Free Theory of Nonparametric Regression. New York: Springer-Verlag. ISBN 0-387-95441-4.
  6. Tsybakov, Alexandre (2009). Introduction to Nonparametric Estimation. Springer. ISBN 978-0-387-79051-0.
  7. Triebel, Hans (1983). Theory of Function Spaces. Monographs in mathematics. Birkhäuser Verlag. ISBN 9783764313814.
  8. Yang, Yuhong; Barron, Andrew (1999). "Information-Theoretic Determination of Minimax Rates of Convergence". Annals of Statistics. 27 (5): 1564–1599.
  9. Niles-Weed, Jonathan; Berthet, Quentin (2022). "Minimax estimation of smooth densities in Wasserstein distance". Annals of Statistics. 50 (3): 1519–1540.
  10. Boyd, David W.; Steele, J. Michael (1978). "Lower Bounds for Nonparametric Density Estimation Rates". Annals of Statistics. 6 (4): 932–934.
  11. Oko, Kazusato; Akiyama, Shunta; Suzuki, Taiji (2023). "Diffusion Models are Minimax Optimal Distribution Estimators". Proceedings of the 40th International Conference on Machine Learning. 202: 26517–26582.
  12. Nemirovski, Arkadi (2000). Topics in Non-Parametric Statistics. pp. 5–31.
  13. Conover, W.J. (1999), "Chapter 3.4: The Sign Test", Practical Nonparametric Statistics (Third ed.), Wiley, pp. 157–176, ISBN 0-471-16068-7
  14. Sprent, P. (1989), Applied Nonparametric Statistical Methods (Second ed.), Chapman & Hall, ISBN 0-412-44980-3

General references