From ec9153891da3210b555c9ec51b92606d231fa394 Mon Sep 17 00:00:00 2001 From: James Bradbury Date: Mon, 26 Feb 2024 11:01:36 +0100 Subject: [PATCH] include Admonition component --- src/routes/(content)/learn/weighting-stats/+page.svx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/(content)/learn/weighting-stats/+page.svx b/src/routes/(content)/learn/weighting-stats/+page.svx index 4c743197..d6780c2f 100644 --- a/src/routes/(content)/learn/weighting-stats/+page.svx +++ b/src/routes/(content)/learn/weighting-stats/+page.svx @@ -14,6 +14,7 @@ featuredimage: /learn/weighting-stats/05_src_with_pitch_and_conf.jpg The `weights` parameter of [BufStats](/reference/bufstats) can be passed a buffer, the values of which will be used for relative weighting of each corresponding frame in the `source` buffer. This will create "weighted" statistics where some values in the data have more impact on the resulting statistical summary than others. All seven of the resulting statistics of BufStats may be affected by using the weights.