<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=199.46.200.0%2F24</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=199.46.200.0%2F24"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/199.46.200.0/24"/>
	<updated>2026-09-17T04:57:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Alpha_beta_filter&amp;diff=21916</id>
		<title>Alpha beta filter</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Alpha_beta_filter&amp;diff=21916"/>
		<updated>2014-01-13T17:03:05Z</updated>

		<summary type="html">&lt;p&gt;199.46.200.232: /* The alpha beta gamma extension */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;confidence band&#039;&#039;&#039; is used in [[statistics|statistical analysis]] to represent the uncertainty in an estimate of a curve or function based on limited or noisy data. Similarly, a &#039;&#039;&#039;prediction band&#039;&#039;&#039; is used to represent the uncertainty about the value of a new data-point on the curve, but subject to noise. Confidence and prediction bands are often used as part of the graphical presentation of results of a [[regression analysis]]. &lt;br /&gt;
&lt;br /&gt;
Confidence bands are closely related to [[confidence intervals]], which represent the uncertainty in an estimate of a single numerical value. &amp;quot;As confidence intervals, by construction, only refer to a single point, they are narrower (at this point) than a confidence band which is supposed to hold simultaneously at many points.&amp;quot;&amp;lt;ref&amp;gt;p.65 in W. Härdle, M. Müller, S. Sperlich, A. Werwatz (2004), Nonparametric and Semiparametric Models, Springer, ISBN 3540207228 [http://sfb649.wiwi.hu-berlin.de/fedc_homepage/xplore/ebooks/html/spm/spmhtmlnode17.html],[http://books.google.com/books?id=qPCmAOS-CoMC&amp;amp;lpg=PA65&amp;amp;vq=As%20confidence%20intervals%2C%20by%20construction%2C%20only%20refer%20to%20a%20single%20point%2C%20they%20are%20narrower%20(at%20this%20point)%20than%20a%20confidence%20band%20which%20is%20supposed%20to%20hold%20simultaneously%20at%20many%20points&amp;amp;pg=PA65#v=snippet&amp;amp;q=As%20confidence%20intervals,%20by%20construction,%20only%20refer%20to%20a%20single%20point,%20they%20are%20narrower%20(at%20this%20point)%20than%20a%20confidence%20band%20which%20is%20supposed%20to%20hold%20simultaneously%20at%20many%20points&amp;amp;f=false]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Pointwise and simultaneous confidence bands==&lt;br /&gt;
&lt;br /&gt;
Suppose our aim is to estimate a function &#039;&#039;f(x)&#039;&#039;.  For example, &#039;&#039;f(x)&#039;&#039; might be the proportion of people of a particular age &#039;&#039;x&#039;&#039; who support a given candidate in an election.  If &#039;&#039;x&#039;&#039; is measured at the precision of a single year, we can construct a separate 95% confidence interval for each age.  Each of these confidence intervals covers the corresponding true value &#039;&#039;f(x)&#039;&#039; with probability 0.95.  Taken together, these confidence intervals constitute a &#039;&#039;95% pointwise confidence band&#039;&#039; for &#039;&#039;f(x)&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
In mathematical terms, a pointwise confidence band &amp;lt;math&amp;gt;\hat{f}(x)\pm w(x)&amp;lt;/math&amp;gt; with coverage probability 1&amp;amp;minus;α satisfies the following condition separately for each value of &#039;&#039;x&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
{\rm Pr}\Big(\hat{f}(x)-w(x) \le f(x) \le \hat{f}(x)+w(x)\Big) = 1-\alpha,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\hat{f}(x)&amp;lt;/math&amp;gt; is the point estimate of &#039;&#039;f&#039;&#039;(&#039;&#039;x&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;simultaneous coverage probability&#039;&#039; of a collection of confidence intervals is the probability that all of them cover their corresponding true values simultaneously.  In the example above, the simultaneous coverage probability is the probability that the intervals for x=18,19,... all cover their true values (assuming that 18 is the youngest age at which a person can vote).  If each interval individually has coverage probability 0.95, the simultaneous coverage probability is generally less than 0.95.  A &#039;&#039;95% simultaneous confidence band&#039;&#039; is a collection of confidence intervals for all values &#039;&#039;x&#039;&#039; in the domain of &#039;&#039;f(x)&#039;&#039; that is constructed to have simultaneous coverage probability 0.95.  &lt;br /&gt;
&lt;br /&gt;
In mathematical terms, a simultaneous confidence band &amp;lt;math&amp;gt;\hat{f}(x)\pm w(x)&amp;lt;/math&amp;gt; with coverage probability 1&amp;amp;minus;α satisfies the following condition:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
{\rm Pr}\Big(\hat{f}(x)-w(x) \le f(x) \le \hat{f}(x)+w(x) \;\;\;\; \text{ for all } x\Big) = 1-\alpha.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In nearly all cases, a simultaneous confidence band will be wider than a pointwise confidence band with the same coverage probability.&lt;br /&gt;
&lt;br /&gt;
[[Image:binomial confidence band.svg|thumb|325px|Confidence bands for simulated data depicting the proportion of voters supporting a given candidate in election, as a function of the voters&#039; ages.  Pointwise 95% confidence bands, and simultaneous 95% confidence bands constructed using the [[Bonferroni method]] are shown.]]&lt;br /&gt;
&lt;br /&gt;
==Confidence bands in regression analysis==&lt;br /&gt;
&lt;br /&gt;
Confidence bands commonly arise in [[regression analysis]].&amp;lt;ref&amp;gt;{{cite journal |last= Liu|first= W|coauthors=Lin S., Piegorsch W.W.|year=2008| title= Construction of Exact Simultaneous Confidence Bands for a Simple Linear Regression Model|journal= International Statistical Review|volume=76| issue=1|pages=39&amp;amp;ndash;57|doi=10.1111/j.1751-5823.2007.00027.x }}&amp;lt;/ref&amp;gt;  In the case of a simple regression involving a single independent variable, results can be presented in the form of a plot showing the estimated regression line along with either point-wise or simultaneous confidence bands.  Commonly used methods for constructing simultaneous confidence bands in regression are the [[Bonferroni method|Bonferroni]] and [[Scheffé&#039;s method|Scheffé]] methods; see [[Familywise error rate#Controlling procedures|Familywise error rate controlling procedures]] for more.&lt;br /&gt;
&lt;br /&gt;
[[Image:Regression confidence band.svg|thumb|325px|Confidence bands for a simple linear regression analysis using simulated data.  Pointwise 95% confidence bands, and simultaneous 95% confidence bands constructed using [[Scheffé&#039;s method]] are shown.]]&lt;br /&gt;
&lt;br /&gt;
==Other applications of confidence bands==&lt;br /&gt;
&lt;br /&gt;
Confidence bands arise whenever a statistical analysis focuses on estimating a function.&lt;br /&gt;
&lt;br /&gt;
For example, confidence bands can be constructed around estimates of the [[empirical distribution function]]. Simple theory allows the construction of point-wise confidence intervals, but it is also possible to construct a simultaneous confidence band for the cumulative distribution function as a whole by inverting the [[Kolmogorov-Smirnov test#Setting confidence limits for the shape of a distribution function|Kolmogorov-Smirnov test]], or by using non-parametric likelihood methods&lt;br /&gt;
.&amp;lt;ref&amp;gt;{{cite journal |last=Owen |first= A.B. |year= 1995 |title=Nonparametric likelihood confidence bands for a distribution function |journal= Journal of the American Statistical Association|volume= 90|pages= 516&amp;amp;ndash;521| jstor=2291062 |doi=10.2307/2291062 |issue=430 |publisher=American Statistical Association}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Confidence bands have also been devised for estimates of [[probability density function|density functions]], [[spectral density]] functions&amp;lt;ref&amp;gt;{{cite journal |last=Neumann | first=M.H.|coauthors=Paparoditis, E.|year=2008 |title=Simultaneous confidence bands in spectral density estimation|journal=Biometrika|volume=95|issue=2| doi=10.1093/biomet/asn005 |pages=381 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
, [[quantile]] functions, [[smoothing|scatterplot smooths]], [[survival function]]s, and [[characteristic function (probability theory)|characteristic functions]]{{citation needed|date=April 2013}}.&lt;br /&gt;
&lt;br /&gt;
==Prediction bands==&lt;br /&gt;
&lt;br /&gt;
Prediction bands are related to [[prediction interval]]s in the same way that confidence bands are related to confidence intervals.  Prediction bands commonly arise in regression analysis.  The goal of a prediction band is to cover with a prescribed probability the values of one or more future observations from the same population from which a given data set was sampled.  Just as prediction intervals are wider than confidence intervals, prediction bands will be wider than confidence bands.&lt;br /&gt;
&lt;br /&gt;
In mathematical terms, a prediction band &amp;lt;math&amp;gt;\hat{f}(x)\pm w(x)&amp;lt;/math&amp;gt; with coverage probability 1&amp;amp;minus;α satisfies the following condition for each value of &#039;&#039;x&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
{\rm Pr}\Big(\hat{f}(x)-w(x) \le y^* \le \hat{f}(x)+w(x)\Big) = 1-\alpha,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;y&#039;&#039;&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; is an observation taken from the data-generating process at the given point &#039;&#039;x&#039;&#039; that is independent of the data used to construct the point estimate &amp;lt;math&amp;gt;\hat{f}(x)&amp;lt;/math&amp;gt; and the confidence interval &#039;&#039;w(x)&#039;&#039;.  This is a pointwise prediction interval.  It would be possible to construct a simultaneous interval for a finite number of independent observations using, for example, the Bonferroni method to widen the interval by an appropriate amount.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Statistics}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Statistical inference]]&lt;/div&gt;</summary>
		<author><name>199.46.200.232</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Ruze%27s_Equation&amp;diff=24067</id>
		<title>Ruze&#039;s Equation</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Ruze%27s_Equation&amp;diff=24067"/>
		<updated>2013-10-03T01:04:50Z</updated>

		<summary type="html">&lt;p&gt;199.46.200.231: /* Application to phased array */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[mathematics]], a &#039;&#039;&#039;Bose–Mesner algebra&#039;&#039;&#039; is a special set of [[Matrix (mathematics)|matrices]] which arise from a combinatorial structure known as an [[association scheme]], together with the usual set of rules for combining (forming the products of) those matrices, such that they form an [[associative algebra]], or, more precisely, a [[Unital algebra|unitary commutative algebra]]. Among these rules are:&lt;br /&gt;
:*the result of a product is also within the set of matrices,&lt;br /&gt;
:*there is an identity matrix in the set, and&lt;br /&gt;
:*such that taking products is [[Commutativity|commutative]].&lt;br /&gt;
&lt;br /&gt;
Bose–Mesner algebras have applications in [[physics]] to [[spin model]]s, and in [[statistics]] to the [[design of experiments]]. They are named for [[R. C. Bose]] and Dale Marsh Mesner.&amp;lt;ref&amp;gt;Bose &amp;amp; Mesner (1959)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Let &#039;&#039;X&#039;&#039; be a set of &#039;&#039;v&#039;&#039; elements. Consider a partition of the 2-element subsets of &#039;&#039;X&#039;&#039; into &#039;&#039;n&#039;&#039; non-empty subsets, &#039;&#039;R&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, ..., &#039;&#039;R&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt; such that:&lt;br /&gt;
* given an &amp;lt;math&amp;gt;x \in X&amp;lt;/math&amp;gt;, the number of &amp;lt;math&amp;gt;y \in X&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;\{x,y\} \in R_i&amp;lt;/math&amp;gt; depends only on i (and not on &#039;&#039;x&#039;&#039;). This number will be denoted by v&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;, and&lt;br /&gt;
* given &amp;lt;math&amp;gt;x,y \in X&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;\{x,y\} \in R_k&amp;lt;/math&amp;gt;, the number of &amp;lt;math&amp;gt;z \in X&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;\{x,z\} \in R_i&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{z,y\} \in R_j&amp;lt;/math&amp;gt; depends only on &#039;&#039;i&#039;&#039;,&#039;&#039;j&#039;&#039; and &#039;&#039;k&#039;&#039; (and not on &#039;&#039;x&#039;&#039; and &#039;&#039;y&#039;&#039;). This number will be denoted by &amp;lt;math&amp;gt;p^k_{ij}&amp;lt;/math&amp;gt;.&lt;br /&gt;
This structure is enhanced by adding all pairs of repeated elements of &#039;&#039;X&#039;&#039; and collecting them in a subset &#039;&#039;R&#039;&#039;&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt;. This enhancement permits the parameters &#039;&#039;i&#039;&#039;, &#039;&#039;j&#039;&#039;, and &#039;&#039;k&#039;&#039; to take on the value of zero, and lets some of &#039;&#039;x&#039;&#039;,&#039;&#039;y&#039;&#039; or &#039;&#039;z&#039;&#039; be equal.&lt;br /&gt;
&lt;br /&gt;
A set with such an enhanced partition is called an [[Association scheme]].&amp;lt;ref&amp;gt;{{harvnb|Cameron|van Lint|1991|loc=pp.197–198}}&amp;lt;/ref&amp;gt; One may view an association scheme as a partition of the edges of a [[complete graph]] (with vertex set &#039;&#039;X&#039;&#039;) into n classes, often thought of as color classes. In this representation, there is a loop at each vertex and all the loops receive the same 0&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; color.&lt;br /&gt;
&lt;br /&gt;
The association scheme can also be represented algebraically. Consider the [[Matrix (mathematics)|matrices]] &#039;&#039;D&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt; defined by:&lt;br /&gt;
: &amp;lt;math&amp;gt;(D_i)_{x,y} = \begin{cases} &lt;br /&gt;
1,&amp;amp; \text{if } \left(x,y\right)\in R_{i},\\ &lt;br /&gt;
0,&amp;amp; \text{otherwise.}  \end{cases} \qquad (1)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;\mathcal{A}&amp;lt;/math&amp;gt; be the [[vector space]] consisting of all [[Matrix (mathematics)|matrices]] &amp;lt;math&amp;gt;\sideset{}{_{i=0}^{n}}\sum a_{i}D_{i}&amp;lt;/math&amp;gt;, with &amp;lt;math&amp;gt;a_{i}&amp;lt;/math&amp;gt; complex.&amp;lt;ref&amp;gt;{{harvnb|Camion|1998}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{harvnb|Delsarte|Levenshtein|1998}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The definition of an [[association scheme]] is equivalent to saying that the &amp;lt;math&amp;gt;D_{i}&amp;lt;/math&amp;gt; are &#039;&#039;v&#039;&#039;&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;&#039;&#039;v&#039;&#039; (0,1)-[[Matrix (mathematics)|matrices]] which satisfy&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;D_i&amp;lt;/math&amp;gt; is symmetric,&lt;br /&gt;
# &amp;lt;math&amp;gt;\sum_{i=0}^n D_{i}=J &amp;lt;/math&amp;gt; (the all-ones matrix),&lt;br /&gt;
# &amp;lt;math&amp;gt;D_0=I,&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;D_i D_j = \sum_{k=0}^n p^k_{ij} D_k = D_j D_i,\qquad i,j=0,\ldots,n.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The (&#039;&#039;x&#039;&#039;,&#039;&#039;y&#039;&#039;)-th entry of the left side of 4. is the number of two colored paths of length two joining &#039;&#039;x&#039;&#039; and &#039;&#039;y&#039;&#039; (using &amp;quot;colors&amp;quot; &#039;&#039;i&#039;&#039; and &#039;&#039;j&#039;&#039;) in the graph. Note that the rows and columns of &amp;lt;math&amp;gt;D_i&amp;lt;/math&amp;gt; contain &amp;lt;math&amp;gt;v_i&amp;lt;/math&amp;gt; 1s:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;D_i J=J D_i = v_i J. \qquad (2)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From 1., these [[Matrix (mathematics)|matrices]] are [[Symmetric matrix|symmetric]]. From 2., &amp;lt;math&amp;gt;D_{0},\ldots,D_{n}&amp;lt;/math&amp;gt; are [[Linear independence|linearly independent]], and the dimension of &amp;lt;math&amp;gt;\mathcal{A}&amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;n+1&amp;lt;/math&amp;gt;. From 4., &amp;lt;math&amp;gt;\mathcal{A}&amp;lt;/math&amp;gt; is closed under multiplication, and multiplication is always associative. This [[Associative algebra|associative]] [[commutative algebra]] &amp;lt;math&amp;gt;\mathcal{A}&amp;lt;/math&amp;gt; is called the &#039;&#039;&#039;Bose–Mesner algebra&#039;&#039;&#039; of the [[association scheme]]. Since the [[Matrix (mathematics)|matrices]] in &amp;lt;math&amp;gt;\mathcal{A}&amp;lt;/math&amp;gt; are symmetric and commute with each other, they can be simultaneously diagonalized. This means that there is a [[Matrix (mathematics)|matrix]] &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; such that to each &amp;lt;math&amp;gt;A\in\mathcal{A}&amp;lt;/math&amp;gt; there is a [[diagonal matrix]] &amp;lt;math&amp;gt;\Lambda_{A}&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;S^{-1}A S=\Lambda_{A}&amp;lt;/math&amp;gt;. This means that &amp;lt;math&amp;gt;\mathcal{A}&amp;lt;/math&amp;gt; is semi-simple and has a unique basis of primitive idempotents &amp;lt;math&amp;gt;J_{0},\ldots,J_{n}&amp;lt;/math&amp;gt;. These are complex n &amp;amp;times; n [[Matrix (mathematics)|matrices]] satisfying&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
J_i^2 =J_i, i=0,\ldots,n, \qquad (3)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
J_i J_k=0, i\neq k, \qquad (4)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
\sum_{i=0}^n J_i = I. \qquad (5)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Bose–Mesner algebra&#039;&#039;&#039; has two distinguished bases: the basis consisting of the [[Adjacency matrix|adjacency matrices]] &amp;lt;math&amp;gt;D_i&amp;lt;/math&amp;gt;, and the basis consisting of the irreducible [[Idempotent matrix|idempotent matrices]] &amp;lt;math&amp;gt;E_k&amp;lt;/math&amp;gt;. By definition, there exist well-defined [[complex number]]s such that&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
D_{i}=\sum_{k=0}^n p_i (k) E_k, \qquad (6)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
|X|E_{k}=\sum_{i=0}^n q_k\left(i\right)D_i. \qquad (7)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The p-numbers &amp;lt;math&amp;gt;p_i (k)&amp;lt;/math&amp;gt;, and the q-numbers &amp;lt;math&amp;gt;q_k(i)&amp;lt;/math&amp;gt;, play a prominent role in the theory.&amp;lt;ref&amp;gt;{{harvnb|Camion|1998}}&amp;lt;/ref&amp;gt; They satisfy well-defined orthogonality relations. The p-numbers are the [[eigenvalues]] of the [[adjacency matrix]] &amp;lt;math&amp;gt;D_i&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Theorem==&lt;br /&gt;
&lt;br /&gt;
The [[eigenvalues]] of &amp;lt;math&amp;gt;p_{i}\left(k\right)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;q_{k}\left(i\right)&amp;lt;/math&amp;gt;, satisfy the orthogonality conditions:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
\sum_{k=0}^n \mu_i p_i (k)p_\ell (k)=v v_i \delta_{i \ell}, \quad(8)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
\sum_{k=0}^n \mu_i q_k (i) q_\ell (i)=v \mu_k \delta_{k \ell}. \quad(9)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
\mu_j p_i (j) = v_i q_ j (i),\quad i,j=0,\ldots,n. \quad(10)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In [[Matrix (mathematics)|matrix]] notation, these are&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
P^T \Delta_\mu P=v\Delta_v, \quad(11)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
Q^T \Delta_v Q=v\Delta_\mu, \quad(12)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\Delta_v = \operatorname{diag} \{v_0,v_1,\ldots,v_n\},\qquad \Delta_\mu = \operatorname{diag} \{\mu_0,\mu_1,\ldots,\mu_n\}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Proof of theorem==&lt;br /&gt;
&lt;br /&gt;
The [[eigenvalue]]s of &amp;lt;math&amp;gt;D_i D_\ell&amp;lt;/math&amp;gt; are &amp;lt;math&amp;gt;p_i (k)p_\ell (k)&amp;lt;/math&amp;gt; with multiplicities &amp;lt;math&amp;gt;\mu_k&amp;lt;/math&amp;gt;. This implies that&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
v v_i \delta_{i\ell} = \operatorname{trace}D_i D_\ell = \sum_{k=0}^n \mu_i p_i(k) p_\ell (k), \quad(13)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which proves Equation &amp;lt;math&amp;gt;\left(8\right)&amp;lt;/math&amp;gt; and Equation &amp;lt;math&amp;gt;\left(11\right)&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
Q = v P^{-1} = \Delta_v^{-1} P^T \Delta_\mu, \quad(14)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which gives Equations &amp;lt;math&amp;gt;(9)&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;(10)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(12)&amp;lt;/math&amp;gt;.&amp;lt;math&amp;gt;\Box&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There is an analogy between extensions of [[association scheme]]s and [[Kronecker&#039;s theorem|extensions]] of [[finite field]]s. The cases we are most interested in are those where the extended schemes are defined on the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-th [[Cartesian power]] &amp;lt;math&amp;gt;X=\mathcal{F}^{n}&amp;lt;/math&amp;gt; of a set &amp;lt;math&amp;gt;\mathcal{F}&amp;lt;/math&amp;gt; on which a basic [[association scheme]] &amp;lt;math&amp;gt;\left(\mathcal{F},K\right)&amp;lt;/math&amp;gt; is defined. A first [[association scheme]] defined on &amp;lt;math&amp;gt;X=\mathcal{F}^{n}&amp;lt;/math&amp;gt; is called the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-th [[Kronecker product|Kronecker power]] &amp;lt;math&amp;gt;\left(\mathcal{F},K\right)_{\otimes}^{n}&amp;lt;/math&amp;gt; of &amp;lt;math&amp;gt;\left(\mathcal{F},K\right)&amp;lt;/math&amp;gt;. Next the extension is defined on the same set &amp;lt;math&amp;gt;X=\mathcal{F}^{n}&amp;lt;/math&amp;gt; by gathering classes of &amp;lt;math&amp;gt;\left(\mathcal{F},K\right)_{\otimes}^{n}&amp;lt;/math&amp;gt;. The [[Kronecker product|Kronecker power]] corresponds to the [[polynomial ring]] &amp;lt;math&amp;gt;F\left[X\right]&amp;lt;/math&amp;gt; first defined on a [[Finite field|field]] &amp;lt;math&amp;gt;\mathbb{F}&amp;lt;/math&amp;gt;, while the extension scheme corresponds to the [[extension field]] obtained as a quotient. An example of such an extended scheme is the [[Hamming scheme]].&lt;br /&gt;
&lt;br /&gt;
[[Association scheme]]s may be merged, but merging them leads to non-symmetric [[association scheme]]s, whereas all usual [[code]]s are [[subgroup]]s in symmetric [[Abelian variety|Abelian schemes]].&amp;lt;ref&amp;gt;{{harvnb|Delsarte|Levenshtein|1998}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{harvnb|Camion|1998}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{harvnb|MacWilliams|Sloane|1978}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Association scheme]]&lt;br /&gt;
&lt;br /&gt;
{{More footnotes|date=September 2010}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* {{Cite book|first=Rosemary&amp;amp;nbsp;A.|last=Bailey|authorlink=Rosemary A. Bailey|url=http://www.maths.qmul.ac.uk/~rab/Asbook |title=Association schemes: Designed experiments, algebra and combinatorics|series=Cambridge Studies in Advanced Mathematics|volume=84|publisher=Cambridge University Press|year=2004|pages=387|isbn=978-0-521-82446-0| mr=2047311|ref=harv}}&lt;br /&gt;
&lt;br /&gt;
* {{cite book | last1=Bannai | first1=Eiichi | last2=Ito | first2=Tatsuro | title=Algebraic combinatorics I: Association schemes |  publisher=The Benjamin/Cummings Publishing Co., Inc. | location=Menlo Park, CA | year=1984 | pages=xxiv+425 | isbn=0-8053-0490-8 | mr=0882540 | unused_data=&amp;lt;!-- authorlink1=Eiichi Bannai | authorlink2= Tatsuro Ito --&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
* Bannai, Etsuko (2001) &amp;quot;Bose–Mesner algebras associated with four-weight spin models&amp;quot;, &#039;&#039;Graphs and Combinatorics&#039;&#039;, 17 (4),589&amp;amp;ndash;598. {{doi|10.1007/PL00007251}}&lt;br /&gt;
&lt;br /&gt;
* {{citation| last1=Bose|first1=R.&amp;amp;nbsp;C.| authorlink1=R. C. Bose| last2=Mesner|first2=D.&amp;amp;nbsp;M.|year=1959|title=On linear associative algebras corresponding to association schemes of partially balanced designs|journal=[[Annals of Mathematical Statistics]]|volume=30|issue=1|pages=21&amp;amp;ndash;38| url=http://projecteuclid.org/euclid.aoms/1177706356 | doi=10.1214/aoms/1177706356 | mr = 102157 | jstor = 2237117}}&lt;br /&gt;
&lt;br /&gt;
* {{citation|last=Cameron|first=P.&amp;amp;nbsp;J.|last2=van Lint|first2=J.&amp;amp;nbsp;H.|title=Designs, Graphs, Codes and their Links|year=1991|publisher=Cambridge University Press|location=Cambridge|isbn=0-521-42385-6}}&lt;br /&gt;
&lt;br /&gt;
* {{citation|last1= Camion|first1=P.|authorlink1=Paul Camion|chapter=Codes and association schemes: Basic properties of association schemes relevant to coding| title=Handbook of coding theory|editor1-last= Pless|editor1-first=V.&amp;amp;nbsp;S.|editor1-link=Vera Pless|editor2-last=Huffman|editor2-first=W.&amp;amp;nbsp;C.|publisher=Elsevier|place= The Netherlands|year= 1998}}&lt;br /&gt;
&lt;br /&gt;
* {{citation|last1=Delsarte|first1=P.|last2=Levenshtein|first2=V.&amp;amp;nbsp;I.|authorlink2=Vladimir Levenshtein|title=Association schemes and coding theory|journal=IEEE Transactions in Information Theory| volume= 44| issue= 6|pages= 2477&amp;amp;ndash;2504|year= 1998}}&lt;br /&gt;
&lt;br /&gt;
* {{citation| first1=F. J.|last1= MacWilliams|first2=N.&amp;amp;nbsp;J.&amp;amp;nbsp;A.|last2= Sloane|authorlink2=Neil J. A. Sloane|title=The theory of error-correcting codes|publisher= Elsevier|place= New York|year= 1978}}&lt;br /&gt;
&lt;br /&gt;
* Nomura, K. (1997) &amp;quot;An algebra associated with a spin model&amp;quot;, &#039;&#039;Journal of Algebraic Combinatorics&#039;&#039;, 6 (1), 53&amp;amp;ndash;58. {{DOI|10.1023/A:1008644201287}}&lt;br /&gt;
&lt;br /&gt;
{{Experimental design|state=expanded}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Bose-Mesner Algebra}}&lt;br /&gt;
[[Category:Algebraic combinatorics]]&lt;br /&gt;
[[Category:Design of experiments]]&lt;br /&gt;
[[Category:Analysis of variance]]&lt;br /&gt;
[[Category:Representation theory]]&lt;br /&gt;
[[Category:Algebra]]&lt;/div&gt;</summary>
		<author><name>199.46.200.231</name></author>
	</entry>
</feed>