Tenney–Euclidean temperament measures: Difference between revisions

Mike Battaglia (talk | contribs)
Undo revision 203571 by VectorGraphics (talk). Readers aren't obligated to see your poor-tasted operation name
Tag: Undo
 
(58 intermediate revisions by 8 users not shown)
Line 1: Line 1:
The '''Tenney-Euclidean temperament measures''' (or '''TE temperament measures''') consist of TE complexity, TE error, and TE simple badness.
{{Texops}}
The '''Tenney–Euclidean temperament measures''' ('''TE temperament measures''') consist of TE complexity, TE error, and TE simple badness. These are evaluations of a temperament's [[complexity]], [[error]], and [[badness]], respectively, and they follow the identity


[[Cangwu_badness|Cangwu badness]] is an important derived measure, which adds a free parameter to TE simple badness that enables one to specify a tradeoff between complexity and error.
$$ \text{TE simple badness} = \text{TE complexity} \times \text{TE error} $$


There have been several minor variations in the definition of TE temperament measures, which differ from each other only in their choice of multiplicative scaling factor. Each of these variations will be discussed below. Nonetheless, the following relationship always holds:
== Preliminaries ==
There have been several minor variations in the definition of TE temperament measures, which differ from each other only in their choice of multiplicative scaling factor. The reason these differences come up is because we are adopting different averaging methods for the entries of a multivector.


