Anbeeld

ProjectsArticlesSupportContact

KV Cache Quantization Benchmarks: KVarN, Precision Tail

413 cache configurations benchmarked with KLD across Qwen 3.6 27B and Gemma 4 31B, turned into a recommendation ladder from high end to extreme compression.

  1. 1. What Is On The Table
  2. 2. Bit Width Is The Main Lever
  3. 3. KVarN Moves The Ladder
  4. 4. Where The Bits Go Between K And V
  5. 5. What An Exact Tail Buys
  6. 6. Choosing For Qwen
  7. 7. Gemma Is A Different Decision
  8. 8. The Recommendation Ladder
    1. 8.1 Qwen
    2. 8.2 Qwen Standard-Only
    3. 8.3 Gemma
  9. 9. What This Does Not Prove
  10. 10. Method And Full Benchmark Data
    1. 10.1 Qwen 3.6 27B Q5_K_S 64k
    2. 10.2 Gemma 4 31B Q5_K_S 16k

1. What Is On The Table

The complete declared matrix contains 238 Qwen rows and 175 Gemma rows, all tested on BeeLlama v0.4.0. It crosses 48 standard K/V pairs and 15 KVarN pairs with a precision tail, a configurable run of the most recent tokens kept exact while the older body stays quantized, plus one BF16 baseline per model.

KVarN quantizes in groups of 128 tokens, and BeeLlama floors its tail at one full group, so a raw tail request of 0 resolves to an effective 128-token exact suffix. The tables display that floored request as 128*, and KVarN has no tail 0 rows because that configuration cannot exist. That fixes the comparison structure used throughout: standard tail 0 is a diagnostic control, and standard tail 128 versus KVarN 128* is the matched-suffix comparison the format claims rest on.

Qwen 3.6 27B Q5_K_S is measured at 65536 context. Its standard pairs use tail 0, 128, 1024, and 2048; KVarN uses 128*, 1024, and 2048. Gemma 4 31B Q5_K_S is measured at 16384 context. Its standard pairs use 0, 128, and 1024; KVarN uses 128* and 1024, which already covers the window visible to its sliding-window layers.

The comparison is broader than symmetric presets, as it also includes near-balanced asymmetric steps available in the default BeeLlama build, up to two bits of difference between K and V. That makes it possible to test whether a saved V bit creates a useful intermediate step or simply weakens the cache.

2. Bit Width Is The Main Lever

Across both models, moving the body out of the lowest bit widths changes KLD far more than adjusting a tail at the top of the ladder. On Qwen at tail 0, symmetric standard q2_0 records 0.019374 median KLD, q4_0 0.001846, and q8_0 0.000909. A longer exact suffix can rescue part of a weak body, but it does not help preserve the older context.

The _1 variants and asymmetric pairs fill memory gaps, yet they do not overturn that ordering. The first decision is how credible the whole retained body must be. Only then is it useful to decide whether the next memory increment belongs to V precision, K precision, or an exact recent window.

3. KVarN Moves The Ladder

KVarN rotates and normalizes each 128-token group before quantizing it; the implementation article covers the method and where it comes from. On Qwen, every tested symmetric KVarN width records lower median KLD than its same-width standard counterpart at the matched 128-token suffix, by between 2.6% at six bits and 12.6% at three bits. kvarn4 records 0.001111 in 1184.00 MiB against 0.001206 in 1160.00 MiB for q4_0: cleaner, and 24.00 MiB larger, because KVarN's always-resident F16 group costs 48.00 MiB where a standard BF16 tail 128 overlay costs 8.00 MiB.

CacheKV cache (MiB)Median KLD
q4_0 tail 1281160.000.001206
kvarn4 tail 128*1184.000.001111
q5_0 tail 1281416.000.00097
kvarn5 tail 128*1440.000.000927
q6_0 tail 1281672.000.000913
kvarn6 tail 128*1696.000.000889
q8_0 tail 1282184.000.000901
kvarn8 tail 128*2208.000.000871

Each KVarN width lands part way up the standard ladder rather than replacing a full tier. kvarn4 lands between q4_0 and q5_0. kvarn5 comes within 0.000014 of q6_0, 0.000927 against 0.000913 median KLD, while using 232.00 MiB less. kvarn6 edges past q8_0, 0.000889 against 0.000901, while using 488.00 MiB less.

Qwen, four bits and wider, median KLD. KVarN undercuts the same-width standard point on every curve in this region.
Qwen, 4 bits and wider, median KLD. KVarN undercuts the same-width standard point on every curve in this region.

4. Where The Bits Go Between K And V

One-bit asymmetry is usually the useful compromise. On Qwen, kvarn5-kvarn4 at 128* uses 1312.00 MiB and records 0.000995 median KLD, placing it between symmetric kvarn4 and kvarn5. The same pattern appears in standard pairs such as q5_0-q4_0. These rows save memory while keeping the precision closer to what the K cache tier would give.

Two-bit gaps are less convincing, though the matrix offers only one matched-memory check. At tail 128*, kvarn4-kvarn2 uses the same 928.00 MiB as symmetric kvarn3 but records 0.003570 median KLD instead of 0.001797. On that evidence, balance is the default and a one-bit V reduction is the normal intermediate step.

CacheKV cache (MiB)Median KLD
kvarn5 tail 128*1440.000.000927
kvarn5-kvarn4 tail 128*1312.000.000995
kvarn4 tail 128*1184.000.001111
kvarn3 tail 128*928.000.001797
kvarn4-kvarn2 tail 128*928.000.00357

5. What An Exact Tail Buys

The tail's return depends on the body. Qwen standard q2_0 falls from 0.019374 at tail 0 to 0.004648 at 1024, while q8_0 moves from 0.000909 to 0.000897. The second thousand exact tokens reduces q2_0 further to 0.003696, but q8_0 changes by two millionths. KVarN follows the same curve from a stronger starting point, so its tail contribution is smaller still, though even the widest standard body remains a measurable step below BF16.

Qwen, four bits and narrower, median KLD. At these widths the gap between tail settings dwarfs the gap between formats.
Qwen, 4 bits and narrower, median KLD. At these widths the gap between tail settings dwarfs the gap between formats.

Treat the short-tail rows as synthetic readings. Teacher-forced Wikitext scores the next token at every position, so the newest tokens are always in play as decisive context, and even a 128-token exact suffix is rewarded far beyond what most real work would give it. In an agent session the tokens that matter (an earlier instruction, a function signature, a tool result) routinely sit hundreds or thousands of positions back.

The practical tail choices therefore start at 1024 and 2048; tail 128 stays in the matrix as the matched control that keeps standard and KVarN comparable, not as a recommended setting. The same reward shapes the Pareto frontier: of the 28 Qwen rows that no other row beats on both memory and median KLD, 21 carry a 1024- or 2048-token tail.

Qwen, four bits and narrower, mean KLD. Tail 1024 and 2048 cluster tightly, and the format choice within a tail is small.
Qwen, 4 bits and narrower, mean KLD. Tail 1024 and 2048 cluster tightly, and the format choice within a tail is small.

A short tail also changes what a comparison means. Standard tail 0 remains useful as a deployable low-memory row and as a diagnostic control, but it is not the matched comparator for KVarN, whose intrinsic newest group is exact. Even the matched comparison, standard 128 against KVarN 128*, mixes two remaining differences beyond the formats themselves: standard tails use BF16 in these runs while KVarN tails use F16, and non-sliding-window KVarN layers carry a permanent exact prefix sink. Section 9 weighs those caveats.

6. Choosing For Qwen

The balanced Qwen starting point is kvarn5-kvarn4 with tail 1024. It records 0.000936 median KLD and 0.089469 at P99.9 in 1360.00 MiB: median within 3% of q8_0 tail 0 (0.000909, with 0.093029 at P99.9) for 816.00 MiB less persistent memory. The tradeoff is a slower prefill path.

CacheTailKV cache (MiB)Median KLD99.9% KLDTok/s
kvarn5-kvarn410241360.000.0009360.089469816.51
q5_0-q4_010241376.000.0009640.08934865.18
q8_002176.000.0009090.093029886.04

kvarn6-kvarn5 tail 1024 is the more conservative body, at 0.000886 and 1616.00 MiB; kvarn4-kvarn3 tail 1024 is the compact step at 0.001112 and 1104.00 MiB. kvarn3-kvarn2 tail 1024 reaches 848.00 MiB, but its 0.002424 median and much heavier upper tail make it emergency compression rather than a coding default.

Standard pairs are practical alternatives. They process prompts faster and have a simpler portability. At tail 1024, standard q5_0-q4_0 records 0.000964 median KLD at 865.18 tokens/s and 1376.00 MiB, against 0.000936 at 816.51 tokens/s and 1360.00 MiB for kvarn5-kvarn4. Try both on real tasks with long context and only then make a decision.

7. Gemma Is A Different Decision

Gemma's 50 sliding-window layers and ten full-attention layers turn tail 1024 into a structural boundary in these runs. The visible window becomes exact in most layers, so body-width differences survive mainly in the full-attention layers while memory and prefill change sharply. The frontier composition flips between the two models: 23 of the 28 Qwen frontier rows are KVarN, against 6 of the 29 on Gemma.

kvarn5-kvarn4 tail 1024 strictly dominates q8_0 tail 0 on memory and median KLD alike: 1290.86 versus 1317.50 MiB and 0.036086 versus 0.037100. It is not the general recommendation because its measured prefill is 722.84 tokens/s against 932.09, a 22.4% deficit. Standard q8_0 tail 0 is the safer default when throughput and older-context coverage matter; the exact-window KVarN row is for workloads that value the newest 1024 tokens enough to pay that cost.

CacheTailKV cache (MiB)Median KLDTok/s
q8_001317.500.0371932.09
kvarn5-kvarn410241290.860.036086722.84

One further practical note. Across every matched pair, cache quantization costs Gemma far more than Qwen: the shared kvarn5-kvarn4 tail 1024 row reads 0.036086 median KLD against Qwen's 0.000936, and same-top agreement with the BF16 baseline lands at 80.5% against Qwen's 97.976%. KLD is measured against each model's own baseline, so this is cache damage rather than absolute model quality, but the practical consequence is that the same configuration costs Gemma a much wider accuracy spread than it costs Qwen.

Where the workload allows a model choice, Qwen's cache quantizes better and gives more room to tune, with the wider KVarN ladder, longer tail support, and cheaper asymmetric steps. For setups with limited VRAM, using Qwen with a quantized cache is the safer way. If sticking with Gemma is non-negotiable, avoid quantized KV cache whatsoever.

8. The Recommendation Ladder

The ladder turns the matrix into presets, interleaving standard and KVarN rows so both paths stay visible, and it spans the full spread on purpose. The right tier is the one that fits the card: a 24 GB setup and an 8 GB setup are different problems, and at the low end four or even three bits may be the only way a long context fits at all.

8.1 Qwen

The high end starts around 1600 MiB, the balanced band sits near 1300 to 1600 MiB, and below that the low end exists to allow you to fit more context, but without quality expectations.

