We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a49efa commit 5efedbdCopy full SHA for 5efedbd
sql/02-spc-intermediates-schema.sql
@@ -398,6 +398,7 @@ create view spc_intermediates.xmr_mr_limits as
398
-- to respond to shifts but is less sensitive to noise. In literature this parameter is called λ (typical of SPC
399
-- literature) or α (typical of data science / forecasting literature).
400
-- * `target_mean` is the declared mean of the data.
401
+-- * `scale` sets the maximum number of numbers after the decimal point that the calculation will make.
402
create function spc_intermediates.ewma_step(
403
last_avg decimal
404
, measurement decimal
0 commit comments