<math>\displaystyle
To start with, we may define a norm by means of the usual {{w|norm (mathematics) #Euclidean norm|Euclidean norm}}, a.k.a. ''L''<sup>2</sup> norm or ℓ<sub>2</sub> norm. The result of this is a kind of a sum of all the entries. We can rescale this in several ways, for example by taking a {{w|root mean square}} (RMS) average of the entries.
\text{TE simple badness} = \text{TE complexity} \times \text{TE error} </math>


== Introduction ==
Here are the different standards for scaling that are commonly in use:
# Taking the simple ''L''<sup>2</sup> norm
# Taking an RMS
# Taking an RMS and also normalizing for the temperament rank
# Any of the above and also dividing by the norm of the just intonation points ([[JIP]]).
 
As these metrics are mainly used to rank temperaments within the same [[rank]] and [[just intonation subgroup]], it does not matter much which scheme is used, because they are equivalent up to a scaling factor, so they will rank temperaments identically. As a result, it is somewhat common to equivocate between the various choices of scaling factor, and treat the entire thing as "the" Tenney–Euclidean norm, so that we are really only concerned with the results of these metrics up to that equivalence.
 
Graham Breed's original definitions from his ''primerr.pdf'' paper tend to use the third definition, as do parts of his [https://x31eq.com/temper/ temperament finder], although other scaling and normalization methods are sometimes used as well.
 
It is also possible to normalize the metrics to allow us to meaningfully compare temperaments across subgroups and even ranks. [[Sintel]]'s scheme in 2023 is the first attempt at this goal<ref name="sintel">Sintel. [https://github.com/Sin-tel/temper/blob/c0d5c36e3c189f64860f4aea288ff3ff3bc34982/lib_temper/temper.py "Collection of functions for dealing with regular temperaments"], Temperament Calculator.</ref>.
 
== TE complexity ==
{{Todo|rework|inline=1|text=Explain without wedgies}}
 
Given a [[wedgie]] ''M'', that is a canonically reduced ''r''-val correspondng to a temperament of rank ''r'', the norm ‖''M''‖ is a measure of the complexity of ''M''; that is, how many notes in some sort of weighted average it takes to get to intervals. For 1-vals, for instance, it is approximately equal to the number of scale steps it takes to reach an octave.
 
Let us define the val weighting matrix ''W'' to be the {{w|diagonal matrix}} with values 1, 1/log<sub>2</sub>3, 1/log<sub>2</sub>5 … 1/log<sub>2</sub>''p'' along the diagonal. For the prime basis {{nowrap|''Q'' {{=}} {{val| 2 3 5 … ''p'' }} }},
 
$$ W = \operatorname {diag} (1/\log_2 (Q)) $$
 
If ''V'' is the mapping matrix of a temperament, then ''V<sub>W</sub>'' {{=}} ''VW'' is the mapping matrix in the weighted space, its rows being the weighted vals (''v''<sub>''w''</sub>)<sub>''i''</sub>.
 
Our first complexity measure of a temperament is given by the ''L''<sup>2</sup> norm of the Tenney-weighted wedgie ''M''<sub>''W''</sub>, which can in turn be obtained from the Tenney-weighted mapping matrix ''V''<sub>''W''</sub>. This complexity can be easily computed either from the wedgie or from the mapping matrix, using the {{w|Gramian matrix|Gramian}}:
 
$$ \norm{M_W}_2 = \sqrt {\det(V_W V_W^\mathsf{T})} $$
 
where det(·) denotes the determinant, and {{t}} denotes the transpose.
 
Graham Breed and [[Gene Ward Smith]] have proposed different RMS norms. Let us denote the RMS norm of ''M'' as ‖''M''‖<sub>RMS</sub>. In Graham's paper<ref name="primerr">Graham Breed. [http://x31eq.com/temper/primerr.pdf ''Prime Based Error and Complexity Measures''], often referred to as ''primerr.pdf''.</ref>, an RMS norm is proposed as
 
$$ \norm{M_W}_\text{RMS} = \sqrt {\det \left( \frac {V_W V_W^\mathsf{T}}{n} \right)} = \frac {\norm{M_W}_2}{\sqrt {n^r}} $$
 
where ''n'' is the number of primes up to the prime limit ''p'', and ''r'' is the rank of the temperament. Thus ''n''<sup>''r''</sup> is the number of permutations of ''n'' things taken ''r'' at a time with repetition, which equals the number of entries of the wedgie in its full tensor form.
 
: '''Note''': that is the definition used by Graham Breed's temperament finder.
 
Gene Ward Smith's RMS norm is given as


Given a [[Wedgies_and_Multivals|multival]] or multimonzo which is a [http://en.wikipedia.org/wiki/Exterior_algebra wedge product] of weighted vals or monzos, we may define a norm by means of the usual Euclidean (<math>\ell_2</math>) norm. We can rescale this by taking the sum of squares of the entries of the multivector, dividing by the number of entries, and taking the square root. This will give a norm which is the RMS ([http://en.wikipedia.org/wiki/Root_mean_square root mean square]) average of the entries of the multivector. The point of this normalization is that measures of corresponding temperaments in different prime limits can be meaningfully compared. If M is a multivector, we denote the RMS norm as ||M||<sub>RMS</sub>.
$$ \norm{M_W}_\text{RMS'} = \sqrt {\frac{\det(V_W V_W^\mathsf{T})}{C(n, r)}} = \frac {\norm{M_W}_2}{\sqrt {C(n, r)}} $$


=== A Preliminary Note on Scaling Factors ===
where {{nowrap|C(''n'', ''r'')}} is the number of combinations of ''n'' things taken ''r'' at a time without repetition, which equals the number of entries of the wedgie in the usual, compressed form.


These metrics are mainly used to rank temperaments relative to one another. In that regard, it doesn't matter much if an RMS or an <math>\ell_2</math>
We may also note {{nowrap| det(''V''<sub>''W''</sub>''V''<sub>''W''</sub>{{t}}) {{=}} det(''VW''<sup>2</sup>''V''{{t}}) }}. This may be related to the [[Tenney–Euclidean metrics|TE tuning projection matrix]] ''P''<sub>''W''</sub>, which is ''V''<sub>''W''</sub>{{t}}(''V''<sub>''W''</sub>''V''<sub>''W''</sub>{{t}}){{inv}}''V''<sub>''W''</sub>, and the corresponding matrix for unweighted monzos {{nowrap|''P'' {{=}} ''V''{{t}}(''VW''<sup>2</sup>''V''{{t}}){{inv}}''V''}}.
norm is used, because these two are equivalent up to a scaling factor, so they will rank temperaments identically.


As a result, it is somewhat common to equivocate between the various choices of scaling factor, and treat the entire thing as "the" Tenney-Euclidean norm, so that we are really only concerned with the results of these metrics up to that equivalence.
Sintel has defined a complexity measure that serves as an intermediate step for his badness metric<ref name="sintel"/>, which we will get to later. To obtain this complexity, we normalize the Tenney-weighting matrix ''W'' to ''U'' such that {{nowrap| det(''U'') {{=}} 1 }}, and then take the ''L''<sup>2</sup> norm of ''M''<sub>''U''</sub>. It can be shown that


Because of this, there are different "standards" for scaling that are commonly in use:
$$ U = W / \det(W)^{1/n} $$


# Taking an RMS
and so the complexity is
# Taking an RMS and also normalizing for the temperament rank
# Taking the simple <math>\ell_2</math> norm
# Any of the above and also dividing by the norm of the JIP


Graham Breed's original definitions from his "Primerr.pdf" paper tend to use the second definition, as do *parts* of his [http://x31eq.com/temper/ the temperament finder], although other scaling and normalization methods are sometimes used as well.
$$ \norm{M_U}_2 = \norm{M_W}_2 / \det(W)^{r/n} $$


Note that the above is mainly for comparing temperaments within the same subgroup; when making intra-subgroup comparisons, this can be more complicated.
== TE error ==
We can consider TE error to be a weighted average of the error of each [[prime harmonic]]s in [[TE tuning]], that is, a weighted average of the [[error map]] in the tuning where it is minimized. In this regard, TE error may be expressed in any logarithmic [[interval size unit]]s such as [[cent]]s or [[octave]]s.  


== TE Complexity ==
As with complexity, we may simply define the TE error as the ''L''<sup>2</sup> norm of the weighted TE error map. If {{nowrap| ''T''<sub>''W''</sub> {{=}} ''TW'' }} is the weighted TE tuning map and {{nowrap| ''J''<sub>''W''</sub> {{=}} ''JW'' {{=}} {{val| 1 1 … 1 }} }} is the weighted just tuning map, then the TE error ''E'' is given by
Given a [[Wedgies_and_Multivals|wedgie]] M, that is a canonically reduced ''r''-val correspondng to a temperament of rank ''r'', the norm ||M|| is a measure of the ''complexity'' of M; that is, how many notes in some sort of weighted average it takes to get to intervals. For 1-vals, for instance, it is approximately equal to the number of scale steps it takes to reach an octave. This complexity and related measures have been [http://x31eq.com/temper/primerr.pdf extensively studied] by [[Graham_Breed|Graham Breed]], and we may call it '''Tenney-Euclidean complexity''', or '''TE complexity''' since it can be defined in terms of the [[Tenney-Euclidean_metrics|Tenney-Euclidean norm]].


Below shows various definitions of TE complexity. All of them can be easily computed either from the multivector or from the mapping matrix, using the [http://en.wikipedia.org/wiki/Gramian_matrix Gramian].
$$
\begin{align}
E &= \norm{T_W - J_W}_2 \\
&= \norm{J_W(V_W^+ V_W - I) }_2 \\
&= \sqrt{J_W(V_W^+ V_W - I)(V_W^+ V_W - I)^\mathsf{T} J_W^\mathsf{T}}
\end{align}
$$


Let's denote a weighted mapping matrix, whose rows are the weighted vals ''v<sub>i</sub>'', as V. The L<sup>2</sup> norm is one of the standard measures,
where <sup>+</sup> denotes the [[pseudoinverse]].


<math>\displaystyle
Often, it is desirable to know the average of errors instead of the sum, which corresponds to Graham Breed's definition<ref name="primerr"/>. This error figure, ''G'', can be found by
||M||_2 = \sqrt {\operatorname{det} (VV^\mathsf{T})}</math>


where det () denotes the determinant, and V<sup>T</sup> denotes the transpose of V.
$$
\begin{align}
G &= \norm{T_W - J_W}_\text{RMS} \\
&= E / \sqrt{n}
\end{align}
$$


In Graham Breed's paper, an RMS norm is proposed as
: '''Note''': that is the definition used by Graham Breed's temperament finder.


<math>\displaystyle
Gene Ward Smith defines the TE error as the ratio ‖''M''<sub>''W''</sub> ∧ ''J''<sub>''W''</sub>‖/‖''M''<sub>''W''</sub>‖, derived from the relationship of TE simple badness and TE complexity. See the next section. We denote this definition of TE error ''Ψ''. From {{nowrap|‖''M''<sub>''W''</sub> ∧ ''J''<sub>''W''</sub>‖/‖''M''<sub>''W''</sub>‖}} we can extract a coefficient {{nowrap| sqrt(''C''(''n'', ''r'' + 1)/''C''(''n'', ''r'')) {{=}} sqrt((''n'' − ''r'')/(''r'' + 1)) }}, which relates ''Ψ'' with ''E'' as follows:
||M||_\text{RMS} = \sqrt {\operatorname{det} (\frac {VV^\mathsf{T}}{n})} = \frac {||M||_2}{\sqrt {n^r}}</math>


where ''n'' is the number of primes up to the prime limit ''p'', and ''r'' is the rank of the temperament, which equals the number of vals wedged together to compute the wedgie. Note: this is the definition used by [http://x31eq.com/temper/ the temperament finder].
$$ \Psi = \sqrt{\frac{r + 1}{n - r}} E $$


[[Gene Ward Smith]] has recognized that TE complexity can be interpreted as the RMS norm of the wedgie. That defines another RMS norm,
Also, if we set the rank ''r'' to 1, we get {{nowrap| (''n'' − 1)/2 }}. It follows that dividing TE error by this value gives a constant of proportionality such that


<math>\displaystyle
$$ \psi = \sqrt{\frac{2}{n - 1}} E $$
||M||_\text{RMS}' = \sqrt {\frac{\operatorname{det} (VV^\mathsf{T})}{C(n, r)}} = \frac {||M||_2}{\sqrt {C(n, r)}}</math>


where C(''n'', ''r'') is the number of combinations of ''n'' things taken ''r'' at a time, which equals the number of entries of the wedgie. Note: this is the definition currently used throughout the wiki, unless stated otherwise.  
gives another error, called the ''adjusted error'', which makes the error of a rank-''r'' temperament correspond to the errors of the edo vals which support it; so that requiring the edo val error to be less than {{nowrap|(1 + ''ε'')''ψ''}} for any positive ''ε'' results in an infinite set of vals supporting the temperament.  


If W is a [http://en.wikipedia.org/wiki/Diagonal_matrix diagonal matrix] with 1, 1/log<sub>2</sub>3, …, 1/log<sub>2</sub>''p'' along the diagonal and A is the matrix corresponding to V with unweighted vals as rows, then V = AW and det(VV<sup>T</sup>) = det(AW<sup>2</sup>A<sup>T</sup>). This may be related to the [[Tenney-Euclidean_metrics|TE tuning projection matrix]] P, which is V<sup>T</sup>(VV<sup>T</sup>)<sup>-1</sup>V, and the corresponding matrix for unweighted monzos '''P''' = A<sup>T</sup>(AW<sup>2</sup>A<sup>T</sup>)<sup>-1</sup>A.
''G'' and ''ψ'' error both have the advantage that higher-rank temperament error corresponds directly to rank-1 error, but the RMS normalization has the further advantage that in the rank-1 case, {{nowrap| ''G'' {{=}} sin ''θ'' }} octaves, where ''θ'' is the angle between ''J''<sub>''W''</sub> and the val in question.  


== TE simple badness ==
== TE simple badness ==
The '''TE simple badness''' of M, which we may also call the '''relative error''' of M, may be considered error relativized to the complexity of the temperament. It is error proportional to the complexity, or size, of the multival; in particular for a 1-val, it is (weighted) error compared to the size of a step. This may considered to be a sort of badness which heavily favors complex temperaments.  
The '''TE simple badness''' of a temperament, which we may also call the '''relative error''' of a temperament, may be considered error relativized to the complexity of the temperament. It is error proportional to the complexity, or size, of the multival; in particular for a 1-val, it is (weighted) error compared to the size of a step.  


Gene Ward Smith defines the simple badness of M as ||J∧M||<sub>RMS</sub>, where J = {{val|1 1 ... 1}} is the JI point in weighted coordinates. Once again, if we have a list of vectors we may use a Gramian to compute it. First we note that a<sub>''i''</sub> = J·v<sub>''i''</sub>/''n'' is the mean value of the entries of v<sub>''i''</sub>. Then note that J∧(v<sub>1</sub> - a<sub>1</sub>J)∧(v<sub>2</sub> - a<sub>2</sub>J)∧...∧(v<sub>''r''</sub> - a<sub>''r''</sub>J) = J∧v<sub>1</sub>∧v<sub>2</sub>∧...∧v<sub>''r''</sub>, since wedge products with more than one term J are zero. The Gram matrix of the vectors J and v<sub>1</sub> - a<sub>''i''</sub>J will have ''n'' as the (1,1) entry, and 0s in the rest of the first row and column. Hence we obtain:
In general, if ''C'' is the complexity and ''E'' is the error of a temperament, then TE simple badness ''B'' is found by


<math>\displaystyle
$$ B = C \cdot E $$
||J \wedge M||'_{RMS} = \sqrt{\frac{n}{C(n,r+1)}} det([v_i \cdot v_j - na_ia_j])</math>


Again, Graham Breed defines the simple badness differently, skipped here because, by that definition, it is easier to find TE complexity and TE error first and derive the simple badness from their relationship.
Gene Ward Smith defines the simple badness of ''M'' as {{nowrap|‖''M''<sub>''W''</sub> ∧ ''J''<sub>''W''</sub>‖<sub>RMS</sub>}}. A perhaps simpler way to view this is to start with a mapping matrix ''V''<sub>''W''</sub> and add an extra row ''J''<sub>''W''</sub> corresponding to the just tuning map; we will label this matrix ''Ṽ''<sub>''W''</sub>. Then the simple badness is:


== TE error ==
$$ \norm{ M_W \wedge J_W }_\text {RMS'} = \sqrt{\frac{\det(\tilde V_W \tilde V_W^\mathsf{T})}{C(n, r + 1)}} $$
We can consider '''TE error''' to be a weighted average of the error of each prime harmonics in TE tuning. Multiplying it by 1200, we get a figure with values in cents.
 
So that we can basically view the simple badness as the TE complexity of the "pseudo-temperament" formed by adding the JIP to the mapping matrix as if it were another val.
 
Graham Breed defines the simple badness slightly differently, again equivalent to a choice of scaling, skipped here because it is derived from the general formula.  
 
Sintel has likewise given a simple badness as
 
$$ \norm{ M_U \wedge J_U }_2 = \sqrt{\det(\tilde V_U \tilde V_U^\mathsf{T})} $$


By Gene Ward Smith's definition, the TE error is derived from the relationship of TE simple badness and TE complexity. We denote this definition of TE error Ψ.  
where {{nowrap| ''J''<sub>''U''</sub> {{=}} ''J''<sub>''W''</sub>/det(''W'')<sup>1/''n''</sup> }} is the ''U''-weighted just tuning map.  


From the ratio (||J∧M||/||M||)<sup>2</sup> we obtain C(''n'', ''r'' + 1)/(''n'' C(''n'', ''r'')) = (''n'' - ''r'')/(''n'' (''r'' + 1)). If we take the ratio of this for rank one with this for rank ''r'', the ''n'' cancels, and we get (''n'' - 1)/2 · (''r'' + 1)/(''n'' - ''r'') = (''r'' + 1)(''n'' - 1)/(2(''n'' - ''r'')). It follows that dividing TE error by the square root of this ratio gives a constant of proportionality such that if Ψ is the TE error of a rank ''r'' temperament then
=== Reduction to the span of a comma ===
It is notable that if ''M'' is codimension-1, we may view it as representing [[the dual]] of a single comma. In this situation, the simple badness happens to reduce to the [[Interval span|span]] of the comma, up to a constant multiplicative factor, so that the span of any comma can itself be thought of as measuring the complexity relative to the error of the temperament vanishing that comma.


<math>\displaystyle \psi = \sqrt{\frac{2(n-r)}{(r+1)(n-1)}} \Psi</math>
This relationship also holds if TOP is used rather than TE, as the TOP damage associated with tempering out some comma ''n''/''d'' is log(''n''/''d'')/(''nd''), and if we multiply by the complexity ''nd'', we simply get log(''n''/''d'') as our result.


is an '''adjusted error''' which makes the error of a rank ''r'' temperament correspond to the errors of the edo vals which support it; so that requiring the edo val error to be less than (1 + ε)ψ for any positive ε results in an infinite set of vals supporting the temperament.
== TE logflat badness ==
Some consider the simple badness to be a sort of badness which favors complex temperaments. The '''logflat badness''' (called ''Dirichlet coefficients'' in Sintel's scheme), is developed to address that. If we define ''B'' to be the simple badness (relative error) of a temperament, and ''C'' to be the complexity, then the logflat badness ''L'' is defined by the formula


By Graham Breed's definition, TE error may be accessed directly via [[TE tuning map]]. If T is the tuning map, then the TE error G can be found by
$$ L = B \cdot C^{r/(n - r)} $$


<math>\displaystyle
The exponent is chosen such that if we set a cutoff margin for logflat badness, there are still infinite numbers of new temperaments appearing as complexity goes up, at a lower rate which is approximately logarithmic in terms of complexity.
G = || T - J ||_\text{RMS} = \sqrt{\frac{(T - J) \cdot (T - J)^\mathsf{T}}{n}}</math>


where the dot represents the ordinary dot product. If T is denominated in cents, then J should be also, so that J = {{val|1200 1200 … 1200}}. Here T - J is the list of weighted mistunings of each prime harmonics. Note: this is the definition used by the temperament finder.
In Graham's and Gene's derivations,  


Ψ, ψ and G error can be related as follows:
$$ L = \norm{ M_W \wedge J_W } \norm{M_W}^{r/(n - r)} $$


<math>\displaystyle G = \sqrt{\frac{n-1}{2n}} \psi = \sqrt{\frac{n-r}{(r+1)n}} \Psi</math>
In Sintel's derivation,


G and ψ error both have the advantage that higher rank temperament error corresponds directly to rank one error, but the RMS normalization has the further advantage that in the rank one case,  G = sin θ, where θ is the angle between J and the val in question. Multiplying by 1200 to obtain a result in cents leads to 1200 sin θ, TE error as it appears on the temperament finder pages.
$$ L = \norm{ M_U \wedge J_U } \norm{M_U}^{r/(n - r)} / \norm{J_U} $$


== Example in different definitions ==
Notice the extra factor 1/‖''J''<sub>''U''</sub>‖, which is to say we divide it by the norm of the just tuning map. For comparison, Gene's derivation does not have this factor, whereas with Tenney weights, whether this factor is omitted or not has no effects on Graham's derivation since ‖''J''<sub>''W''</sub>‖<sub>RMS</sub> is unity.  
The different definitions yield different results, but they are related from each other by a factor of rank and limit. Meaningful comparison of temperaments in the same rank and limit will be provided by picking any one of them.  


Here is a demonstration from [[7-limit]] [[magic]] and [[meantone]] compared in different definitions.  
== Examples ==
While the different definitions yield different results, they are related to each other by a factor derived only from the rank and subgroup. A meaningful comparison of temperaments in the same rank and subgroup is provided by picking any one of them. Here, we consider septimal [[magic]] and [[meantone]], as follows.  


{| class="wikitable center-all"
{| class="wikitable center-all left-1"
|+7-limit magic vs meantone in TE temperament measures
|+ style="font-size: 105%;" | ''L''<sup>2</sup> norm
!
|-
! TE complexity
! Temperament
! TE error (¢)
! Complexity
! TE simple badness
! Error (¢)
! Simple badness
|-
| Septimal meantone
| 5.400
| 2.763
| 12.435×10<sup>−3</sup>
|-
|-
! Standard L2 norm
| Septimal magic
| 7.195 : 5.400 = 1.332
| 7.195
| 2.149 : 2.763 = 0.777
| 2.149
| 12.882×10<sup>-3</sup> : 12.435×10<sup>-3</sup> = 1.036
| 12.882×10<sup>−3</sup>
|}
{| class="wikitable center-all left-1"
|+ style="font-size: 105%;" | Breed's RMS norm
|-
|-
! Breed's RMS norm
! Temperament
| 1.799 : 1.350 = 1.332
! Complexity
| 1.074 : 1.382 = 0.777
! Error (¢)
| 1.610×10<sup>-3</sup> : 1.554×10<sup>-3</sup> = 1.036
! Simple badness
|-
|-
! Smith's RMS norm
| Septimal meantone
| 2.937 : 2.204 = 1.332
| 1.350
| 2.631 : 3.384 = 0.777
| 1.382
| 6.441×10<sup>-3</sup> : 6.218×10<sup>-3</sup> = 1.036
| 1.554×10<sup>−3</sup>
|-
| Septimal magic
| 1.799
| 1.074
| 1.610×10<sup>−3</sup>
|}
|}
{| class="wikitable center-all left-1"
|+ style="font-size: 105%;" | Smith's RMS norm
|-
! Temperament
! Complexity
! Error (¢)
! Simple badness
|-
| Septimal meantone
| 2.204
| 3.384
| 6.218×10<sup>−3</sup>
|-
| Septimal magic
| 2.937
| 2.631
| 6.441×10<sup>−3</sup>
|}
== See also ==
* [[Cangwu badness]] – a derived badness measure with a free parameter that enables one to specify a tradeoff between complexity and error
== Notes ==
<references/>


[[Category:math]]
[[Category:Regular temperament theory]]
[[Category:measure]]
[[Category:Math]]
[[Category:Temperament complexity measures]]
[[Category:Badness]]