diff --git a/mex/sources/ms-sbvar/mex_ms_sbvar.cc b/mex/sources/ms-sbvar/mex_ms_sbvar.cc index f71bb5dd2..e17e5c19f 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);