From 24f20d52aeae4192ec5b450600c92199ccf5f534 Mon Sep 17 00:00:00 2001 From: Peter Cotton <57455669+microprediction@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:32:05 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d55896..b584047 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,7 @@ $$ f : (y_t, state; k) \mapsto ( [\hat{y}(t+1),\hat{y}(t+2),\dots,\hat{y}(t+k) ], [\sigma(t+1),\dots,\sigma(t+k)], posterior\ state)) $$ -where $\sigma(t+l)$ estimates the standard error of the prediction $\hat{y}(t+l)$. - -If you prefer an legitimate (i.e. stateful) state machine, see [FAQ](https://github.com/microprediction/timemachines/blob/main/FAQ.md) question 1. - +where $\sigma(t+l)$ estimates the standard error of the prediction $\hat{y}(t+l)$. If you prefer an legitimate (i.e. stateful) state machine, that's fine but see see [FAQ](https://github.com/microprediction/timemachines/blob/main/FAQ.md) question 1 for how to quickly roll this yourself. ### Skater function conventions