* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘fromo’ ...
** package ‘fromo’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpd4USlR/R.INSTALLf7e5e57732d/fromo/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c common.cpp -o common.o
common.cpp: In function ‘void centmom2cumulants(Rcpp::NumericMatrix, int)’:
common.cpp:82:21: warning: unused variable ‘ppp’ [-Wunused-variable]
   82 |     int iii,jjj,mmm,ppp;
      |                     ^~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c fromo.cpp -o fromo.o
In file included from fromo.cpp:42:
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::join(const Welford<W, has_wts, ord_beyond, na_rm>&) [with W = double; bool has_wts = true; bool ord_beyond = true; bool na_rm = true]’:
fromo.cpp:398:16:   required from here
  398 |     frets1.join(frets2);
      |     ~~~~~~~~~~~^~~~~~~~
welford.h:447:21: warning: unused variable ‘qqq’ [-Wunused-variable]
  447 |             int ppp,qqq;
      |                     ^~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::unjoin(const Welford<W, has_wts, ord_beyond, na_rm>&) [with W = double; bool has_wts = true; bool ord_beyond = true; bool na_rm = true]’:
fromo.cpp:414:18:   required from here
  414 |     frets3.unjoin(frets2);
      |     ~~~~~~~~~~~~~^~~~~~~~
welford.h:531:21: warning: unused variable ‘qqq’ [-Wunused-variable]
  531 |             int ppp,qqq;
      |                     ^~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c running.cpp -o running.o
In file included from running.cpp:31:
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
In file included from running.cpp:32:
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:145:54:   required from here
  145 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:175:38:   required from here
  175 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:189:37:   required from here
  189 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:203:39:   required from here
  203 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:221:48:   required from here
  221 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:224:44:   required from here
  224 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:239:43:   required from here
  239 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:407:41:   required from here
  407 |     return runQMCurryThree<ret_centered>(v, wts, 1, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:419:39:   required from here
  419 |     return runQMCurryThree<ret_scaled>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:431:39:   required from here
  431 |     return runQMCurryThree<ret_zscore>(v, wts, 2, wins, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:444:45:   required from here
  444 |         return runQMCurryThree<ret_sharpese>(v, wts, 4, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:446:39:   required from here
  446 |     return runQMCurryThree<ret_sharpe>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:323:69:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  323 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
running.h: In instantiation of ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
running.h:326:66:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  326 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                   min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:394:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  394 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:458:38:   required from here
  458 |     return runQMCurryThree<ret_tstat>(v, wts, 2, wins, restart_period, 0, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:106:28: warning: unused variable ‘denom’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:106:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  106 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = false; bool na_rm = true]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = false; bool na_rm = false]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = false; bool na_rm = true]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = false; bool na_rm = false]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:372:46:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = true; bool na_rm = true]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = true; bool na_rm = false]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:346:78:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  346 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, recom_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = true; bool na_rm = true]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:315:72:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  315 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316 |                                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = true; bool na_rm = false]’:
