From 79b8f39fcecf6450a56ccefca6f04222d99251db Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 22 Apr 2024 23:02:37 +0100 Subject: [PATCH] balance brackets statsover --- Basic/Primitive/primitive.pd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basic/Primitive/primitive.pd b/Basic/Primitive/primitive.pd index 7c011474a..1500a6064 100644 --- a/Basic/Primitive/primitive.pd +++ b/Basic/Primitive/primitive.pd @@ -1093,7 +1093,7 @@ with C being the number of elements in x =item * the population RMS deviation from the mean: - PRMS = sqrt( sum( (x-mean(x))^2 )/(N-1) + PRMS = sqrt( sum( (x-mean(x))^2 )/(N-1) ) The population deviation is the best-estimate of the deviation of the population from which a sample is drawn.