CacheTailKV cache (MiB)Median KLD99.9% KLDWhat it is for
bf1604096.0000.00005Reference
q8_010242272.000.0008970.087699Standard fidelity with a precision tail
kvarn810242256.000.0008710.087639Best measured quality below BF16
q8_002176.000.0009090.093029Standard fidelity
q8_0-q6_010242016.000.0008940.091098q8_0 quality within noise, 256.00 MiB less
kvarn610241744.000.0008790.084629The high-end value pick
kvarn6-kvarn510241616.000.0008860.092778Much cheaper, almost as good
kvarn510241488.000.0008970.087666Highest value in mid-range
q5_0-q4_110241440.000.0009660.089128Standard when VRAM-constrained
kvarn5-kvarn410241360.000.0009360.089469Balanced default
q4_010241248.000.0010570.104486Compact standard
kvarn410241232.000.0009940.090391Cleaner than q4_0 for less memory
kvarn4-kvarn310241104.000.0011120.113968Smallest recommended tier
kvarn31024976.000.0013160.139558When the context must fit
kvarn3-kvarn21024848.000.0024240.23878Emergency compression
kvarn21024720.000.0038110.450496Last resort

The asymmetric pairs do the quiet work in the middle. Every rung on the KVarN side is exactly 128.00 MiB, which makes the descent directly comparable: kvarn6 to kvarn6-kvarn5 costs 0.8% of median KLD, then 1.2% to kvarn5, 4.3% to kvarn5-kvarn4, 6.2% to kvarn4, 11.9% to kvarn4-kvarn3, and 18.3% to kvarn3. The first four rungs together, 512.00 MiB from kvarn6 down to kvarn4, cost 13.1%, barely more than the single rung below kvarn4 costs on its own. Below kvarn3 the arithmetic stops being gentle: one more rung costs 84.2%, and the next 57.2%.

At the top the decisions become more complicated due to the noise, driven by extremes skewing the mean and making double-checking median tricky. The mean graph makes that visible.

Qwen, 4 bits and wider, mean KLD. Curves cross each other across the band, making comparisons noisy.
Qwen, 4 bits and wider, mean KLD. Curves cross each other across the band, making comparisons noisy.

8.2 Qwen Standard-Only

For setups without KVarN or the tail feature, the same matrix reduces to a standard-only ladder on Qwen 3.6 27B Q5_K_S at 64k. Prefill throughput stays within 882.61 to 888.39 tok/s across every standard tail 0 row, so the only trade on offer here is quality for memory.

CacheTailKV cache (MiB)Median KLD99.9% KLDWhat it is for
bf1604096.0000.00005Reference
q8_002176.000.0009090.093029Compression with minimal losses
q8_0-q6_001920.000.0009370.093575256.00 MiB below q8_0
q6_001664.000.000960.091134The high-end value pick
q6_0-q5_001536.000.0010540.09467Balanced default
q5_001408.000.0011540.09707Last tier before the cliff
q5_0-q4_101344.000.0014330.122096Default when VRAM-constrained
q5_0-q4_001280.000.0015160.12106864.00 MiB cheaper, worse median
q4_001152.000.0018460.154408Smallest recommended tier
q4_0-q3_001024.000.0033130.218912When the context must fit
q3_00896.000.0046960.304186Emergency compression
q2_00640.000.0193741.198902Last resort

Three cliffs shape this ladder, and each one opens directly below a symmetric _0 row. Median KLD rises only 27% across the 768.00 MiB from q8_0 down to q5_0, then the next 64.00 MiB step to q5_0-q4_1 costs 24% on its own. Below q4_0, one 64.00 MiB step to q4_0-q3_1 costs 70%, and below q3_0 the same size step to q3_1-q2_0 costs 161%. When the budget is tight, q5_0, q4_0, and q3_0 are the rows to land on.

q6_0 anchors the high end. At 1664.00 MiB it holds 0.00096 median KLD, which is 512.00 MiB below q8_0 for 5.6% more error, and the frontier rows in between buy that error back at a poor rate: 0.6% for 64.00 MiB at q6_1-q6_0, 4.2% for 320.00 MiB at q8_0-q6_1. It also carries the cleanest 99.9% tail on this ladder, 0.091134 against 0.093029 for q8_0, so the widest cache here is not the one with the best worst case.

8.3 Gemma

Gemma's ladder is the mirror image of Qwen's, and the reason is cost, not coverage. Gemma's 50 sliding-window layers store the tail's exact tokens in native precision across the full 1024-token window, so the tail overlay is far heavier than on Qwen: a flat 96.00 MiB on Qwen at any body width, but 243.36 to 693.36 MiB on Gemma, growing as the body shrinks. At q2_0 the tail overlay alone (693.36 MiB) costs more than the body it sits on (387.50 MiB). KVarN's intrinsic F16 group carries the same penalty.

That cost buys nothing this benchmark can resolve. Gemma's cache damage is already severe at the top of the range: q8_0 tail 0 agrees with the BF16 baseline on 80.445% of top tokens against the baseline's own 99.995%, so a fifth of top-token agreement is gone before any tier is chosen. Twenty configurations match or beat that number: they span 1290.86 to 1628.98 MiB and 719.54 to 932.09 tok/s, yet every one of them lands between 80.445% and 80.859% same-top, a 0.414 point spread against a per-row uncertainty of 0.103 points.

CacheTailKV cache (MiB)Median KLD99.9% KLDWhat it is for
bf1602480.0000.000047Reference
q8_001317.500.037116.813929General default at full prefill speed
q8_0-q6_001162.500.04087516.839821155.00 MiB below q8_0
q6_001007.500.04263617.30599Last tier before the cliff
q6_0-q5_00930.000.05523617.26157Stronger K side, 77.50 MiB above q5_0
q5_00852.500.06174718.731647Memory floor for usable quality
q5_0-q4_00775.000.10942719.183374Asymmetric compact
q4_00697.500.13409120.442234Budget body before the huge cliff
q4_0-q3_00620.000.38121622.304634When the context must fit
q3_00542.500.50407523.15744Emergency compression
q2_00387.502.9575827.834961Last resort

The same three symmetric _0 rows anchor the cliffs here as on Qwen. Median KLD rises only 14.9% across the 310.00 MiB from q8_0 down to q6_0, then one 38.75 MiB step past q6_0 costs 21.7%. The same size step past q5_0 costs 70.9%, past q4_0 it costs 130.5%, and past q3_0 it costs 129.3%. Gemma's cliffs are steeper than Qwen's and its same-top agreement falls with them, from 79.496% at q6_0 to 76.802% at q5_0, 71.347% at q4_0, and 61.353% at q3_0, so the rows to land on are the same ones and the penalty for overshooting them is larger.

9. What This Does Not Prove

This is a KLD benchmark, not a direct agentic-coding evaluation. It does not ask a model to retrieve an old identifier, preserve repository policy, select a tool, emit valid structured output, or repair a failed edit. A row's median KLD is evidence about distribution drift on Wikitext, not a percentage of coding ability retained. The ladder above ranks configurations by that metric, so the distance between two rungs may matter far more or far less on a real workload.

The tail length inherits the same problem. These ladders settle on 1024 because that is where the KLD curve flattens, but Wikitext scores every position more or less alike, while a real session leans on particular earlier spans: a function signature, a system prompt, a tool schema. A workload whose load-bearing tokens sit further back than the exact suffix reaches will not show that failure in any column here. The best play is to adjust tail size to match the task.

10. Method And Full Benchmark Data

The matrix uses one RTX 3090 on Windows 11, BeeLlama v0.4.0. Both models use Q5_K_S weights and Wikitext-2 raw with batch size 2048, micro-batch size 512, seed 1, FlashAttention, unified KV, no mmap, mlock, and no host offload. KLD is calculated against a matching BF16-cache baseline. Tok/s is prompt processing measured inside the run. Filters operate on published tail and on cache family, so selecting 128 includes standard tail 128 and KVarN 128*.

KV cache cells show the persistent total. Where a cache pair has a shorter reference row, a smaller (Δ...) gives the difference from that tail 0 total. KVarN 128* is its own requested-0 baseline and carries no delta, because its intrinsic exact group is already inside the total: on Qwen that group accounts for 48.00 MiB where a standard tail 128 overlay costs 8.00 MiB. Longer KVarN tails are measured from that 128* row, so KVarN and standard deltas begin from different baselines and should be read within a family rather than across the two.

10.1 Qwen 3.6 27B Q5_K_S 64k