running.h:201:35:   required from ‘Rcpp::NumericMatrix runQM(T, W, int, int, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  201 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:318:73:   required from ‘Rcpp::NumericMatrix runQMCurryZero(T, W, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  318 |             return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts, ord, window, recom_period, lookahead,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319 |                                                                          min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:350:75:   required from ‘Rcpp::NumericMatrix runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  350 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:375:41:   required from ‘Rcpp::NumericMatrix runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  375 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, recom_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:393:68:   required from ‘Rcpp::NumericMatrix runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  393 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:131:52:   required from here
  131 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c runningmean.cpp -o runningmean.o
In file included from runningmean.h:31,
                 from runningmean.cpp:26:
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c t_running.cpp -o t_running.o
In file included from t_running.cpp:31:
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
In file included from t_running.cpp:33:
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew4; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:160:56:   required from here
  160 |     NumericMatrix preval = t_runQMCurryThree<ret_skew4>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161 |                                                         3, wins, restart_period, lookahead, min_df, used_df,
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt5; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:182:58:   required from here
  182 |     NumericMatrix preval = t_runQMCurryThree<ret_exkurt5>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                                                           4, wins, restart_period, lookahead, min_df, used_df,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                                                           na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdev; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:203:40:   required from here
  203 |     return t_runQMCurryThree<ret_stdev>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:223:39:   required from here
  223 |     return t_runQMCurryThree<ret_skew>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                                        3, wins, restart_period, lookahead, min_df, used_df,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                        na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:243:41:   required from here
  243 |     return t_runQMCurryThree<ret_exkurt>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |                                          4, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmaxonly; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:267:50:   required from here
  267 |         return t_runQMCurryThree<ret_centmaxonly>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268 |                                          max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  269 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:271:46:   required from here
  271 |     return t_runQMCurryThree<ret_centmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                                               max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                                               na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_stdmoments; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:294:45:   required from here
  294 |     return t_runQMCurryThree<ret_stdmoments>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                                              max_order, wins, restart_period, lookahead, min_df, used_df,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                                              na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:469:43:   required from here
  469 |     return t_runQMCurryThree<ret_centered>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470 |                                            1, wins, restart_period, lookahead, min_df, used_df,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  471 |                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_scaled; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:487:41:   required from here
  487 |     return t_runQMCurryThree<ret_scaled>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_zscore; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:505:41:   required from here
  505 |     return t_runQMCurryThree<ret_zscore>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpese; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:525:47:   required from here
  525 |         return t_runQMCurryThree<ret_sharpese>(v, wts, time, time_deltas, lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |                                                4, wins, restart_period, lookahead, min_df, used_df,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sharpe; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:529:41:   required from here
  529 |     return t_runQMCurryThree<ret_sharpe>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530 |                                          2, wins, restart_period, lookahead, min_df, used_df,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:332:71:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  332 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  333 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’:
t_running.h:337:68:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  337 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  338 |                                                                        time, time_deltas, lb_time,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |                                                                        ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:436:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_tstat; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  436 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  437 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:548:40:   required from here
  548 |     return t_runQMCurryThree<ret_tstat>(v, wts, time, time_deltas, lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                                         2, wins, restart_period, lookahead, min_df, used_df,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  550 |                                         na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:167:9: warning: unused variable ‘iii’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:167:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  167 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:185:28: warning: unused variable ‘denom’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:185:48: warning: unused variable ‘sigmapow’ [-Wunused-variable]
  185 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = false; bool na_rm = true]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = false; bool na_rm = false]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = false; bool na_rm = true]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = false; bool na_rm = false]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:402:48:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  402 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  403 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                 ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = true; bool na_rm = true]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = true; bool ord_beyond = true; bool na_rm = false]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:364:80:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  364 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  365 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                                 ord, window, recom_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = true; bool na_rm = true]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:320:74:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  320 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,true>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  321 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
