From f77eea125201943a4bab009e07f05b5c4a32d8f4 Mon Sep 17 00:00:00 2001 From: PedroHRPBS Date: Sat, 22 Sep 2018 23:38:42 -0300 Subject: [PATCH] fix: Fix wikipedia link Change wikipedia's link to the correct Plant (Control Theory) definition. --- 01-g-h-filter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-g-h-filter.ipynb b/01-g-h-filter.ipynb index c7fba28..fff24e0 100644 --- a/01-g-h-filter.ipynb +++ b/01-g-h-filter.ipynb @@ -830,7 +830,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let me introduce some more formal terminology. The *system* is the object that we want to estimate. In this chapter the system is whatever we are trying to weigh. Some texts call this the *plant*. That terminology comes from control system theory. https://en.wikipedia.org/wiki/Plant_(control_theory%29\n", + "Let me introduce some more formal terminology. The *system* is the object that we want to estimate. In this chapter the system is whatever we are trying to weigh. Some texts call this the *plant*. That terminology comes from control system theory. https://en.wikipedia.org/wiki/Plant_(control_theory)\n", "\n", "The *state* of the system is the current configuration or values of that system that is of interest to us. We are interested only in the weight reading. If I put a 100 kg weight on the scale, the state is 100kg. We define the state based on what is relevant to us. The color of the scale is irrelevant to us so we do not include those values in the state. A QA engineer for the manufacturer might include color in the state so that she can track and control the manufacturing process. \n", "\n",