Filters
CacheTailKV cache (MiB)Median KLDMean KLDKLD +/-90% KLD95% KLD99% KLD99.9% KLDMaximum KLDSame top pTok/sElapsed (s)
bf1604096.000000.0000160.0000230.0000370.000050.00006599.995% +/- 0.002%887.82334.479
q8_002176.000.0009090.0027540.0002470.0042620.0067750.0199070.09302922.25903997.93% +/- 0.039%886.04333.999
q8_01282184.00 (Δ8.00)0.0009010.002530.000170.0042310.0066830.0195290.09039511.78367598% +/- 0.039%874.94343.638
q8_010242272.00 (Δ96.00)0.0008970.0027180.0002350.0042190.0066650.0195250.08769916.63963997.936% +/- 0.039%866.46340.834
q8_020482336.00 (Δ160.00)0.0008950.0026440.000210.0042280.0066280.0192290.08711317.80119397.998% +/- 0.039%857.8343.684
q8_0-q6_101984.000.000920.0027770.0002510.0042590.0067220.0194110.08567919.69571197.984% +/- 0.039%882.71335.117
q8_0-q6_11281992.00 (Δ8.00)0.0009050.0025860.0002140.0042250.0066420.0194110.08267520.58934897.996% +/- 0.039%870.86334.14
q8_0-q6_110242080.00 (Δ96.00)0.0009010.0027640.0002650.0042470.0067030.0194140.08624719.21633198% +/- 0.039%864.41341.438
q8_0-q6_120482144.00 (Δ160.00)0.0008980.0027280.0002330.0042370.0066920.0192720.08385218.31975997.965% +/- 0.039%856.17344.429
q8_0-q6_001920.000.0009370.002670.000180.0042990.0067390.0192530.09357515.61186897.974% +/- 0.039%883.41334.807
q8_0-q6_01281928.00 (Δ8.00)0.0009080.0026090.0001950.0042120.0065880.0196310.08421515.28956398.002% +/- 0.039%870.46333.961
q8_0-q6_010242016.00 (Δ96.00)0.0008940.0027250.0002310.0042020.0066340.0196930.09109816.82827697.983% +/- 0.039%865.26341.094
q8_0-q6_020482080.00 (Δ160.00)0.0009020.0027340.0002280.0042390.0066670.0195830.08695317.5856398.007% +/- 0.039%856.16344.301
q8_0-q5_101856.000.0010050.0028350.0002050.0045820.0072160.0207260.08981715.35372797.909% +/- 0.04%883.69334.643
q8_0-q5_11281864.00 (Δ8.00)0.0009130.0027070.0001980.0042770.0067930.0197540.0866614.8786597.98% +/- 0.039%869.76334.362
q8_0-q5_110241952.00 (Δ96.00)0.0009030.0028740.0002770.0042360.0067060.0191990.08910220.22662598.039% +/- 0.038%864.88341.157
q8_0-q5_120482016.00 (Δ160.00)0.0009090.0026420.0001890.0042630.0067260.0193370.08593713.86887697.993% +/- 0.039%856.95344.034
q8_0-q5_001792.000.001030.0030780.0002630.0047110.0073010.0208930.09332218.08280497.848% +/- 0.04%885.28334.155
q8_0-q5_01281800.00 (Δ8.00)0.0009190.0026030.0002120.0042830.0067530.0189650.09147220.03735998.031% +/- 0.038%870.31334.24
q8_0-q5_010241888.00 (Δ96.00)0.0009080.0025670.0001780.0042390.0066420.0191280.08889315.57905697.99% +/- 0.039%867.84340.154
q8_0-q5_020481952.00 (Δ160.00)0.0009080.0027920.0002260.0042950.006770.0199230.09461217.02984898.026% +/- 0.038%858.42343.495
kvarn8128*2208.000.0008710.0024720.000160.0040990.0064770.0184420.08865211.74124698.039% +/- 0.038%816.51359.779
kvarn810242256.00 (Δ48.00)0.0008710.0024010.000180.0041050.0064140.0187720.08763917.57006598.036% +/- 0.038%811.11361.748
kvarn820482320.00 (Δ112.00)0.0008770.0025920.0002050.0041120.0065140.0189980.08885714.82525398.026% +/- 0.038%802.55364.918
kvarn8-kvarn6128*1952.000.0008740.0025480.0001760.0041230.0064940.0189830.08741314.98746698.012% +/- 0.039%812.61361.129
kvarn8-kvarn610242000.00 (Δ48.00)0.0008690.0026150.0002320.0041010.0065180.0189480.08604918.76509798.016% +/- 0.039%807.83361.874
kvarn8-kvarn620482064.00 (Δ112.00)0.0008670.0026980.0002180.0041040.0065030.0187270.08910214.66323398.006% +/- 0.039%800.46365.826
kvarn8-kvarn5128*1824.000.0008990.0026030.00020.0041980.006670.0193030.08901616.31622197.963% +/- 0.039%812.84360.884
kvarn8-kvarn510241872.00 (Δ48.00)0.0008830.0025690.0001910.0041580.0065670.0187970.08384518.21916497.958% +/- 0.039%806.95363.208
kvarn8-kvarn520481936.00 (Δ112.00)0.000880.0025050.0001930.0041130.0064380.0186580.08166616.52356998.022% +/- 0.038%799.19366.487
q6_101792.000.000950.0029410.0002870.0044330.0070110.0199640.08762221.41441597.976% +/- 0.039%884.41334.494
q6_11281800.00 (Δ8.00)0.0009120.0027440.000230.0043050.0067430.0195520.08857219.13977897.976% +/- 0.039%869.7334.481
q6_110241888.00 (Δ96.00)0.0009030.0028550.0002370.0042540.0066730.0196110.08532217.9687598.01% +/- 0.039%866.66340.834
q6_120481952.00 (Δ160.00)0.0009060.0026330.0002050.0042460.0067030.0198050.08866915.91020597.968% +/- 0.039%857.66343.974
q6_1-q6_001728.000.0009540.0027380.0002050.0044680.0070060.0198720.08737615.59610597.954% +/- 0.039%884.77334.558
q6_1-q6_01281736.00 (Δ8.00)0.0009190.0026240.0001870.0042990.0067830.019330.0853415.09380397.972% +/- 0.039%869.99334.377
q6_1-q6_010241824.00 (Δ96.00)0.0009040.0025340.0001680.0042380.0067110.0197230.08090715.3320698.003% +/- 0.039%866.37340.905
q6_1-q6_020481888.00 (Δ160.00)0.0009070.0026050.0001980.004280.0067260.0192660.08815415.29476298.016% +/- 0.039%857.24344.331
q6_1-q5_101664.000.0010240.0027480.0001610.0047140.0073560.0207280.0894613.53087697.882% +/- 0.04%884.44334.417
q6_1-q5_11281672.00 (Δ8.00)0.0009220.0026020.0001970.0043220.006820.0196520.09092114.83603498.015% +/- 0.039%869.68334.348
q6_1-q5_110241760.00 (Δ96.00)0.0009090.0027050.0002020.0043020.0067810.0195950.09286716.15534498.022% +/- 0.038%866.71340.837
q6_1-q5_120481824.00 (Δ160.00)0.0009020.0026590.0001930.0042450.0067210.0195770.08502515.56226298.013% +/- 0.039%857.64343.798
q6_1-q5_001600.000.0010480.0028360.0001910.0048070.007480.0212760.08996416.49944397.899% +/- 0.04%884.99334.221
q6_1-q5_01281608.00 (Δ8.00)0.000920.0027180.0002280.004320.0067660.0199240.09115420.36624797.958% +/- 0.039%870.22333.982
q6_1-q5_010241696.00 (Δ96.00)0.0009120.0026190.0001870.0042950.0067990.0196770.08848918.17528598.013% +/- 0.039%866.68340.584
q6_1-q5_020481760.00 (Δ160.00)0.0009130.0025320.0001780.0042640.0066330.0192450.08618415.53283497.966% +/- 0.039%858.18343.503
q6_1-q4_101536.000.0013380.0034190.0001950.0058260.0088620.0242130.10699115.12140397.636% +/- 0.042%884.53334.609
q6_1-q4_11281544.00 (Δ8.00)0.0009690.0029280.0002570.0045270.0071210.0214730.09488321.22056297.916% +/- 0.039%870.66334.022
q6_1-q4_110241632.00 (Δ96.00)0.0009380.0027770.0002110.0044340.0069840.0204440.09608815.32431997.919% +/- 0.039%865.68341.092
q6_1-q4_120481696.00 (Δ160.00)0.0009220.0027160.0001990.0043480.0069070.0204250.0961415.16132798.004% +/- 0.039%856.67344.134
q6_1-q4_001472.000.0014210.0035950.0002250.0061090.0093050.0247720.11265515.84178797.533% +/- 0.043%884.32334.678
q6_1-q4_01281480.00 (Δ8.00)0.0009810.0027410.0001840.0045950.0072180.0210960.09501814.90699997.897% +/- 0.04%871.2333.847
q6_1-q4_010241568.00 (Δ96.00)0.0009450.0026920.0001880.0044080.0069330.0202510.08633316.49162197.938% +/- 0.039%866.53340.806
q6_1-q4_020481632.00 (Δ160.00)0.0009270.0026480.0002060.0043760.0069140.0200370.09432616.53361397.931% +/- 0.039%857.88343.708
q6_001664.000.000960.0027710.0002280.0044620.0070870.020130.09113420.71210797.906% +/- 0.04%884.75334.314
q6_01281672.00 (Δ8.00)0.0009130.0026240.0001760.0042630.0067140.0197890.09244214.5651297.99% +/- 0.039%869.65334.683
q6_010241760.00 (Δ96.00)0.0009080.0026930.0002290.0042720.0066790.0192390.08519719.611597.97% +/- 0.039%866.51340.762
q6_020481824.00 (Δ160.00)0.0009040.0026050.0001780.0042550.0067330.0191330.08987214.91594597.929% +/- 0.039%857.54343.761
q6_0-q5_101600.000.0010260.0031720.0002830.004670.0073690.0211310.08629720.3094297.888% +/- 0.04%884.34334.568
q6_0-q5_11281608.00 (Δ8.00)0.0009220.0026630.0002190.0043370.0068310.0199750.0834616.83696797.997% +/- 0.039%869.64334.168
q6_0-q5_110241696.00 (Δ96.00)0.0009070.0025690.0002040.0042470.0066760.0192910.08673316.88074397.955% +/- 0.039%865.38341.039
q6_0-q5_120481760.00 (Δ160.00)0.0009090.0028330.0002580.004250.0067430.0193660.09856518.36335897.979% +/- 0.039%856.9344.101
q6_0-q5_001536.000.0010540.0030910.000250.004810.0074570.0214930.0946717.01789597.823% +/- 0.04%884.61334.397
q6_0-q5_01281544.00 (Δ8.00)0.0009290.0026320.0001860.0043580.0068310.0199590.08546513.94522397.938% +/- 0.039%869.5334.293
q6_0-q5_010241632.00 (Δ96.00)0.0009110.0026310.0002120.0042680.0067150.0191970.08861317.51912998.018% +/- 0.039%865.82340.966
q6_0-q5_020481696.00 (Δ160.00)0.0009070.0025310.0001840.0042260.0067430.0193190.08592616.100598.017% +/- 0.039%857.07343.98
q6_0-q4_101472.000.0013470.0035050.0002060.0058920.0090070.025260.11505717.10345697.628% +/- 0.042%883.86334.676
q6_0-q4_11281480.00 (Δ8.00)0.0009680.0027280.0002120.0045460.0071830.0206460.09034617.96307297.897% +/- 0.04%870.75333.964
q6_0-q4_110241568.00 (Δ96.00)0.0009360.0027820.0002140.0044040.0069910.0204060.09352417.66565597.934% +/- 0.039%866.31340.828
q6_0-q4_120481632.00 (Δ160.00)0.0009170.0027230.0001950.0043250.0068240.0201360.08852715.1833697.971% +/- 0.039%858.36343.582
q6_0-q4_001408.000.0014380.0034360.0001730.0061760.0093760.0252610.10370813.91429797.584% +/- 0.042%885.66333.975
q6_0-q4_01281416.00 (Δ8.00)0.0009860.003040.0002760.0046350.0073360.0205660.0959119.24090297.854% +/- 0.04%870.96333.933
q6_0-q4_010241504.00 (Δ96.00)0.0009430.0027380.0002030.0044350.0070160.0201140.08922319.33643598.012% +/- 0.039%866.95340.819
q6_0-q4_020481568.00 (Δ160.00)0.0009310.0024580.0001280.004380.0069690.0204810.09536711.52049197.999% +/- 0.039%857.82343.831
kvarn6128*1696.000.0008890.0026880.0002160.0041770.006560.0190390.08899315.31993698.034% +/- 0.038%814.17360.353
kvarn610241744.00 (Δ48.00)0.0008790.002440.0001930.0040990.0064820.0189720.08462917.96243598.02% +/- 0.038%808.9362.461
kvarn620481808.00 (Δ112.00)0.0008760.0025240.0001730.0041540.0065020.0192270.08602713.38409898.01% +/- 0.039%801.99365.166
kvarn6-kvarn5128*1568.000.0008990.0026770.000230.0042340.0067080.0190140.08934121.01925597.993% +/- 0.039%815.5359.891
kvarn6-kvarn510241616.00 (Δ48.00)0.0008860.0025540.0001820.004180.0065750.0194240.09277813.84859898.027% +/- 0.038%810.06362.048
kvarn6-kvarn520481680.00 (Δ112.00)0.0008840.0026960.0002430.0041520.0065280.0193960.08432818.41875197.964% +/- 0.039%801.98365.33
kvarn6-kvarn4128*1440.000.0009620.002760.0002090.0045480.0071580.0208070.08926918.95603297.923% +/- 0.039%813.19360.523
kvarn6-kvarn410241488.00 (Δ48.00)0.0009180.0025750.0001620.0043150.0068380.0197970.08979312.43339598.002% +/- 0.039%814.6360.287
kvarn6-kvarn420481552.00 (Δ112.00)0.0008980.0026460.0002090.0042880.0067450.0202280.09615718.1469897.97% +/- 0.039%806.39363.419
q5_101536.000.0010870.0031340.0002210.0050350.007850.0221330.09790215.78876197.783% +/- 0.041%883.44336.501
q5_11281544.00 (Δ8.00)0.000960.0029430.0002530.0045020.0070690.0202940.0914517.40897497.94% +/- 0.039%869.37334.367
q5_110241632.00 (Δ96.00)0.0009260.0028110.0002310.0043590.0067970.0196380.08489618.90888697.929% +/- 0.039%865.09341.159
q5_120481696.00 (Δ160.00)0.0009240.0027620.000240.004340.0068290.0200370.09655618.34122197.948% +/- 0.039%856.48344.288
q5_1-q5_001472.000.0011180.0031380.000230.0051550.0080770.0228120.09310417.6594197.791% +/- 0.041%883.66334.785
q5_1-q5_01281480.00 (Δ8.00)0.0009640.002880.0002470.0045180.0071030.019930.08910122.26700297.89% +/- 0.04%869.37334.252
q5_1-q5_010241568.00 (Δ96.00)0.0009330.0025960.0001940.004390.0069460.0198990.09232116.40940397.958% +/- 0.039%865.34341.167
q5_1-q5_020481632.00 (Δ160.00)0.0009180.0027150.0001980.0043410.0068960.0201290.09239415.98166897.99% +/- 0.039%856.47344.263
q5_1-q4_101408.000.0014070.0034720.0001570.0062210.0095390.0253950.11387611.89225197.556% +/- 0.043%883.53335.001
q5_1-q4_11281416.00 (Δ8.00)0.001010.0028420.0001970.004780.0075580.0215650.09694516.73058997.862% +/- 0.04%870.23334.12
q5_1-q4_110241504.00 (Δ96.00)0.0009680.0029150.0002530.0045550.0071850.0204710.09289619.86325197.909% +/- 0.04%865.31341.377
q5_1-q4_120481568.00 (Δ160.00)0.0009340.0028020.0002040.0043950.0069430.0207180.09364115.06969597.955% +/- 0.039%856.57344.261
q5_1-q4_001344.000.0014810.0036310.000230.0064580.0098190.0271310.11131620.64390497.481% +/- 0.043%883.7334.795
q5_1-q4_01281352.00 (Δ8.00)0.0010120.0029670.0002210.0047810.0075450.0213950.09945117.33653197.861% +/- 0.04%870.41333.837
q5_1-q4_010241440.00 (Δ96.00)0.0009530.0028520.0002170.0045420.0071460.020820.09811315.12367497.949% +/- 0.039%865.7341.015
q5_1-q4_020481504.00 (Δ160.00)0.0009490.0025270.0001310.0044380.0070680.0203620.08739312.05230197.957% +/- 0.039%857.11344.134
q5_1-q3_101280.000.0027930.0061980.0002660.0114530.0168210.041850.17044118.38768696.651% +/- 0.05%883.12335.07
q5_1-q3_11281288.00 (Δ8.00)0.0011910.0035190.0002650.0057560.009030.0259240.10759920.86738297.726% +/- 0.041%868.95334.474
q5_1-q3_110241376.00 (Δ96.00)0.0010550.0033660.0002880.0050050.0079270.0233560.11219221.27914497.852% +/- 0.04%864.85341.307
q5_1-q3_120481440.00 (Δ160.00)0.0010080.0028140.0001730.0048040.0076070.0215940.09849514.71447297.868% +/- 0.04%856.29344.639
q5_1-q3_001216.000.0029560.0065720.0002720.0121530.0179430.044080.19325421.00732296.662% +/- 0.05%883.56334.817
q5_1-q3_01281224.00 (Δ8.00)0.0012510.0038230.0003010.0059680.0094080.0260860.11383417.83626497.665% +/- 0.042%870.04334.297
q5_1-q3_010241312.00 (Δ96.00)0.0010830.0031650.000230.0051880.0081630.0224980.10175516.45102397.855% +/- 0.04%865.44341.384
q5_1-q3_020481376.00 (Δ160.00)0.0010240.003150.0002610.0048710.007680.021980.10460620.31957497.843% +/- 0.04%856.86344.115
q5_001408.000.0011540.0032690.0002410.0053670.0083460.0234670.0970720.07867897.755% +/- 0.041%883.3334.95
q5_01281416.00 (Δ8.00)0.000970.0027730.0001850.0046180.0072660.0217030.08768514.90624297.975% +/- 0.039%869.16334.391
q5_010241504.00 (Δ96.00)0.0009380.0027150.0002030.0044020.0069710.0202750.08813217.62565497.968% +/- 0.039%864.91341.636
q5_020481568.00 (Δ160.00)0.0009280.0025680.0001620.0043620.0068770.0199830.08966813.54478597.94% +/- 0.039%856.17344.366
q5_0-q4_101344.000.0014330.0036660.0002260.0063750.0097390.0266880.12209616.71223497.572% +/- 0.043%882.91335.292
q5_0-q4_11281352.00 (Δ8.00)0.0010120.0030810.0002380.0048060.0076240.0217920.09667217.55004197.88% +/- 0.04%869.77334.361
q5_0-q4_110241440.00 (Δ96.00)0.0009660.0028640.0002220.004520.0071150.0200150.08912815.71050797.902% +/- 0.04%864.6341.38
q5_0-q4_120481504.00 (Δ160.00)0.0009410.0025720.0001410.0044410.0069790.0200680.09100711.3224397.932% +/- 0.039%856.05344.453
q5_0-q4_001280.000.0015160.003880.0002270.0065870.0100480.0272470.12106814.88039997.485% +/- 0.043%883.76334.797
q5_0-q4_01281288.00 (Δ8.00)0.0010290.0028660.0001880.0049090.0077210.0220460.09426415.55758997.858% +/- 0.04%870.25333.995
q5_0-q4_010241376.00 (Δ96.00)0.0009640.0026760.0001830.004540.0071480.0203610.0893418.34825197.893% +/- 0.04%865.18341.334
q5_0-q4_020481440.00 (Δ160.00)0.0009450.0028910.0002440.0044380.0070210.0207730.09667120.49602397.937% +/- 0.039%856.74344.375
q5_0-q3_101216.000.002810.0061930.0002610.0115430.0169450.0426180.18572819.46626396.619% +/- 0.05%882.61335.394
q5_0-q3_11281224.00 (Δ8.00)0.0012090.0034460.0002340.0057780.0090810.0253910.12508316.06685497.689% +/- 0.042%868.69334.593
q5_0-q3_110241312.00 (Δ96.00)0.0010740.0031450.0002370.0051280.0080960.0223710.10232416.97149197.802% +/- 0.04%864.52341.696
q5_0-q3_120481376.00 (Δ160.00)0.0010150.0031390.0002470.0048580.0076990.0221030.09422819.57180697.805% +/- 0.04%856.08344.437
q5_0-q3_001152.000.0030080.0065680.0002380.0124140.0182460.0454720.19241916.82560796.628% +/- 0.05%883.39334.944
q5_0-q3_01281160.00 (Δ8.00)0.0012630.0036480.0002220.0060890.0095310.0267460.1351716.37300597.691% +/- 0.041%869.84334.236
q5_0-q3_010241248.00 (Δ96.00)0.0010920.0030020.0001770.0051740.0081470.0237710.10451416.50254697.822% +/- 0.04%865.62341.257
q5_0-q3_020481312.00 (Δ160.00)0.0010310.0032110.0002650.0049080.0077060.0231080.10804719.15590197.886% +/- 0.04%856.21344.383
kvarn5128*1440.000.0009270.0027290.000220.0043960.0069680.0202410.08653717.65052697.941% +/- 0.039%821.65357.442
kvarn510241488.00 (Δ48.00)0.0008970.0028510.0002590.004240.006730.0192420.08766620.3374998.009% +/- 0.039%815.52359.7
kvarn520481552.00 (Δ112.00)0.0008920.0024740.000170.0041910.0066020.0192690.08807415.33561198.01% +/- 0.039%807.75362.98
kvarn5-kvarn4128*1312.000.0009950.0028810.0002220.004720.007480.0212810.09269220.41724697.911% +/- 0.04%822.11357.128
kvarn5-kvarn410241360.00 (Δ48.00)0.0009360.0027570.0002320.004410.0069810.0200750.08946918.07157997.976% +/- 0.039%816.51359.244
kvarn5-kvarn420481424.00 (Δ112.00)0.0009110.0026040.0001810.0043210.0068230.0198490.09545718.74687897.909% +/- 0.04%810.39361.717
kvarn5-kvarn3128*1184.000.0012690.0035890.0001980.0061830.0097810.0269070.12615617.2676797.589% +/- 0.042%822.32357.131
kvarn5-kvarn310241232.00 (Δ48.00)0.0010570.0029540.000160.0050840.0080520.0228060.10296614.04678297.821% +/- 0.04%816.81359.222
kvarn5-kvarn320481296.00 (Δ112.00)0.0009990.0029550.0002580.0047870.0076230.0213470.09387921.3910297.857% +/- 0.04%808.52362.542
q4_101280.000.0016660.0042740.0002250.0076690.0118260.0315830.13531517.82852797.32% +/- 0.045%883.26335.34
q4_11281288.00 (Δ8.00)0.0011340.0036960.0003440.0055260.0087010.0248010.10136122.06210397.755% +/- 0.041%871.15333.547
q4_110241376.00 (Δ96.00)0.0010190.0029690.0001940.0049240.0078060.0219750.0973412.44698397.869% +/- 0.04%865.05341.923
q4_120481440.00 (Δ160.00)0.0009880.0030550.0002480.0047220.0074590.0208870.09841120.93309897.862% +/- 0.04%856.67344.404
q4_1-q4_001216.000.0017660.0044580.0002150.0079420.0121260.0319370.14425614.86298397.288% +/- 0.045%884.29334.534
q4_1-q4_01281224.00 (Δ8.00)0.001140.0033890.0002520.0055880.0087490.0246780.10787418.73413597.71% +/- 0.041%871.71333.657
q4_1-q4_010241312.00 (Δ96.00)0.0010210.0030870.0002450.004880.0077460.022020.09904720.86486197.849% +/- 0.04%866.22340.789
q4_1-q4_020481376.00 (Δ160.00)0.0009840.0027420.0001750.004710.0074360.0208770.09899714.22821897.906% +/- 0.04%857.28344.053
q4_1-q3_101152.000.0030310.0065850.0002040.0128630.0191060.0479770.19305515.16396596.468% +/- 0.051%883.53335
q4_1-q3_11281160.00 (Δ8.00)0.0013070.0039570.0002980.0065010.0102450.0283590.1356320.93375497.57% +/- 0.043%870.64333.807
q4_1-q3_110241248.00 (Δ96.00)0.0011260.0033070.0002310.0054770.0087490.0242510.11174317.45265697.707% +/- 0.041%865.86341.116
q4_1-q3_120481312.00 (Δ160.00)0.0010570.0032090.0002060.0050580.0080860.0229660.1140113.74750997.849% +/- 0.04%850.19346.941
q4_1-q3_001088.000.0032350.0071070.0002570.0135440.0200150.0509220.21308420.62429496.439% +/- 0.051%884.13334.685
q4_1-q3_01281096.00 (Δ8.00)0.0013720.0037930.0001970.0067460.0106810.0292550.11877213.99582497.49% +/- 0.043%870.86333.686
q4_1-q3_010241184.00 (Δ96.00)0.0011520.0033170.0002140.0055890.0088710.0248810.10811117.3310797.738% +/- 0.041%865.78340.972
q4_1-q3_020481248.00 (Δ160.00)0.0010750.0030630.0001850.0051450.0082630.0231580.11058514.79667497.816% +/- 0.04%857.64344.004
q4_1-q2_101024.000.0115860.0216610.0004060.0444030.062510.1426980.54695823.27270193.44% +/- 0.068%885.64334.492
q4_1-q2_11281032.00 (Δ8.00)0.0028170.0074660.0003140.0135220.0211580.0549480.2444716.73516896.515% +/- 0.051%872.03333.852
q4_1-q2_110241120.00 (Δ96.00)0.0019260.0051430.0002570.0093140.014750.0386440.16906819.48042997.095% +/- 0.046%866.58340.944
q4_1-q2_120481184.00 (Δ160.00)0.0016220.0046510.0002780.0078280.012470.0338940.14831219.27616997.335% +/- 0.044%858.08343.715
q4_1-q2_00960.000.0110180.0213430.0003650.0440960.0639130.1451260.58382523.73938293.588% +/- 0.068%885.36334.375
q4_1-q2_0128968.00 (Δ8.00)0.0029390.0078610.0003030.0148830.0231950.0587380.26264819.81534896.506% +/- 0.051%872.89333.203
q4_1-q2_010241056.00 (Δ96.00)0.002010.0056760.0003080.0101420.0159850.0433710.19001523.96056997.093% +/- 0.046%867.53340.623
q4_1-q2_020481120.00 (Δ160.00)0.0016690.0043530.0001350.0084730.0134860.0361350.14841114.48657797.333% +/- 0.045%858.74343.786
q4_001152.000.0018460.0046730.0002310.0084830.0129580.0345320.15440820.6998197.199% +/- 0.046%884.31334.626
q4_01281160.00 (Δ8.00)0.0012060.0034060.0002390.0058760.0092560.0253250.11127121.15908197.678% +/- 0.042%871.68333.643
q4_010241248.00 (Δ96.00)0.0010570.0028810.0001430.0051010.0080560.0231550.10448611.47137497.861% +/- 0.04%866.05341.103
q4_020481312.00 (Δ160.00)0.0010190.0028820.0001820.0048750.0077180.0220270.09249913.58936797.861% +/- 0.04%857.4344.146
q4_0-q3_101088.000.0031310.0070940.0002840.0132860.0196820.0502610.19955923.02863396.477% +/- 0.051%882.99334.897
q4_0-q3_11281096.00 (Δ8.00)0.0013620.0036820.0001850.0068240.0107250.0295450.13196920.48315697.516% +/- 0.043%870.29334.245
q4_0-q3_110241184.00 (Δ96.00)0.0011480.0032640.0001820.0056010.0089030.0244790.11136315.06352197.775% +/- 0.041%865.91341.01
q4_0-q3_120481248.00 (Δ160.00)0.0010790.003440.0002840.0052270.0082960.0236640.1035119.15647997.739% +/- 0.041%858.54343.482
q4_0-q3_001024.000.0033130.0076110.0003460.0141340.0208390.0510590.21891221.3783896.352% +/- 0.052%885.74334.132
q4_0-q3_01281032.00 (Δ8.00)0.0014240.0039030.0001860.0071090.0112410.0303740.12854411.76012997.501% +/- 0.043%871.5333.674
q4_0-q3_010241120.00 (Δ96.00)0.0011810.0032720.0001940.0057390.0090780.0259670.11072616.10046697.766% +/- 0.041%869.79340.018
q4_0-q3_020481184.00 (Δ160.00)0.0011030.0029940.0001630.0053130.0083840.0234780.10422215.27066897.79% +/- 0.041%858.25343.856
q4_0-q2_10960.000.0116650.0220210.0004160.0451810.0640130.1438950.56417622.46733593.323% +/- 0.069%884.61334.688
q4_0-q2_1128968.00 (Δ8.00)0.0028270.0074570.0003360.0135140.0210980.0551620.25606619.34479396.55% +/- 0.05%871.66333.691
q4_0-q2_110241056.00 (Δ96.00)0.0019390.0052160.0002670.0093740.0147580.0389570.16816117.44040797.091% +/- 0.046%866.43340.927
q4_0-q2_120481120.00 (Δ160.00)0.0016210.004630.0002760.0078050.0124740.0343880.14613619.63669897.327% +/- 0.045%857.79343.899
q4_0-q2_00896.000.0110990.021480.0003740.0445290.064840.1460030.57060622.94426593.582% +/- 0.068%886.34334.052
q4_0-q2_0128904.00 (Δ8.00)0.0029990.0079120.0002590.0153850.0239920.0616410.26492316.97080696.421% +/- 0.051%873.28333.2
q4_0-q2_01024992.00 (Δ96.00)0.0020350.0056650.0002870.0103950.0165140.0436260.18139620.32472697.041% +/- 0.047%867.81340.341
q4_0-q2_020481056.00 (Δ160.00)0.0017210.0046130.000180.0087370.014010.0378580.16536416.44497997.233% +/- 0.045%858.45343.689
kvarn4128*1184.000.0011110.0032440.0002460.0054240.0085680.0239390.11278121.76760797.771% +/- 0.041%822.51356.928
kvarn410241232.00 (Δ48.00)0.0009940.0030590.0002730.0047510.0075580.0215710.09039119.71802997.878% +/- 0.04%813.17361.01
kvarn420481296.00 (Δ112.00)0.0009520.0027330.0001840.0045340.0072090.0210610.0972715.3669897.871% +/- 0.04%808.93362.72
kvarn4-kvarn3128*1056.000.001360.003780.0002060.0068470.0109150.029920.12865719.28653597.571% +/- 0.043%822.35356.85
kvarn4-kvarn310241104.00 (Δ48.00)0.0011120.0029980.0001020.0054910.0086740.0243910.1139687.24607297.768% +/- 0.041%820.15357.851
kvarn4-kvarn320481168.00 (Δ112.00)0.0010320.0028740.0001360.0050480.0079470.0226860.10848611.88111897.845% +/- 0.04%811.61361.095
kvarn4-kvarn2128*928.000.003570.0094120.0003030.0189880.0291920.0721580.31660821.71644695.997% +/- 0.054%824.48356.179
kvarn4-kvarn21024976.00 (Δ48.00)0.0022420.0060140.0001950.0120980.0191210.0489510.18852514.74012296.864% +/- 0.048%820.55357.517
kvarn4-kvarn220481040.00 (Δ112.00)0.0017950.0051170.0002590.0094530.0151920.0395640.16533319.3494797.154% +/- 0.046%813.38360.547
q3_101024.000.004230.010290.00040.0196830.0299420.0755150.27969127.8156695.811% +/- 0.055%884.17334.732
q3_11281032.00 (Δ8.00)0.0018760.005520.0002240.0103660.016660.0433930.17081914.55737697.044% +/- 0.047%869.81334.407
q3_110241120.00 (Δ96.00)0.0014050.0041490.0002250.0074790.0119490.0341350.1275315.22943697.369% +/- 0.044%869.35339.538
q3_120481184.00 (Δ160.00)0.0012660.0038010.0001990.0065350.0105290.029720.12420414.23856297.581% +/- 0.042%856.4344.375
q3_1-q3_00960.000.0044270.0103520.0003920.0204250.0311060.0760730.28068127.36141895.734% +/- 0.056%884.65334.358
q3_1-q3_0128968.00 (Δ8.00)0.0018930.0055580.0003060.0103840.0165880.0444670.17148926.87485597.024% +/- 0.047%870.54333.984
q3_1-q3_010241056.00 (Δ96.00)0.0014170.0041440.0002090.0075130.0121830.0338280.13092413.79422697.472% +/- 0.043%866.19340.851
q3_1-q3_020481120.00 (Δ160.00)0.0012630.003750.0002420.0065230.0105120.0294580.11920620.51311397.584% +/- 0.042%860.62343.706
q3_1-q2_10896.000.0128750.0245370.0003870.0518040.0746410.1700320.63418826.73919592.967% +/- 0.071%885.04334.526
q3_1-q2_1128904.00 (Δ8.00)0.0033990.0091750.0003150.0175830.0276680.0727480.29951417.87941796.155% +/- 0.053%870.41334.139
q3_1-q2_11024992.00 (Δ96.00)0.0022540.0063160.0003040.0114870.0184120.0479480.19138919.2809196.81% +/- 0.049%866.16340.94
q3_1-q2_120481056.00 (Δ160.00)0.0018360.0051690.000240.0094270.015140.0411070.1519815.74225697.15% +/- 0.046%857.48343.917
q3_1-q2_00832.000.0122710.0242910.0003920.0506410.0741110.1725210.61334618.92353193.188% +/- 0.07%885.62334.05
q3_1-q2_0128840.00 (Δ8.00)0.0034160.0090520.0002320.0185150.0290270.0738120.29611718.43903796.169% +/- 0.053%871.7333.768
q3_1-q2_01024928.00 (Δ96.00)0.0022420.0061740.0002070.011990.0192310.0506920.23826319.2188396.783% +/- 0.049%867.15340.754
q3_1-q2_02048992.00 (Δ160.00)0.0018410.0049980.0001640.009650.0156350.0427770.17052413.67361497.101% +/- 0.046%858.75343.606
q3_00896.000.0046960.0110040.0003580.0218180.0331810.0814590.30418622.70572395.605% +/- 0.057%885.36334.421
q3_0128904.00 (Δ8.00)0.0020570.0061540.0002960.0114250.0184240.0489510.19901922.16162396.932% +/- 0.048%870.21334.152
q3_01024992.00 (Δ96.00)0.0015510.00470.0002920.0082170.0131940.0363160.16738620.20378997.305% +/- 0.045%867340.803
q3_020481056.00 (Δ160.00)0.0013820.0041170.000280.0071930.0114640.0313560.13524928.13641997.544% +/- 0.043%857.76343.812
q3_0-q2_10832.000.0130510.0248650.0003860.0521670.0748860.1712190.63926125.85053392.803% +/- 0.071%884.98334.296
q3_0-q2_1128840.00 (Δ8.00)0.0033530.0094110.0003930.0175570.0276330.069750.29957724.00161996.123% +/- 0.053%871.23333.825
q3_0-q2_11024928.00 (Δ96.00)0.0021910.0061910.0002580.0115810.0184330.0498420.18760517.63873396.898% +/- 0.048%866.02341.094
q3_0-q2_12048992.00 (Δ160.00)0.0018230.005210.0002830.0093620.015070.0405720.18443222.48509497.179% +/- 0.046%857.3344.154
q3_0-q2_00768.000.0124890.0243230.0003620.0519360.075550.1697740.61771421.57638993.157% +/- 0.07%886.18333.925
q3_0-q2_0128776.00 (Δ8.00)0.0036520.00980.0002870.0198870.0311760.0783010.31060120.71871295.946% +/- 0.054%872.17333.341
q3_0-q2_01024864.00 (Δ96.00)0.0023670.0068760.0003320.0129850.0209190.0552850.24344425.53905996.773% +/- 0.049%867.63340.264
q3_0-q2_02048928.00 (Δ160.00)0.0019650.0056710.0002720.0105050.0169680.0462980.20717623.00781196.997% +/- 0.047%859.17343.213
kvarn3128*928.000.0017970.0054340.0002730.0100390.0161110.043550.18025420.40145997.05% +/- 0.047%825.77355.546
kvarn31024976.00 (Δ48.00)0.0013160.0039780.0002060.0070840.011460.0314180.13955815.25178997.472% +/- 0.043%820.69357.751
kvarn320481040.00 (Δ112.00)0.0011580.0034830.0001770.0060780.0097780.0272410.13260513.85255997.656% +/- 0.042%813.59360.368
kvarn3-kvarn2128*800.000.004020.0109720.000310.0224160.0349470.0881690.37625918.91126495.698% +/- 0.056%826.05355.338
kvarn3-kvarn21024848.00 (Δ48.00)0.0024240.0069220.0002080.0137880.0221660.0573210.2387815.06002896.612% +/- 0.05%821.03357.592
kvarn3-kvarn22048912.00 (Δ112.00)0.0019140.0055230.0002190.0107490.0173060.0465270.20581721.04783697.005% +/- 0.047%810.43361.705
q2_10768.000.020590.0430560.0005180.0938960.1411530.3272851.10145923.26244290.826% +/- 0.08%886.58333.891
q2_1128776.00 (Δ8.00)0.0077390.0217770.0004030.0472770.0748470.1903960.69877124.13284993.921% +/- 0.066%872.49333.498
q2_11024864.00 (Δ96.00)0.0049160.0147460.0003710.0306830.0495730.1283090.4697820.71620895.143% +/- 0.059%867.2340.82
q2_12048928.00 (Δ160.00)0.0040490.0119890.0002930.0245390.0403980.1061580.40118118.57521895.609% +/- 0.057%857.88343.837
q2_1-q2_00704.000.01960.0423410.0005090.0928030.139520.3188231.1141220.78080991.078% +/- 0.079%885.67334.221
q2_1-q2_0128712.00 (Δ8.00)0.0073640.0211860.0003990.0455480.072140.1847980.71372420.71612794.172% +/- 0.065%872.4333.278
q2_1-q2_01024800.00 (Δ96.00)0.0046140.0140320.0003480.0289970.0470580.1248650.45663219.75393595.304% +/- 0.058%867.54340.617
q2_1-q2_02048864.00 (Δ160.00)0.0036790.010980.0002780.0224990.0366930.0970380.3750416.30968395.85% +/- 0.055%859.74343.262
q2_00640.000.0193740.0421070.0005890.090440.1364940.317081.19890225.11748191.176% +/- 0.078%888.39333.246
q2_0128648.00 (Δ8.00)0.0075210.0228250.0004380.0491450.0798260.2106980.80972123.87293193.878% +/- 0.066%874.48332.792
q2_01024736.00 (Δ96.00)0.0046480.0155110.000390.0318960.05390.1513910.56371325.55878495.065% +/- 0.06%870.67339.272
q2_02048800.00 (Δ160.00)0.0036960.012920.0004190.0242130.0418820.1228220.53996724.47283795.62% +/- 0.057%862.37342.255
kvarn2128*672.000.0071080.0208490.0003880.0455610.0723730.1806870.69359721.1730594.234% +/- 0.064%823.72356.612
kvarn21024720.00 (Δ48.00)0.0038110.013040.0004010.0267070.0433820.1152580.45049624.74597495.608% +/- 0.057%818.98358.301
kvarn22048784.00 (Δ112.00)0.002820.009750.0003050.0197240.0332020.0900670.34790625.21200896.214% +/- 0.053%812.89360.53