welford.h: In instantiation of ‘Welford<W, has_wts, ord_beyond, na_rm>& Welford<W, has_wts, ord_beyond, na_rm>::swap_one(double, W, double, W) [with W = double; bool has_wts = false; bool ord_beyond = true; bool na_rm = false]’:
t_running.h:258:35:   required from ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  258 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:325:75:   required from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  325 |             return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true,false>(v, wts,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  326 |                                                                           time, time_deltas, lb_time,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                                           ord, window, recom_period, lookahead, min_df, used_df, check_wts,
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:372:77:   required from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  372 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  373 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                                                                              ord, window, recom_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:407:43:   required from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>]’
  407 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  408 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                            ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:432:70:   required from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sd3; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]’
  432 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |                                                                       ord, window, recom_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                                                                       variable_win, wts_as_delta, normalize_wts, check_negative_moments); }
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.cpp:140:54:   required from here
  140 |     NumericMatrix preval = t_runQMCurryThree<ret_sd3>(v, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141 |                                                       2, wins, restart_period, lookahead, min_df, used_df,
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:407:20: warning: unused variable ‘diffw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                    ^~~~~
welford.h:407:26: warning: unused variable ‘diffx’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                          ^~~~~
welford.h:407:32: warning: unused variable ‘diffxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                ^~~~~~
welford.h:407:39: warning: unused variable ‘addxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                       ^~~~~
welford.h:407:45: warning: unused variable ‘remxw’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                             ^~~~~
welford.h:407:51: warning: unused variable ‘nelm’ [-Wunused-variable]
  407 |             double diffw,diffx,diffxw,addxw,remxw,nelm;
      |                                                   ^~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_tstat; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpe; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sharpese; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_zscore; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_scaled; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_centered(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:471:127:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_centered(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_centered(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:471:127:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_centered(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centered]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_centered]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_centered(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:471:127:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_centered(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmoments; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_centmaxonly; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_kurt(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:245:125:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_kurt(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_kurt(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:245:125:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_kurt(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_exkurt]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_kurt(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:245:125:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_kurt(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’ at t_running.h:369:103:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_skew(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:225:123:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_skew(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_skew(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:225:123:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_skew(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew; bool ord_beyond = true]’ at t_running.h:369:103,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew]’ at t_running.h:410:109,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_skew]’ at t_running.h:439:136,
    inlined from ‘Rcpp::NumericMatrix t_running_skew(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’ at t_running.cpp:225:123:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_running_skew(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, double, int, bool, bool, bool, bool, bool)’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:335:137:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_stdev; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_exkurt5; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = true]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = true]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_skew4; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:328:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool renormalize = true; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’ at t_running.h:323:140:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = false]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:340:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
In function ‘Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false; bool renormalize = false; bool na_rm = true]’,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool ord_beyond = false]’ at t_running.h:335:137,
    inlined from ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’ at t_running.h:377:100:
t_running.h:237:29: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  237 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h: In function ‘Rcpp::NumericMatrix t_runQMCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, double, int, double, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_sd3; bool ord_beyond = false]’:
t_running.h:179:15: note: ‘t0’ was declared here
  179 |     double tf,t0;
      |               ^~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c t_runningmean.cpp -o t_runningmean.o
In file included from t_runningmean.h:31,
                 from t_runningmean.cpp:26:
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:817:79:   required from here
  817 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:797:91:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  797 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:798:94:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  798 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, wts, ord, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:780:59:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  780 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
welford.h: In instantiation of ‘Rcpp::NumericVector quasiWeightedMoments(T, W, int, int, int, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’:
welford.h:783:56:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, W, int, int, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]’
  783 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, wts, ord, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:805:68:   required from ‘Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, SEXP, int, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]’
  805 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, dummy_wts, ord, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:818:79:   required from here
  818 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, wts, ord, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
welford.h:738:12: warning: unused variable ‘nextv’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
welford.h:738:19: warning: unused variable ‘nextw’ [-Wunused-variable]
  738 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_sum; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:87:45:   required from here
   87 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   88 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = true; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:435:55:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  435 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:404:105:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  404 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:374:128:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  374 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:377:130:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  377 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:347:125:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  347 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:350:126:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  350 |             return wrap(t_runningSumish<IntegerVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:355:121:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  355 |         return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,true>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In instantiation of ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:358:118:   required from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; SEXP = SEXPREC*]’
  358 |     return wrap(t_runningSumish<NumericVector,T,oneT,v_robustly,W,oneW,w_robustly,retwhat,has_wts,do_recompute,false>(v,time,time_deltas,window,wts,lb_time,min_df,restart_period,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:388:107:   required from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  388 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:407:107:   required from ‘SEXPREC* t_runningSumishCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; bool do_recompute = false; SEXP = SEXPREC*]’
  407 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:439:52:   required from ‘SEXPREC* t_runningSumishCurryFour(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool) [with ReturnWhat retwhat = ret_mean; SEXP = SEXPREC*]’
  439 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:109:46:   required from here
  109 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:131:13: warning: unused variable ‘jjj’ [-Wunused-variable]
  131 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_sum; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = true; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = true]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
t_runningmean.h: In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<13>; oneW = int; bool w_robustly = false; ReturnWhat retwhat = ret_mean; bool has_wts = true; bool do_recompute = false; bool na_rm = false]’:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_mean; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_mean; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = false]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = false]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneT = double; bool v_robustly = true; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:358:118,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<14, Rcpp::PreserveStorage>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:355:121,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = false]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:350:126,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
In function ‘RET t_runningSumish(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, bool, bool, bool) [with RET = Rcpp::Vector<13>; T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true; bool na_rm = true]’,
    inlined from ‘SEXPREC* t_runningSumishCurryOne(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool w_robustly = true; ReturnWhat retwhat = ret_sum; bool has_wts = false; bool do_recompute = true]’ at t_runningmean.h:347:125,
    inlined from ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’ at t_runningmean.h:388:107:
t_runningmean.h:169:9: warning: ‘t0’ may be used uninitialized [-Wmaybe-uninitialized]
  169 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h: In function ‘SEXPREC* t_runningSumishCurryTwo(T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, bool, int, int, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; oneT = int; bool v_robustly = false; ReturnWhat retwhat = ret_sum; bool do_recompute = true]’:
t_runningmean.h:125:15: note: ‘t0’ was declared here
  125 |     double tf,t0;
      |               ^~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o fromo.so RcppExports.o common.o fromo.o running.o runningmean.o t_running.o t_runningmean.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpd4USlR/R.INSTALLf7e5e57732d/fromo/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpd4USlR/R.INSTALLf7e5e57732d/fromo/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpd4USlR/R.INSTALLf7e5e57732d/fromo/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-fromo/00new/fromo/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘fromo’
    finding HTML links ... done
    NEWS                                    html  
    as.centcosums                           html  
    as.centsums                             html  
    centcosum-accessor-methods              html  
    centcosums-class                        html  
    centcosums-concat                       html  
    centcosums-unconcat                     html  
    centcosums                              html  
    centsums-accessor-methods               html  
    centsums-class                          html  
    centsums-concat                         html  
    centsums-unconcat                       html  
    centsums                                html  
    firstmoments                            html  
    fromo-package                           html  
    moment_conversions                      html  
    runningadjustments                      html  
    runningmean                             html  
    runningmoments                          html  
    runningquantiles                        html  
    show-methods                            html  
    t_runningadjustments                    html  
    t_runningmean                           html  
    t_runningmoments                        html  
    t_runningquantiles                      html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fromo)