diff --git a/mex/sources/ms-sbvar/mex_ms_sbvar.cc b/mex/sources/ms-sbvar/mex_ms_sbvar.cc
index f71bb5dd2b6cc5bc6bbb4d76e251fced6dcbdb84..e17e5c19f3a7c8545853e41f7ce95d643c27127d 100644
--- a/mex/sources/ms-sbvar/mex_ms_sbvar.cc
+++ b/mex/sources/ms-sbvar/mex_ms_sbvar.cc
@@ -376,10 +376,12 @@ set_options(SbvarOption *options, int nrhs, const mxArray *prhs[])
                 }
               else
                 {
-                  printf("The you must pass an integer after specifying the 'horizon' option");
+                  printf("You must pass an integer after specifying the 'horizon' option");
                   return 1;
                 }
             }
+          else if (strstr(input_buf, "filtered"))
+            options->filtered_probabilities = true;
           else if (strstr(input_buf, "error_bands"))
             {
               mxFree(options->percentiles);