* KVarN raw request 0 is the canonical effective tail 128 result and is displayed as 128*. Explicit requested-128 aliases are excluded.

10.2 Gemma 4 31B Q5_K_S 16k

Filters
CacheTailKV cache (MiB)Median KLDMean KLDKLD +/-90% KLD95% KLD99% KLD99.9% KLDMaximum KLDSame top pTok/sElapsed (s)
bf1602480.000000.0000070.0000130.0000290.0000470.00006399.995% +/- 0.002%945.51407.259
q8_001317.500.03710.4559880.0037821.0653462.3406817.32269416.81392934.11612780.445% +/- 0.103%932.09410.772
q8_01281428.36 (Δ110.86)0.0369410.4465950.0037381.0425192.280767.11949516.75727135.36165280.541% +/- 0.103%859.82439.033
q8_010241560.86 (Δ243.36)0.0363250.4466570.0037581.0381632.2686547.20071316.80024736.4205480.521% +/- 0.103%749.76487.73
q8_0-q6_101201.250.0396730.4658920.0038111.0962892.4027987.33273716.41459834.48515780.034% +/- 0.104%930.29411.66
q8_0-q6_11281312.11 (Δ110.86)0.0374760.4552310.0037851.0584642.3269257.41927716.37638536.69863980.567% +/- 0.103%856.95389.081
q8_0-q6_110241500.86 (Δ299.61)0.0366030.4447790.0036951.0416232.2767437.08236616.27962735.06845980.556% +/- 0.103%751.63487.272
q8_0-q6_001162.500.0408750.4786320.0039161.1370192.4089767.64558116.83982135.58716679.888% +/- 0.104%930.48411.125
q8_0-q6_01281273.36 (Δ110.86)0.0380590.4611880.0038661.0728192.3365967.47724716.98920141.06046380.295% +/- 0.104%857.43389.015
q8_0-q6_010241480.86 (Δ318.36)0.036910.4497020.0037821.0393162.2844617.28817516.68691133.28526380.593% +/- 0.103%751.92486.916
q8_0-q5_101123.750.0496880.5131390.0040711.2305222.5955547.96995117.48709340.06614778.963% +/- 0.106%932.69410.153
q8_0-q5_11281234.61 (Δ110.86)0.0425260.4717440.0038411.1070572.3876517.49502416.48241638.13128779.813% +/- 0.105%859.56388.165
q8_0-q5_110241460.86 (Δ337.11)0.0375960.4493620.0037431.0531542.2786087.22930516.3486834.35056780.416% +/- 0.103%753.39486.395
q8_0-q5_001085.000.0518960.5310150.0041341.2965662.6932048.01807117.71401239.50951878.366% +/- 0.107%931.51411.228
q8_0-q5_01281195.86 (Δ110.86)0.0424440.4852420.0039631.1523562.4749997.60736417.16346436.34231279.587% +/- 0.105%859.14388.223
q8_0-q5_010241440.86 (Δ355.86)0.0377070.459310.0038491.0711412.3053447.51224516.99370636.33065480.401% +/- 0.103%753.45485.648
kvarn8128*1628.980.0356820.4364570.0037111.0044782.2179237.06682316.55668642.16725280.779% +/- 0.103%739.52493.807
kvarn810241570.86 (Δ−58.12)0.0353250.4368480.0036971.0120842.2133137.06719616.51988842.9750180.706% +/- 0.103%720.16504.573
kvarn8-kvarn6128*1473.980.0362290.4455540.0037641.0293852.2811377.19673316.81130239.48921280.673% +/- 0.103%750.57487.564
kvarn8-kvarn610241490.86 (Δ16.88)0.0354660.4426420.0037581.0204752.2408727.19059516.8259237.82461980.733% +/- 0.103%722.46503.028
kvarn8-kvarn5128*1396.480.039130.4654550.0038521.0940142.3581797.51873516.72263535.27214880.105% +/- 0.104%756.4484.569
kvarn8-kvarn510241450.86 (Δ54.38)0.0349240.437740.0037051.0172992.2171077.038116.8817634.2793280.859% +/- 0.102%719.54504.387
q6_101085.000.0416910.4963180.0040021.1936822.575117.81305617.11978534.46264379.643% +/- 0.105%927.52412.792
q6_11281195.86 (Δ110.86)0.0381130.4613990.0037941.0929412.3764597.34067116.49963835.24933680.253% +/- 0.104%856.25389.712
q6_110241440.86 (Δ355.86)0.0368790.4530740.00381.0533132.309017.28236216.72694434.06584580.576% +/- 0.103%754.61485.382
q6_1-q6_001046.250.0428810.5005330.0040241.2050622.5698617.80706417.27007931.1445579.524% +/- 0.105%928.11412.916
q6_1-q6_01281157.11 (Δ110.86)0.0392150.476560.0039541.121622.4227967.61508517.35599535.83636580.234% +/- 0.104%856.55389.571
q6_1-q6_010241420.86 (Δ374.61)0.0374060.4530810.0038081.0515732.2856147.37989116.76446539.92639580.522% +/- 0.103%754.84484.931
q6_1-q5_101007.500.05220.5394040.0041741.3262932.7640588.16684817.67653536.2313878.373% +/- 0.107%929.16412.559
q6_1-q5_11281118.36 (Δ110.86)0.043560.481210.0038931.1480512.4133547.584116.81492835.65549179.583% +/- 0.105%860.06436.226
q6_1-q5_110241400.86 (Δ393.36)0.0380080.4534060.0037931.0470062.283687.2992516.75496735.64768280.384% +/- 0.103%752.87486.582
q6_1-q5_00968.750.0543560.555990.0042641.3839222.8500518.40047317.76327137.53224278.059% +/- 0.108%928.29412.265
q6_1-q5_01281079.61 (Δ110.86)0.0432080.4930650.0039671.1896182.5026967.7477317.13888234.64973479.381% +/- 0.105%859.11437.319
q6_1-q5_010241380.86 (Δ412.11)0.0377790.453270.0037811.0420792.2963287.37740116.55192936.28763280.308% +/- 0.104%753.66485.748
q6_1-q4_10930.000.1142560.6736670.0045311.6967443.2684668.92604418.18276236.7035674.038% +/- 0.114%930.2411.556
q6_1-q4_11281040.86 (Δ110.86)0.0789610.5559260.0040471.3582922.7560678.02472516.6616133.99607576.701% +/- 0.11%861.5435.655
q6_1-q4_110241360.86 (Δ430.86)0.0385040.4644880.0038271.0961572.3842577.32451416.81255737.66049680.177% +/- 0.104%755.91484.677
q6_1-q4_00891.250.1007120.699040.0046571.8506173.5327429.13752918.17212937.09835174.575% +/- 0.113%933.18411.175
q6_1-q4_01281002.11 (Δ110.86)0.0689420.5876110.0043031.467913.0091468.39447718.0647234.64364277.129% +/- 0.109%861.6435.345
q6_1-q4_010241340.86 (Δ449.61)0.0403810.4825190.0038931.1641752.4881377.50054316.67331138.49660979.762% +/- 0.105%753.79485.614
q6_001007.500.0426360.5062650.0040371.2349862.6089247.88078217.3059934.82060279.496% +/- 0.105%927.41412.918
q6_01281118.36 (Δ110.86)0.0386130.4709640.003891.1181392.4009567.48291217.20565436.26326880.062% +/- 0.104%860.59436.973
q6_010241400.86 (Δ393.36)0.0370120.4540680.0037781.0563432.3215727.33157616.25282136.14740880.46% +/- 0.103%753.16486.222
q6_0-q5_10968.750.05190.5351790.0041241.3194692.7475338.08509117.47857336.90670478.504% +/- 0.107%929.82412.07
q6_0-q5_11281079.61 (Δ110.86)0.0427090.4810090.0039141.1402622.4463227.59641917.36850933.56993979.65% +/- 0.105%860.37436.105
q6_0-q5_110241380.86 (Δ412.11)0.0383970.4598310.0038311.0838182.3229527.44489616.81124136.40336680.3% +/- 0.104%754.01485.463
q6_0-q5_00930.000.0552360.551830.0041961.3721422.8380718.18166217.2615737.5317878.007% +/- 0.108%929.09412.062
q6_0-q5_01281040.86 (Δ110.86)0.0431480.4895050.0039411.16972.4870477.62924217.02401237.15767379.492% +/- 0.105%859.7435.998
q6_0-q5_010241360.86 (Δ430.86)0.0376360.4548720.0037761.0544622.3208687.35754116.46335434.63645280.339% +/- 0.104%754.27485.5
q6_0-q4_10891.250.1109030.6634160.0044411.6886533.2385558.70918517.59282537.92004874.109% +/- 0.114%932.49411.002
q6_0-q4_11281002.11 (Δ110.86)0.0786980.5529740.0040491.3363062.759997.91546817.04606233.43995776.794% +/- 0.11%861.87435.45
q6_0-q4_110241340.86 (Δ449.61)0.0382520.4631470.0037811.1143812.3530497.23049216.81348437.17295880.219% +/- 0.104%752.24486.159
q6_0-q4_00852.500.0984420.6869690.004591.8158873.4531789.01923618.14906735.65145974.674% +/- 0.113%932.9410.681
q6_0-q4_0128963.36 (Δ110.86)0.0685670.5880380.0043171.4803593.0098778.48147817.79466840.86489577.135% +/- 0.109%862.34435.186
q6_0-q4_010241320.86 (Δ468.36)0.0406220.4833170.0039051.1520992.4721437.67894316.46152935.49425579.872% +/- 0.104%751.72486.951
kvarn6128*1318.980.0365280.4524310.0037671.0572522.3199347.19800816.5428637.14139280.56% +/- 0.103%762.59481.15
kvarn610241410.86 (Δ91.88)0.0355610.4404670.0037411.0203512.2116176.99509917.04842835.34577680.677% +/- 0.103%723.82502.106
kvarn6-kvarn5128*1241.480.0402690.471840.0038611.1194032.4005797.5635416.80257835.91586780.002% +/- 0.104%768.11479.147
kvarn6-kvarn510241370.86 (Δ129.38)0.0355710.4383740.0037031.0130542.2037377.12024116.41149934.55996380.737% +/- 0.103%722.38502.842
kvarn6-kvarn4128*1163.980.0512430.5283670.0041111.2918242.722687.92913717.71996333.81402278.718% +/- 0.107%773.54475.709
kvarn6-kvarn410241330.86 (Δ166.88)0.0357230.4400960.0037011.0180232.2143027.19152316.23778230.29272580.694% +/- 0.103%724.73501.69
q5_10930.000.0583510.5976360.0044571.5100553.1030618.74869418.16706135.17570577.261% +/- 0.109%932.42410.804
q5_11281040.86 (Δ110.86)0.045090.5042840.0040021.2302252.5793787.82162717.32677533.95661579.047% +/- 0.106%862.19435.146
q5_110241360.86 (Δ430.86)0.0386640.4570790.0037931.0688582.3196977.30372416.80371733.4846580.394% +/- 0.103%754.09485.46
q5_1-q5_00891.250.0590320.6011480.0044741.5287313.1221668.85419118.42152434.41937677.2% +/- 0.109%931.07412.206
q5_1-q5_01281002.11 (Δ110.86)0.0449220.5142760.0040881.2534152.6424987.9966917.16144237.84455979.062% +/- 0.106%861.11435.434
q5_1-q5_010241340.86 (Δ449.61)0.0380160.4520930.0037581.0530312.2861977.29948716.51551834.85588580.303% +/- 0.104%753.28485.741
q5_1-q4_10852.500.1150120.6966740.0046241.7910063.4418529.10388818.32205433.76383273.712% +/- 0.115%932.88410.728
q5_1-q4_1128963.36 (Δ110.86)0.081840.5668510.00411.3901522.8117888.06375117.07352343.76966176.497% +/- 0.11%863.51434.568
q5_1-q4_110241320.86 (Δ468.36)0.0388460.4610910.0037881.0929052.3366427.33900216.52719541.82013380.233% +/- 0.104%753.73485.633
q5_1-q4_00813.750.1055070.7405510.004861.9642913.7484459.54372718.86105739.43080573.781% +/- 0.115%933.31410.216
q5_1-q4_0128924.61 (Δ110.86)0.069830.5994030.0043211.5311753.0701888.56157517.49099733.71892276.886% +/- 0.11%863.72434.887
q5_1-q4_010241300.86 (Δ487.11)0.0410560.4808840.003871.1546642.4683687.44055316.58306335.32607779.891% +/- 0.104%751.9486.778
q5_1-q3_10775.000.2802871.1453520.0060613.1624445.32387611.67984421.76827242.84408268.116% +/- 0.121%928.19412.086
q5_1-q3_1128885.86 (Δ110.86)0.1692930.8024330.0049652.064993.8582919.62047419.59517337.24693773.114% +/- 0.115%859.87435.915
q5_1-q3_110241280.86 (Δ505.86)0.050470.5405520.0040671.366512.7428987.81710117.26241933.45972178.164% +/- 0.108%753.65485.883
q5_1-q3_00736.250.3856651.3654850.0065773.8488846.20839212.40426321.97143936.78092264.922% +/- 0.124%928.27412.529
q5_1-q3_0128847.11 (Δ110.86)0.2100771.030520.0057422.8819125.04130311.04843120.69563735.79990469.114% +/- 0.12%859.81436.957
q5_1-q3_010241260.86 (Δ524.61)0.0678020.5912280.0043271.513763.000348.33547318.26229540.08237876.885% +/- 0.11%751.96486.774
q5_00852.500.0617470.6263470.0046211.6104243.2394719.08410118.73164736.82685976.802% +/- 0.11%929.94412.09
q5_0128963.36 (Δ110.86)0.0461190.5227040.0041121.2883012.6877458.06450516.96645940.77882878.886% +/- 0.106%861.09435.778
q5_010241320.86 (Δ468.36)0.0385960.4620.0038251.0805242.3666937.41069416.76048340.05208680.185% +/- 0.104%751.48486.962
q5_0-q4_10813.750.1261310.7181070.0046391.8636743.4987199.15644818.18987335.0986973.077% +/- 0.116%931.24411.097
q5_0-q4_1128924.61 (Δ110.86)0.0845570.5817130.0041971.4221782.8918818.22447717.37959336.07415476.177% +/- 0.111%862.59434.761
q5_0-q4_110241300.86 (Δ487.11)0.0384410.4652310.0038131.1001572.3731637.35352616.70908440.64195380.2% +/- 0.104%753.69485.955
q5_0-q4_00775.000.1094270.7555240.0049392.0192313.8547259.64303219.18337436.39841173.493% +/- 0.115%930.75411.569
q5_0-q4_0128885.86 (Δ110.86)0.0706570.6067320.0043961.5509293.0847438.61080917.82831842.85369576.805% +/- 0.11%862.18434.897
q5_0-q4_010241280.86 (Δ505.86)0.0415850.4882370.0038961.1828352.5171767.45145616.80965433.46631679.724% +/- 0.105%752.53486.449
q5_0-q3_10736.250.2766911.1505490.0060483.2216195.3860811.63329821.37999538.20891268.065% +/- 0.121%930.94411.822
q5_0-q3_1128847.11 (Δ110.86)0.1621870.7903040.0049162.0457933.815369.59848419.07757636.06540373.295% +/- 0.115%861.91435.255
q5_0-q3_110241260.86 (Δ524.61)0.0504390.5422680.0040441.3691292.7913247.7468416.65288532.8860478.06% +/- 0.108%751.69486.68
q5_0-q3_00697.500.37341.3286120.0064953.7151685.9992612.43023721.84064937.86579565.151% +/- 0.124%930.31412.184
q5_0-q3_0128808.36 (Δ110.86)0.2095461.0336730.0057912.9057515.03071611.2509520.75243935.72928269.114% +/- 0.12%862.01435.296
q5_0-q3_010241240.86 (Δ543.36)0.0692490.6025010.0043481.5418983.093788.43970518.01555632.85871976.598% +/- 0.11%753.89485.536
kvarn5128*1163.980.0412620.4830870.0038961.1521292.4773637.59482516.60036333.92879979.609% +/- 0.105%773.59475.443
kvarn510241330.86 (Δ166.88)0.0357610.4450170.0037551.0444592.2678687.21283916.50267636.11311780.59% +/- 0.103%724.48501.753
kvarn5-kvarn4128*1086.480.0522810.5459080.0041981.3620832.7956038.24984917.63469133.6404578.443% +/- 0.107%777.5474.229
kvarn5-kvarn410241290.86 (Δ204.38)0.0360860.4452010.003761.0274692.2532597.22042816.65087935.70668880.51% +/- 0.103%722.84503.07
kvarn5-kvarn3128*1008.980.1978680.8551170.0049732.2552884.0490639.80282418.89526633.00181270.413% +/- 0.119%783.92470.832
kvarn5-kvarn310241250.86 (Δ241.88)0.0395020.4731360.0038551.1229472.4395437.45287216.73312433.7670980.015% +/- 0.104%725.29501.552
q4_10775.000.1521590.829640.0051232.1829014.10719310.0224819.54700934.1062271.06% +/- 0.118%934.8409.714
q4_1128885.86 (Δ110.86)0.0937210.6313310.004431.5860013.1428388.74774917.92698333.08541975.303% +/- 0.112%866.94433.113
q4_110241280.86 (Δ505.86)0.0396690.4723970.0038021.1333792.4367557.44370116.41815235.27717679.782% +/- 0.105%753.28485.759
q4_1-q4_00736.250.1305680.854180.0052722.3573364.34080910.30422419.49991235.65444271.767% +/- 0.117%935.44410.262
q4_1-q4_0128847.11 (Δ110.86)0.0757850.6461280.0045711.6781383.3062669.02985218.22980536.82689375.932% +/- 0.111%866.83433.389
q4_1-q4_010241260.86 (Δ524.61)0.0419460.4920480.0039381.1855052.5305197.69813716.80478740.92996279.621% +/- 0.105%752.96485.869
q4_1-q3_10697.500.2963671.2154280.006293.4157955.67625512.01162321.74295840.06168467.254% +/- 0.122%933.06409.788
q4_1-q3_1128808.36 (Δ110.86)0.1666820.8305560.0051212.1856574.0178629.86761919.71856742.77466672.753% +/- 0.116%864.05434.56
q4_1-q3_110241240.86 (Δ543.36)0.0521830.5560510.0041511.413852.7977298.06091317.50146136.03456577.788% +/- 0.108%752.31486.394
q4_1-q3_00658.750.3917851.4061820.006773.9753286.43492212.80017521.84943438.5973764.534% +/- 0.125%932.57410.128
q4_1-q3_0128769.61 (Δ110.86)0.2100891.0485860.0058612.939165.10511811.27749421.16572238.79864568.876% +/- 0.121%864.48434.151
q4_1-q3_010241220.86 (Δ562.11)0.0679810.6063430.0044321.5457173.0920638.56458518.4918134.31520876.817% +/- 0.11%752.97486.293
q4_1-q2_10620.000.9954052.2586780.008566.2807578.97994615.38026224.19388241.7551853.771% +/- 0.13%933.5409.646
q4_1-q2_1128730.86 (Δ110.86)0.4045121.5617780.0076144.6243847.48919914.28753123.87510340.41736263.064% +/- 0.126%864.81434.338
q4_1-q2_110241200.86 (Δ580.86)0.0861981.0081990.0062793.0632365.5707112.12115321.93072536.15457571.589% +/- 0.117%751.27487.288
q4_1-q2_00581.251.944633.7093850.01266110.192114.12247622.06659531.5925247.96408143.155% +/- 0.129%934.15409.478
q4_1-q2_0128692.11 (Δ110.86)0.9219712.5721170.0105397.62293311.19176918.99447328.77883545.28788453.437% +/- 0.13%864.94433.93
q4_1-q2_010241180.86 (Δ599.61)0.2674171.3681820.0070214.0960946.55286412.89769424.13909544.28514164.943% +/- 0.124%752.58486.35
q4_00697.500.1340910.9016540.0055452.5062184.58185110.90931620.44223434.09912571.347% +/- 0.118%935.69410.587
q4_0128808.36 (Δ110.86)0.0800660.685970.0047511.8054693.5388779.42197518.57409935.53555375.323% +/- 0.112%867.61433.472
q4_010241240.86 (Δ543.36)0.0440820.5295470.0041381.3079842.7477388.10993417.31251936.54137478.961% +/- 0.106%752.35486.25
q4_0-q3_10658.750.3090481.1871960.0060553.2961065.40129611.70381621.04614342.39033967.036% +/- 0.122%932.4410.16
q4_0-q3_1128769.61 (Δ110.86)0.1659320.8315450.0051032.2054964.0340539.93646120.04571939.77444172.702% +/- 0.116%863.73434.266
q4_0-q3_110241220.86 (Δ562.11)0.0522810.5575910.0041411.4267932.8611927.9115417.65994538.31084477.633% +/- 0.109%752.03486.697
q4_0-q3_00620.000.3812161.3844860.0066783.914586.2835312.75024222.30463435.9961264.355% +/- 0.125%932.66410.044
q4_0-q3_0128730.86 (Δ110.86)0.2177861.07340.0059233.0358755.21979211.47224920.96286436.88812668.572% +/- 0.121%864.26434.132
q4_0-q3_010241200.86 (Δ580.86)0.0721960.6426920.0045741.6722413.2885848.89769618.48807536.10643876.095% +/- 0.111%751.7486.711
q4_0-q2_10581.251.027092.3252880.0088036.4661069.23113715.8534624.49849343.80083553.594% +/- 0.13%933.66410.293
q4_0-q2_1128692.11 (Δ110.86)0.3983141.58640.0077714.7427977.660214.52432324.56696540.00006162.916% +/- 0.126%864.73434.346
q4_0-q2_110241180.86 (Δ599.61)0.0852231.0090650.0062943.0768425.59068911.9690422.92116936.85347771.535% +/- 0.118%752.94486.304
q4_0-q2_00542.502.0340753.8223950.01297510.33382414.43095222.84582132.878749.28397841.287% +/- 0.128%934.52409.78
q4_0-q2_0128653.36 (Δ110.86)0.9034782.5700990.010527.66103211.21968518.82540728.81074142.8614253.595% +/- 0.13%865.33434.044
q4_0-q2_010241160.86 (Δ618.36)0.2681711.4109910.0072754.2336186.82632813.46607624.9601142.00849964.673% +/- 0.124%752.86486.103
kvarn4128*1008.980.0581850.6029120.0044571.551433.1389058.61516417.85656736.17074277.281% +/- 0.109%785.4469.964
kvarn410241250.86 (Δ241.88)0.0373540.4590120.0037781.0808392.3634787.39357916.49867637.70634880.315% +/- 0.104%724.91501.383
kvarn4-kvarn3128*931.480.2064480.8912990.0050872.3902514.18891810.06437218.5952440.84913369.785% +/- 0.12%788.97468.41
kvarn4-kvarn310241210.86 (Δ279.38)0.0402440.488440.0039671.1711332.5110657.80515217.05890532.79296179.815% +/- 0.105%724.66502.06
kvarn4-kvarn2128*853.981.3801282.2516480.0074175.4089577.61315814.02395222.15596438.21886147.686% +/- 0.13%792.16467.776
kvarn4-kvarn210241170.86 (Δ316.88)0.1182710.8003210.0051122.1400133.9956810.31045319.0098835.49612472.579% +/- 0.116%724.99501.774
q3_10620.000.4110321.4987820.0070784.3178796.76314513.24572122.97265442.41355163.91% +/- 0.125%929.26411.321
q3_1128730.86 (Δ110.86)0.2381951.0442330.0058282.8475525.00836611.24330520.87789744.06543469.846% +/- 0.12%860.69435.77
q3_110241200.86 (Δ580.86)0.0629010.6326070.0044661.6735043.2958958.64837117.77941535.90347776.455% +/- 0.11%751.5487.325
q3_1-q3_00581.250.4753221.645490.007514.7849527.41386914.12443623.26399638.06120761.871% +/- 0.126%929.35411.071
q3_1-q3_0128692.11 (Δ110.86)0.2712511.2261780.0064493.5111325.91449212.25527822.29953438.78086966.907% +/- 0.123%861.05435.639
q3_1-q3_010241180.86 (Δ599.61)0.0723580.66120.004661.7378733.4135699.18128318.44829934.10354275.982% +/- 0.111%750.71487.445
q3_1-q2_10542.501.1547882.6113020.0096997.3703210.36293917.15333925.95658938.93264852.177% +/- 0.13%930.66410.984
q3_1-q2_1128653.36 (Δ110.86)0.4806271.7938260.0084315.382198.47521115.74204625.5801741.18170261.296% +/- 0.127%862.25435.053
q3_1-q2_110241160.86 (Δ618.36)0.0998281.1004430.0066853.3879386.06642312.8799122.91318541.71662170.686% +/- 0.119%752.63486.882
q3_1-q2_00503.752.2127533.9685220.01299210.66283414.45146422.56763533.08409950.481340.224% +/- 0.128%931.13410.749
q3_1-q2_0128614.61 (Δ110.86)1.0278722.7704680.0110878.20470411.86109519.66356329.75350644.66980452.407% +/- 0.13%862.46435.138
q3_1-q2_010241140.86 (Δ637.11)0.2643931.4080470.0071664.2727696.81640713.19674524.44049841.81427464.787% +/- 0.124%753.09486.809
q3_00542.500.5040751.6232580.0073184.6278617.14323613.66795923.1574440.13804661.353% +/- 0.127%929.29411.375
q3_0128653.36 (Δ110.86)0.2664791.2263560.0063733.5326685.91825912.18176721.28996540.93171766.241% +/- 0.123%861.22435.892
q3_010241160.86 (Δ618.36)0.104680.8136210.0052242.2449994.20549410.24761119.886235.22964573.013% +/- 0.116%752.03486.351
q3_0-q2_10503.751.1557292.4591560.0089836.7618269.51295916.06308724.12096837.28477151.824% +/- 0.13%933.37409.894
q3_0-q2_1128614.61 (Δ110.86)0.4420391.67520.0079154.998127.90038514.74407624.10562938.15921461.55% +/- 0.127%862.12435.456
q3_0-q2_110241140.86 (Δ637.11)0.10191.0814260.006563.2856715.87376912.51075522.76619340.71879270.112% +/- 0.119%753.15485.911
q3_0-q2_00465.002.1050253.8246710.01276410.24694214.17999222.57912432.58356151.30947540.275% +/- 0.128%917.45416.21
q3_0-q2_0128575.86 (Δ110.86)0.9363662.5178540.010167.36598310.78035818.2467527.65845541.21914753.128% +/- 0.13%862.69435.895
q3_0-q2_010241120.86 (Δ655.86)0.2990841.4643310.0074274.3522326.98559113.98655624.82078942.75345663.698% +/- 0.125%742.83492.516
kvarn3128*853.980.2504451.0505180.0056752.8902644.90785211.20455620.02510337.64443267.647% +/- 0.122%793.64466.326
kvarn310241170.86 (Δ316.88)0.0438960.5379440.0041961.3449042.8341058.20288517.90870735.75971278.86% +/- 0.106%725.03502.173
kvarn3-kvarn2128*776.481.453962.3531590.0076885.6337247.99463114.47617922.39611436.82147247.134% +/- 0.13%798.63464.314
kvarn3-kvarn210241130.86 (Δ354.38)0.1281970.8437480.0052682.2807634.24397110.52121919.13524639.02793971.811% +/- 0.117%725.02501.84
q2_10465.001.9944023.8931480.01309610.67285614.30814622.36864133.06893551.26599544.632% +/- 0.129%929.5412.603
q2_1128575.86 (Δ110.86)0.9856233.4020860.01355210.66971614.49270223.04388834.69625951.92556452.817% +/- 0.13%862.41434.906
q2_110241120.86 (Δ655.86)0.3679382.4073320.0111027.97362911.52911419.531530.59196544.87336360.195% +/- 0.127%744.03491.99
q2_1-q2_00426.254.8979717.0756140.01864716.9578821.29386931.59402544.94654154.8530525.965% +/- 0.114%929.78412.209
q2_1-q2_0128537.11 (Δ110.86)3.1380195.9148020.01847416.05544320.09978130.72650145.0748155.0821336.196% +/- 0.125%863.27434.575
q2_1-q2_010241100.86 (Δ674.61)1.298723.5849550.01332810.42442413.73218822.78153237.55371149.87496649.681% +/- 0.13%741.14493.159
q2_00387.502.957584.167910.0112649.85496313.00825619.66532527.83496140.67254631.667% +/- 0.121%931.44411.283
q2_0128498.36 (Δ110.86)1.3298472.5923230.0091976.9493169.83161716.54757725.06512839.41727148.565% +/- 0.13%863.07435.219
q2_010241080.86 (Δ693.36)0.3829331.4102190.0067384.0075066.43067712.81950621.79235138.70036361.698% +/- 0.127%742.25492.926
kvarn2128*698.982.0916973.067690.0089417.2217049.81379816.24517623.64521439.49303440.932% +/- 0.128%803.3461.73
kvarn210241090.86 (Δ391.88)0.1945871.0204430.0058312.8215574.9713711.5793420.18176737.06407268.488% +/- 0.121%725.59501.628

* KVarN raw request 0 is the canonical effective tail 128 result and is displayed as 128*. Gemma tail 2048 is outside this declared quality matrix.